
body {
	margin: 0;
	background-color: #f5f5f5;
  	background-image: none;

}

#content {
	clear: both;
	margin: 0 auto 0 auto;
	text-align: center;
}		





/* HEADER **************************************************************************************************************************************/  


.header {
	position: relative;
	text-align: center;
	width: 100%;
}

.preload {
	height: 0px;
}


.header .logoimg {
	display: block;
	text-align: center;
	width: 400px;
	height: 150px;
	background-image: url('web_logo.png');
	background-size: 400px 150px;
	margin: 150px AUTO 30px AUTO;
}


.logoimg:hover {
	background-image: url('web_logo_hover.png');
}

.logoimg-hover-preload {
    background: url('web_logo_hover.png') no-repeat top center;
}


.instaimg {
	display: block;
	text-align: center;
	width: 64px;
	height: 64px;
	background-image: url('instagram.png');
	background-size: 64px 64px;
	margin: 50px auto 50px auto;
}

.instaimg:hover {
	background-image: url('instagram_hover.png');
}




.preload .logoimg {
	display: block;
	text-align: center;
	width: 400px;
	height: 0px;
	background-image: url('web_logo_hover.png');
	background-size: 400px 150px;
	margin: 150px AUTO 30px AUTO;
}

.preload .instaimg {
	display: block;
	text-align: center;
	width: 64px;
	height: 0px;
	background-image: url('instagram_hover.png');
	background-size: 64px 64px;
	margin: 50px auto 50px auto;
}




	
	
	
	
	
	
	
	
/* FONTS **********************************************************************************************************************************************************************************************/	
	




h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 2em;
	line-height: 0em;
	color: #141414;
	margin: 100px 0 20px 0 ;
	
}		
	
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #141414;
	border: 0px solid #141414;
	padding: 5px;
	display: inline-block;
}		
	


h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;		
	font-size: 1em;
	color: #272727;
	padding-top: 7px;

}

h4 a, a:visited {
	color: #272727;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #141414;
}


h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;		
	font-size: 1em;
	color: #272727;
	line-height: 10px;
	margin: 15px;
}

h5 a, a:visited {
	color: #272727;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #272727;
}


h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;		
	font-size: 1em;
	color: #272727;
	line-height: 10px;
	margin: 15px;
}







/* FOOTER **************************************************************************************************************************************/  

#footer {
	clear: both;
	margin-top: 50px;
	width: 100%;
	z-index: 3;
	text-align: center;
}
	
	
			
			
			