body, html{
	background: #222;
	color: #fff;
	font-family: "AvenirNext-Regular";
	font-weight: 300;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4{
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 80px;
	line-height: 86px;
}

#logo{
	color: #999;
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 800;
}

#logo svg{
	height: 80px;
	width: auto;
	position: relative;
	transform: rotate(-65deg);
}

#logo span{
	transform: translateX(9px) translateY(16px);
	display: inline-block;
}

#skull-branding{
	fill: #999;
}


header{
	text-align: left;
	background: #333;
	display: block;
	height: 100px;
	line-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

header nav{
	text-align: right;
	display: block;
	float: right;
	height: 100px;
	padding-right: 60px;
	line-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header nav a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .tagline{
	color: #999;
}

main{
	display: block;
	margin: auto;
	max-width: 1200px;
	width: 100%;
	
	height: 80vh;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main section{
	padding: 0px 30px 30px;
}

footer{
	color: #444;
	text-align: center;
	
}

.tag-line{
	font-style: normal;
	    font-family: Raleway;
	    -webkit-font-smoothing: subpixel-antialiased;
	    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
	    font-size: 28px;
}