@charset "UTF-8";
/* Body */
body {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-style: normal;
	font-weight: 100;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
header {
	width: 100%;
	height: 5%;
	background-color: #FFFFFF;
}
.title {
	display:none;
}
.hero_header {
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
}
/* Hero Section */
.hero {
	background-color: #FFF;
	font-family: "Inter", sans-serif;
	padding-top: 60%;
	padding-bottom: 150px;
    font-size: 2em;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #000000;
	margin-top: 4px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: .8em;
}
/* You Looked Here Too Didn't You */
.spacer{
	margin-top: 215%;
	margin-bottom:5%;
}
.eyeballs {
	background-color: #FFF;
	font-family: "Inter", sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
    font-size: 2em;
}
.tagline-dos {
	text-align: center;
	color: #000000;
	margin-top: 4px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: .6em;
}

/* Reponsive */
@media (min-width: 1200px) {
.hero {
	background-color: #FFF;
	font-family: "Inter", sans-serif;
	padding-top: 25%;
	padding-bottom: 150px;
    font-size: 2em;
}
.tagline {
	text-align: center;
	color: #000000;
	margin-top: 4px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: .8em;
}
.spacer{
	margin-top: 175%;
	margin-bottom:5%;
}
.tagline-dos {
	text-align: center;
	color: #000000;
	margin-top: 4px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: .6em;
}
}
