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



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

#overlay {
    opacity: .8;
    background-color: #1B93C7;
    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;
	background-position: center;
}


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


.headingbar {
	height:65px;
	opacity:0.75;
	position:relative;
	top:35px;
	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;
	width:270px;
	margin: 0px 15px;
	margin-top: -40px;
}

#logoname{
	height:auto;
	width:470px;
	margin: 0px 15px;
	position: relative;
    z-index: 20;
    margin-top: -160px;
}

#logonamehome{
	height:auto;
	width:470px;
	margin: 0px 15px;
	position: relative;
    z-index: 20;
    margin-top: 0px;
}



#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:-80px;
	
}


.menubutton{ 
	font-size:16px; 
	font-weight:bold;
	padding:5px;
	margin:0px;
	margin-top: -40px;
	min-width: 100px;
}


#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: 0px 25px;
	text-align:center;
	text-shadow: 0px 0px 18px #15698d;
}

#introbar{
	padding:0;
	margin-top:-100px;
	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;
}

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


#menudivider{
	text-align:left;
	max-width:450px
}

#menu{
	display:none;
}

.menubutton{
	display: none;
}

#menu-alt{
	display:inline;
	text-align:right;
	top: 93px;
    padding-right: 10px;
	float:right
	
}

#logo{
	width:65%;
	max-width:250px;
	margin-right:0;
	margin-top:-10px
}

#phone{
	font-size:20px;
}
#logoname{
	height:auto;
	width:100%;
	max-width:470px;

	margin-left:auto;
	margin-right:auto
}

#logonamehome{
	height:auto;
	width:100%;
	max-width:470px;

	margin-left:auto;
	margin-right:auto
}

.headingbar {
	top:65px;
	
}




}

@media screen and (max-width : 370px) {
#phone{
	display:none;
}	
#logo{
	width:65%;
	max-width:300px;
	margin-right:0;
	margin-top:10px
}
#logoname{
	height:auto;
	width:100%;
	max-width:470px;

	margin-left:auto;
	margin-right:auto
}

#logonamehome{
	height:auto;
	width:100%;
	max-width:470px;

	margin-left:auto;
	margin-right:auto
}


}