html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1em;
	color: #a60c31;
}
header {
	background: url(images/header-background.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 1% 0;
	text-transform: uppercase;
	color: #fff;
}
header img {
	width: 50%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}
header p {
	margin: 0;
}
#title {
	font-size: 4em;
	font-weight: bold;

}
#subtitle {
	font-size: 2em;
}
section {
	margin: 0 auto;
}
section a {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 1em;
	max-width: 334px;
	vertical-align: top;
	color: #575757;
}
section a h2 {
	text-transform: uppercase;
	color: #a60c31;
}
section img {
	width: 100%;
	max-width: 334px;
}
.contact {
	clear: both;
	text-align: center;
}
.contact a {
	color: #a60c31;
}