body { margin:0px 0px; padding:0px; 
		background-color: #e2eaed;
} 

* { box-sizing: Border-box;
	-webkit-backface-visibility: hidden;
  	-webkit-perspective: 1000px; } 
@font-face {
  font-family: Latinotype-Rawson_Pro_Medium;
  src: url(../font/Latinotype-Rawson_Pro_Medium.otf);
}
@font-face {
  font-family: Latinotype-Rawson_Pro_Medium;
  src: url(../font/Latinotype-Rawson_Pro_Medium.otf);
}
#page_head, #submit_btn, #firstname, #lastname, #signup_email {
	font-family: Latinotype-Rawson_Pro_Medium,'Montserrat', sans-serif;
}
.page_body{
	font-family: Latinotype-Rawson_Pro_Medium,'Montserrat', sans-serif;
}
#container{
	width: 100vw;
	overflow-x: hidden;
} 
.sprite {
	position:absolute;
	background-repeat:no-repeat;
}
#page_head{
	margin: auto;
	text-align: left;
	color: #e2eaed;
}
.page_body{
	line-height: 2;
	width: 80%;
	max-width: 700px;
	margin: auto;
	margin-top: 55px;
}
p{
	color: #131408;
}
#signup_email,#firstname,#lastname{
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #e2eaed;
	border-radius: 4px;
}
#submit_btn{
	border: 0;
	background-color: transparent;
	color: #e2eaed;
	text-transform: uppercase;
	float: right;
}
form{
	position: absolute;
	bottom: 20px;
	margin: auto;
  	width: 100%;
  	text-transform: uppercase;
}
h1{
	text-transform: uppercase;
	color: #e2eaed;
	margin: auto;
    width: 100%;
    
}
.page_head_headline{
	position: absolute;
	width: 100%;
	top: 30%;
	left: 32px;
	width: 90%;
}
#page_head{
	background: url(../img/hero_space.jpg);
	background-size: cover;
	background-position: center;
	min-height: 420px;
}
#page_body_video{
	width: 100%;
	text-align: center;
}
#iframe_video{
	width: 100%;
}
#form_container{
	position: absolute;
	width: 215px;
	left: 32px;
	bottom: 10px;
}
#firstname,#lastname,#signup_email {    
	width: 155px;
	float: right;
	margin-right: 10px;
	}
label{
	line-height: 150%;
}
.input_spacing_fix{
	margin-top: .5%;
}
#mark_off{
	display: none;
}
@media only screen and (max-width: 599px) {
	.page_head_headline{
		top: 25%;
	}
	#iframe_video{
		margin: auto;
  		width: 100%;
  		height: 54.3vw;
	}
}
@media only screen and (min-width: 600px) {
	#iframe_video{
		margin: auto;
  		width: 80%;
  		max-width: 700px;
  		height: 43.9vw;
  		max-height: 391px;
	}
}