body {
	margin: 0;
	padding: 0;
	font-family: monospace;
	background-image: url(images/cover.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.button {
	border: none;
	padding:0.5vmin;
	text-decoration:none;
	color:#E0E0F0;
	height: auto;
	font-size: 3em;
	font-weight: lighter;
}

.button:hover {
	background: #9EAFEF;
	color: #333;
	border-radius: 5px;
}

.button_container {
	margin: 1vmin;
}

#cover {
	height: 99vh;
	width: 100vw;
	padding-top: 39vh;
	text-align: center;
}

#cover h1 {
	font-size: 4em;
	color: #63C6DD;
	margin: 1vmin;
	font-weight: bolder;
}

#contact {
	text-align: center;
	border-radius: 15px;
	background-color: #94DBEC;
	width: 20vw;
	margin: 5vh auto 5vh auto;
	padding: 3vmin 5vmin 5vmin 5vmin;
	box-shadow: 5px 5px 10px #333;
}

#contact a {
	display: block;
	font-size: 2vh;
	text-decoration: none;
	color: #004080;
	padding: 1vh;
	margin: 0 auto 0 auto
}

#contact a:hover {
	background: #333;
	color: #FCFCFC;
	border-radius: 5px;
}


@media screen and (max-width: 1080px) {
	#contact {
		margin: 5vh 2vw 5vh 2vw;
		width: auto;
	}
}
