body {
	background: url(../../assets/images/bg-compass.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: #000000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	margin: 0;
}

.content {
	padding-bottom: 50px;
	padding-top: 50px;
}

#footer {
	background-color: #000000;
	color: #999999;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer p {
	font-size: .8em;
	font-weight: 400;
	letter-spacing: 2px;
	margin-left: 20px;
	text-transform: uppercase;
}

#hamburger {
	height: 40px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 40px;
}

#sights {
	background-color: #ffffff;
	color: #777777;
}

#sounds {
	background-color: #ffffff;
	color: #777777;	
}

#title {
	color: #ffffff;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#title #nameinfo {
	position: absolute;
	top: 200px;
	width: 100%;
}

#title p.main {
	font-size: 4em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	width: 80%;
}

#title p.sub {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	width: 80%;
}

#welcome {
	background-color: #ffffff;
	margin: 0;
}

#welcome p {
	color: #777777;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	width: 80%;
}

#welcome p.headshot {
	margin-bottom: 20px;
	text-align: center;
}

#words {
	background-color: #ffffff;
	color: #777777;
	margin: 0;
}

#work {
	background-color: #ffffff;
	color: #777777;
	margin: 0;
}

