* {
	margin: 0;
	padding: 0;
	border: none;
}
body, html {
    height: 100%;
}
body {
	background: #dadddf url('../images/background.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
.logo {
	position: absolute;
	top:6%;
	left:0;
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	padding: 10px 0;
	text-align: center;
}
.contact {
	position: absolute;
	bottom:12%;
	left:0;
	width: 100%;
	text-align: center;
}
.contact p {
	display: inline-block;
	width:80%;
	max-width: 500px;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	padding: 20px 30px;
	font-family: Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 5vw;
	line-height: 1.3em;
	font-weight: bold;
	color: black;
}
@media screen and (min-width:625px) {
	.contact p{
		font-size: 30px;
	}
}
.contact a{
	display: block;
	color: #0e18d8;
	text-decoration: none;
}