* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: 'Abel', helvetica, sans-serif;
	color: #e6e6e4;
	text-transform: uppercase;
}

.logo {
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -150px;
    vertical-align: middle;
    max-width: 60%;
}

h1 {
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: 10px;
	font-size: 1.1em;


}

#enter {
border: 1px solid #e6e6e4;
background-color: rgba(0,0,8,0.1);
padding: 20px 10px 20px 20px;
position: absolute;
top: 50%;
left: 10%;
font-size: .7em;
letter-spacing: 2px;
text-decoration: none;
margin-top: 80px;
color: #e6e6e4;
}

#enter:hover {
	/* 
	border: 1px solid #e6e6e4;
	margin-left: -1px;
	margin-top: 19px;
	 */
	background-color: rgba(0,0,8,0.25);
}


}