
body {
	margin: 0;
	background: #00B8A4;
}

#YackleBee{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 150px;
}

#MainHeader{
	height: 100px;
	width: 100%;
	font-size: 50px;
	font-family: Avenir-Medium;
	line-height: 100px;
	text-align: center;
	color:white;

}

#EmailLabel{
	font-family: Avenir;
	color:white;
	font-size: 20px;
	top: 50%;
	position: absolute;
	right: 0px;
	left: 0px;
}

#EmailInput{
	font-family: Avenir;
	color:white;
	font-size: 20px;
	position: absolute;
	width: 50%;
	height: 50px;
	left:0;
	right:0;
	margin: auto;	
	top:60%;
	text-align: center;
	border-radius: 11px;
	border:none;
	color:#18191B;
}

#GoButton{
	font-family: Avenir;
	color:white;
	font-size: 20px;
	position: absolute;
	width: 50%;
	height: 50px;
	left:0;
	right:0;
	margin: auto;
	top:70%;
	text-align: center;
	border-radius: 11px;
	border:none;
	background-color:#8985e0;
}



@media only screen and (max-device-width: 480px) {
/* define mobile specific styles come here */
	#GoButton{
		top:85%;
		color: white;
		-webkit-appearance: none;
		width: 80%;

	}
	
	#EmailInput{
		width: 80%;
		top:65%;
	}
	
}