body {
	font-family: Helvetica, Arial, sans-serif;
	background: #061930;
	color: #FFF;
	height: 100%;
	margin: 0;
    font-size: 16px;
    line-height: 22px;
}
h1, h2, h3, h4 { font-family: Times, serif; margin: 0 0 20px; font-weight: normal;}
h1 {
	font-size: 80px;
	line-height: 80px;
}
h2 {
	font-size: 60px;
	line-height: 70px;
}
h3 {
	font-size: 50px;
	line-height: 60px;
}
h4 {
	font-size: 30px;
	line-height: 40px;
}
.col-50 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.btn {
	display: inline-block;
	padding: 10px 30px;
	background: #1CEAB8;
	color: #061930 !important;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none !important;
}
.btn:hover { background: #FFF; }
p {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}
#wrapper {
	margin: 10px auto 0;
}
#header, #container, #contactme {
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
}
#header {
	padding: 20px 5% 10px;

	position: fixed;
	z-index:9;
	top:0;
	left:0;
	width:90%;
	max-width:90%;
}
#wrapper a {
	color: #1CEAB8;
	text-decoration: none;
}
#wrapper a:hover {
	text-decoration: underline;
}
.over-img {
	width: 120%;
	margin: 0 -10%;
}
img.hero {
	position: relative;
	opacity: .8;
	z-index: -1;
	margin-top: 80px;
}
#top-title {
	margin: -200px 0 50px;
	font-size: 120px;
	line-height: 120px;
	text-shadow: 0px 20px 20px #000;
}
#socialproof {
	text-align: center;
	margin: 50px 0;
	padding: 20px 0;
}
#jobs-section {
	margin-top: 80px;
	padding: 100px 0;
	border-top: solid 1px #1CEAB8;
	border-bottom: solid 1px #1CEAB8;
}
.jobs-list {
	padding: 50px 0;
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
.jobs-list span {
	display: inline-block;
	padding: 10%;
	margin: 2px;
	width: 80%;
	min-height: 40px;
	background: #062230;
	font-weight: bold;
}
#profile-section {
	padding: 100px 0 0;
	margin-bottom: -100px;
}
#contact-section {
	padding: 100px 0;
	background: #1CEAB8;
	color: #061930;
}
#contact-section a {
	color: #061930;
	font-weight: bold;
}
#contactme {
	padding: 100px 0;
}
#contactme .btn {
	background: #061930;
	color: #FFF !important;
}
#footer {
	border-top: solid 1px #061930;
	border-bottom: solid 1px #061930;
	margin: 100px 0 0;
	padding: 10px 0;
}
#footer span {
	display: inline-block;
	padding: 5px;
}
#footer .social {
	text-align: right;
}
#footer-logo {
	text-align: center;
	margin: 100px auto 0;
}
#footer-logo img {
	width: 80px;
	margin: 0 auto;
}




/* MOBILE VIEW */
@media (max-width: 800px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	h4 {
		font-size: 20px;
		line-height: 25px;
	}
	p {
		font-size: 15px;
		line-height: 25px;
	}
	#top-title {
		margin: -35px 0 20px;
		font-size: 50px;
		line-height: 55px;
		text-shadow: 0px 20px 20px #000;
	}
	#header, #container, #contactme {
		width: 90%;
		max-width: 90%;
	}
	#header {
		background: #061930;
	}
	#profile-section {
		margin: 0 0 50px;
	}
	#profile-section .img-wrapper {
		max-height: 300px;
		position: relative;
		overflow: hidden;
	}
	#profile-section .col-50,
	#footer .col-50 {
		width: 100%;
		display: block;
	}
	#footer, #footer .social {
		text-align: center;
	}
	#contact-section {
	    padding: 50px 0;
	}
	#contactme {
		padding: 0;
	}
	.over-img {
		width: 104%;
		margin: 0 -2%;
	}
}
