body {	
	margin: 0 auto;
	color: #f8e6d0;
	font-family: "proxima-nova", Arial, Helvetica, san-serif; 
	font-weight: 500;
}
.background {
	position: fixed;
	color: #f8e6d0;
	background: url(../images/background-01.jpg) no-repeat center center fixed; 
	background-size: cover; 
	width: 100%; height: 100vh; margin: 0; padding:0;
	z-index: -99;	
}



.home { width: 100%; height: 100vh; text-align: center; }
.homelogo { width: 100%; padding: 30vh 0; } 
.homelogo img { width: 40%; opacity: 0.75; filter: alpha(opacity=75); }	

