* {
		margin: 0;
		padding: 0;
}
body {
		overflow-x: hidden;
}

html { 
	background: url(../images/header-background-w-logo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main {
	width: 100vw;
	text-align: left;
//	border: 1px solid red;
}


/* Main 
------------------------------------------------------------------ */
#main h1 {
	font: 42px/1.2em 'montserrat-bold', sans-serif;	
	font-weight: bold;
	color: #0c0b29;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, .5);	
	margin-top: 70vh;
	margin-left: 5vw;
//	margin-bottom: 18px;
//	padding: 0 10%;
}


/* social links */
#main .social {
//	clear: both;
	font-size: 32px;
	font-weight: bold;
	color: #0c0b29;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, .5);	
	margin-top: 15px;
	margin-left: 5vw;
//   margin: 12px 0 24px;
//   padding: 0;   
//   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
#main .social li {
   display: inline-block;
   margin: 0 12px;
   padding: 0;
}
#main .social li a { color: #0c0b29; }
#main .social li a:hover {
#	color: #197C28;
	color: #c0a414;
}


