@charset "UTF-8";

html, body, #page-content {
	background-color: rgb(208, 39, 29);
	color: #fff;
}

#page-content {
	padding: 40% 2em 2em 2em;
}

h1 {
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 60px;
	font-size: 3em;
}

.button {
	font-family: 'TaubSans_medium';
	font-size: 125%;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: .5em 1.5em;
	background-color: transparent;
	border-radius: 0;
}

.button:hover {
	opacity: 1;
}