body {
	background:#fff;
	

	
	
}

a {
	text-decoration:none;
	color:#000;
	transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
   -webkit-transition: color .3s ease-in-out;
   

}

h6 a {
	text-decoration:none;
	color:#000;
	transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
   -webkit-transition: color .3s ease-in-out;

}


h6 a:hover {
	text-decoration:none;
	color:#555;  
}

h4 a {
	text-decoration:none;
	color:#000;
	transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
   -webkit-transition: color .3s ease-in-out;

}


h4 a:hover {
	text-decoration:none;
	color:#555;  
}

h2 {
	font-family: 'Quando', serif;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-size:16px;
	letter-spacing:6px;
}

h3 {
	
	font-family: 'Quando', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 41px;
    margin-top: 9px;
    text-align: center;
}

h4 {
	font-family: 'Quando', serif;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-size:16px;
	letter-spacing:6px;
	margin-top:-21px;
}


h5 {
	font-family: 'Quando', serif;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-size:16px;
	letter-spacing:4px;
	border-bottom: 1px;
}

h6 {
	
	font-family: 'Quando', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-top: 13px;
    text-align: center;
}


h7 {
	font-family: 'Quando', serif;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	font-size:11px;
	letter-spacing:2px;
}
.contact_content_left h6 {
margin-top:4px;
}

.contact_content_right h6 {
margin-top:4px;
}

.logo {
	width:150px;
	margin:50px 370px 0 auto;
	
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}

.about_img {
	width:500px;
	margin:45px auto 57px auto;
}


.map_img {
	width:705px;
	margin:10px auto 35px auto;
}

.about_content{
	width:840px;
	margin:60px auto 0 auto;
}

.contact_content_left{
width:840px;
margin:20px auto 0 auto;
}

.contact_content_right{
float:right;
margin:20px 159px 0 0;
}

.divider{
	width:188px;
	margin:63px auto 0 auto;
}

.divider2{
	width:188px;
	margin:210px auto 0 auto;
}

#social{
	margin:20px auto 0;
	width:840px;
}

.fb{
	width:188px;
	margin:210px auto 0 auto;
}

.soc_tw{
float:left;
margin-right:46px;
}

.soc_ig{
float:left;

}

.fb_logo{
	margin-right:21px;
	float:left;
}



#social a {
	text-decoration:none;
	color:#000;
	transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;

}


#social a:hover {
	text-decoration:none;
	opacity:0.4;  
}


/*fadeover*/

div.fadehover {
	}

img.a {
	z-index:999;
	position:absolute;
        }
	
img.b {
	z-index:500;
	
	}



	@media (max-device-width: 450px) {
	.about_content h3{
		
		font-size:17px
	}
	.contact_content h6{
		
	font-size:19px
	}
