@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image: url("Backgrounds/HomeDesk3.jpg");
	background-position:bottom, left;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
}

#wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

	.phone{
		position:absolute;
		top:10px;
		right:1%;
		width:15%;
		font-family: 'Montserrat', sans-serif; 
		color:#222222;
		font-size: 1em;
	}


.logo{
	position:relative;
	margin:15px auto;
	width:25%;
	display: block;
}

.hmimage{
	position: relative;
	margin:20px auto;
	width:75%;
	height:380px;
	background-image: url("Backgrounds/HmBackground.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;	
	border: 5px solid black;
}

.menu{
	position:relative;
	margin:20px auto;
	width:40%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}


.menu a{
	padding:10px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	background-color:#F70004;
	flex-basis:150px;
	text-align: center;
	color: #FFFFFF;
	font-weight:700;
	letter-spacing:1px;
	border: .5px solid black;
	transition: all .4s ease;
}

.menu a:hover{
	background-color:#EFEFEF;
	color:#222222;
}

.tagline{
	position:relative;
	margin:40px auto;
	width: 55%;
	text-align: center;
}

.tagline h1{
	font-family: 'Google Sans', sans-serif;
	font-size: 1.5em;
	color:#000000;
}

.tagline p{
	font-family: 'roboto', sans-serif;
	font-size: .9em;
}

.footer{
	position:fixed;
	bottom:5px;
	left:32%;
	width:35%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:.9em;
	color:#222222;
}


/*CSS for subpages*/

.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background-image: url("Backgrounds/HeaderBkgrnd.jpg");
	background-position:top,left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.submenu{
	position:relative;
	margin:100px auto;
	width:40%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}


.submenu a{
	padding:10px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	background-color:#b30100;
	flex-basis:150px;
	text-align: center;
	color: #FFFFFF;
	font-weight:700;
	letter-spacing:1px;
	border: .5px solid black;
	transition: all .4s ease;
}

.submenu a:hover{
	background-color:#EFEFEF;
	color:#222222;
}


.contentarea{
	position:relative;
	margin:60px auto;
	width:80%;
	text-align: center;
}

.contentarea h1{
	font-family: 'Google Sans', sans-serif;
	font-size: 1.8em;
	color:#000000;
}

.contentarea h2{
	font-family: 'Google Sans', sans-serif;
	font-size: 1.2em;
	color:#000000;
}


.contentarea p{
	font-family: 'roboto', sans-serif;
	font-size: .9em;
}

.menuspace{
	position:relative;
	margin
}

.subfooter{
	position:absolute;
	margin:200px auto;
	width:100%;
	height:200px;
	background: #9F0100;
background: linear-gradient(182deg, rgba(159, 1, 0, 1) 4%, rgba(0, 0, 0, 1) 99%);
}

.subfooter img{margin: 0 5px 0 5px;}

.subfooter a:link{text-decoration: none; color: aqua;}

.subfootertext{
	position:relative;
	margin:105px auto;
	width:50%;
	font-family: 'Roboto', sans-serif;
	color:#efefef;
	text-align:center;
}

.subphone{	 
		position:absolute;
		top:70px;
		right:1%;
		width:15%;
		font-family: 'Montserrat', sans-serif; 
		color:#222222;
		font-size: 1em;
	 	text-align:right;
}

.mapspace{
	position:relative;
	margin:0 auto;
	width:100%;
	display: flex;
	justify-content: space-between;
	gap:50px;
}

.mapbox{flex-basis: 50%; min-height:500px; }
.mapboxtext{
	position:relative;
	margin:0 auto;
	width:98%;
	min-height:150px;  
	max-height: 150px;
}


#sidebar{display: none;}

@media screen and (max-width:1600px){
	
.hmimage{ 
	height:350px; 
}
	
.footer{ 
	bottom:15px;
	left:30%;
	width:40%; 
	font-size:.9em; 
}	
	
}

@media screen and (max-width:1440px){
	
.hmimage{ 
	height:325px; 
}
	
	
}

@media screen and (max-width:1366px){
	
.hmimage{ 
	height:325px; 
}
	
.footer{ 
	bottom:20px;
	left:27%;
	width:45%; 
	font-size:.9em; 
}	

.subphone{font-size: .9em;}	
.contentarea{width:96%;}	
	
}

@media screen and (max-width:1280px){
	
.hmimage{
	background-position: bottom, left;
	width:70%;
	height:205px; 
}
	
.footer{ 
	bottom:20px;
	left:27%;
	width:45%; 
	font-size:.9em; 
}
	
	.tagline{
	position:relative;
	margin:30px auto;
	width: 60%;
	text-align: center;
}

.tagline h1{
	font-family: 'Google Sans', sans-serif;
	font-size: 1.3em;
	color:#000000;
}

.tagline p{
	font-family: 'roboto', sans-serif;
}
	
	.contentarea{width:85%;}
	
	.mapspace{
		flex-direction: column;
	}

	
}

@media screen and (max-width:1180px){
	
.hmimage{
	background-position: bottom, left;
	height:325px; 
}
	
.footer{ 
	bottom:18px;
	left:25%;
	width:50%; 
	font-size:.9em; 
}
.subphone{width:18%;}
	
}

@media screen and (max-width:1024px){
	
.hmimage{
	background-position: bottom, left;
	height:325px; 
}
	
.footer{ 
	bottom:25px;
	left:23%;
	width:55%; 
	font-size:.9em; 
}
	
.subphone{font-size: .8em;}
	
}


@media screen and (max-width:820px){
	
.logo{
	position:relative;
	margin:15px auto;
	width:55%;
	display: block;
}
	
.hmimage{
	position: relative;
	margin:100px auto;
	background-image: url("Backgrounds/MobHome.jpg");
	width:98%;
	height:450px;
}
	
.menu{
	position:relative;
	margin:20px auto;
	width:65%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}

	
.footer{ 
	bottom:25px;
	left:4%;
	width:96%; 
	font-size:.9em; 
}
	
	.submenu{width:60%;}
	.subphone{display: none;}
	.subfootertext{width:60%;}
}

@media screen and (max-width:768px){
	
.hmimage{
	position: relative;
	margin:60px auto;
	background-image: url("Backgrounds/MobHome.jpg");
	width:98%;
	height:450px;
}
	
.menu{
	position:relative;
	margin:20px auto;
	width:65%;
	display: flex;
	justify-content: space-between;
	gap:30px;
}

	
	
	
.footer{ 
	bottom:25px;
	left:2%;
	width:96%; 
	font-size:.9em; 
}	
	
	
}


@media screen and (max-width:732px){
	
.logo{
	position:relative;
	margin:15px auto;
	width:65%;
	display: block;
}
	
	
.hmimage{
	position: relative;
	margin:100px auto;
	background-image: url("Backgrounds/MobHome.jpg");
	width:90%;
	height:350px;
}
	
	.menu{display: none;}
	.submenu{display: none;}
	.contentarea{margin:200px auto;} 
	
	.phone{display: none;}
	
	#sidebar{
	display:block;
	background:#333333;
	position:fixed;
	width:300px;
	left:-300px;
	top:0; 
	opacity:.90;
	height:100%;
	transition: left 0.3s linear;
	z-index: 9999999;
}

	
	
#sidebar.visible{
	left:0;
	transition: left 0.3s linear;
}
		
#sidebar-btn{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:15px;
	cursor:pointer;
	margin:20px;
	position:fixed;
	top:105px;
	right:15px;	
	z-index: 999999999;
}
			
#sidebar-btn span{
	height:3px;
	background:#111;
	margin-bottom:5px;
	display: block;
	box-shadow: 1px 1px 2px #000000;
}
	
#sidebar-btn span:nth-child(2){width:75%;}
#sidebar-btn span:nth-child(3){width:60%;}
	
ul{
	margin:0;
	padding:0;				
}
		
ul li{list-style:none; padding-top:20px;}
		
ul li a{
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-bottom:.25px solid #FFFFFF;
	display:block;
	width:290px;
	padding:10px 0 15px 10px;
	text-decoration:none;				
}
	
.subfootertext{
	margin:60px auto;
	width:90%;
}
	
	.subfooter img{display: none;}
	.mapboxtext{
	position:relative;
	margin:0 auto;
	width:98%;
	min-height:225px;  
	max-height:225px;
	text-align: left;
}
	
.tagline{
	padding-bottom:150px;
}


	
}








































 
