body {
	color: white;
	background: url("HorseHead.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.h1 {
	font-size: 10em;
}

#page {
	padding-top: 5%;
}

#page h1 {
	color: white;
}

.vert-pad {
	padding-top: 18px;
	padding-bottom: 18px;
}

#footer {
	padding-top: 10%;
	padding-bottom: 5px;
	width: 100%;
}

#footer a {
	color: white;
}
