@charset "utf-8";
/* CSS Document */



#headingwrapper {
	width:94%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 6px;
}

.menubuttongap{
	margin-right:300px !important
	
}
#overlay {
    opacity: .5;
    background-color: #00669D;
    position: absolute;
    left: 0; 
	top: 0; 
	height: 100%; 
	width: 100%;
	z-index:1;
}

#banner{
	position:relative;
	z-index:0;
	background-image:url(../../images/background.jpg);
	height:auto;
	text-align:center;
	background-size:cover;
	padding-bottom:100px
}


#banner-condensed{
	position:relative;
	z-index:0;
	background-image:url(../../images/background.jpg);
	height:380px;
	text-align:center;
	background-size:cover;
	padding-bottom:100px
 
}


.headingbar {
	height:65px;
	opacity:0.75;
	position:relative;
	top:52px;
	z-index:20;
	padding:10px;
}


#logodiv-condensed{
	height:auto;
	width:auto;
	max-width:500px;
	text-align:center;
	position:relative;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	float:left

}

#logo{
	height:auto;
	max-width: 375px;

	position: relative;
    z-index: 20;
    margin-top: -105px;
}

#logo-condensed{
	height:auto;
	max-height:140px;
}

#menudivider{
	max-width:1160px; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	z-index:30; 
	text-align:center;
	top: -155px;
	
}


.menubutton{ 
	font-size:16px; 
	font-weight:bold;
	padding:5px;
	margin:0px;
	margin-top:-55px
}


#menu-alt{
	display:none;
}


#phone{
	font-size:28px;
	text-align:right;
	color:#fff;
	margin-top:0;
}

#mission {
	color:#FFF; 
	line-height:1.1;
	font-size:22px;
	padding: 50px 25px 0px 25px;
	text-align:center;
	text-shadow: 0px 0px 8px #000;
}

#introbar{
	padding:0;
	margin-top:-30px;
	position:relative;
	z-index:2;
}

#servicesbar{
	padding-bottom:10px;
}

.limitedblock{
	position:relative;
	top:-55px;
	width:92%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	padding-top:20px;
}

#menu-alt2 {
    display: none;
}


@media screen and (max-width : 767px) {

	#banner{
		margin-top: -50px;
	}
	#introbar{
		margin-top:80px;
	}
	
	
	#menu-alt {
	    display: block;
	    text-align: center;
	    top: 320px;
	    padding-right: 0px;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	
	#menu-alt2 {
	    display: block;
	    text-align: center;
	    top: 360px;
	    padding-right: 0px;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;

	}
	
	
	
	#menudivider{
		text-align:left;
	
	}
	
	
	#logo{
		width:100%;
		max-width:340px;
		margin-right:0;
		margin-top: 20px;
	}
	
	#phone{
		font-size:20px;
	}
	
	#banner-condensed {
	    height: 450px;
	}
	
	#menu{
		display:none;
	}
	
	.menubutton{
		display: none;
	}
	.headingbar {
	   display:none;
	}

}

@media screen and (max-width : 340px) {
#menu-alt {
    top: 300px;
}



}