body {
	margin: 0;
	padding: 0;
	background: url(bg.png);
	color: #555;
}

body,
h1, h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;	
}

h1 {
	margin-top: -20px;
	font-size: 12px;
	text-transform: uppercase;
}

h2 {
	margin-top: 10px;
	font-size: 32px;
}

a {
	color: #444;
}

#logo {
	width: 500px;
	max-width: 90%;
	margin: 20% auto 0;
	text-align: center;
}

.btn {
	display: block;
	max-width: 50%;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	background: #444;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover {
	background: #333;
}

.btn:active {
	position: relative;
	top: 1px;
}

.ref {
	display: inline-block;
	margin: 10px;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 0;
	background: #333;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

#footer a {
	color: #fff;
}

@media (max-width: 768px) {

	h1 {
		font-size: 11px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h1 span,
	h2 span {
		display: block;
	}

	#footer {
		padding: 20px 0;
		font-size: 14px;
	}
	
	.hide {
		display: none;
	}
	
	.email {
		display: block;
	}

}