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



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

.menubuttongap{
	
	
}
#overlay {
    opacity: .2;
    background-color: #FDF3D5;
    position: absolute;
    left: 0; 
	top: 0; 
	height: 100%; 
	width: 100%;
	z-index:1;
}

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


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


.headingbar {
	height: 65px;
    opacity: 1;
    position: relative;

    z-index: 20;
    padding: 0px;
    }


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

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

#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;
	margin-top: 20px;
	
	
}


.menubutton{ 
	font-size:16px; 
	font-weight:bold;
	padding: 2px 25px;
    margin: 0px 10px;}


#menu-alt{
	display:none;
}


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

#mission {
	color: black;
    line-height: 1.1;
    font-size: 22px;
    padding: 80px 25px 0px 25px;
    text-align: center;

    margin-bottom: -10px;
    }

#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:15px;
	padding-top:20px;
}

#menu-alt2 {
    display: none;
}


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

	#banner{
		margin-top: 0px;
		padding-bottom: 60px;
	}
	#introbar{
		margin-top:50px;
	}
	
	
	#menu-alt {
	    display: block;
	    text-align: center;
	    top: -210px;
	    padding-right: 0px;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    height: 0px;
	}
	
	
	#menu-alt2 {
	    display: block;
	    text-align: center;
	    top: -120px;
	    padding-right: 0px;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;

	}
	
	
	
	#menudivider{
		text-align:left;
	
	}
	
	
	#logo{
		width:100%;

		margin-right:0;
		margin-top: 10px;
	}
	
	#phone{
		font-size:20px;
	}
	
	#banner-condensed {
	    height: auto;
	}
	
	#menu{
		display:none;
	}
	
	.menubutton{
		display: none;
	}
	.headingbar {
	   display:none;
	}

}

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

#menu-alt{
	top: -250px;
}

}


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

#menu-alt{
	top: -270px;
}

}

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

#menu-alt{
	top: -290px;
}

}

