@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-image: url(/../images/page-altrec-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}
.wrapper-anchor {
	position: relative;
	display: block;
}
.landing-page {
	text-align: center;
}
.landing-page hr {
	border-top-width: 20px;
	border-color: #95b751;
}
h1, h2, h3, h4 {
	font-family: "museo-sans-display",sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 40px;
}
h2:before, h2:after {
	content: "";
	margin: auto;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}
h2:before {
	margin-bottom: 20px;
}
h2:after {
	margin-top: 20px;
}
.combined {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.landing-page .btn-default {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 20px;
	color: #ffffff;
	background-color: #ED0328;
	border-color: #ED0328;
	font-family: "museo-sans-display",sans-serif;
	font-weight: 900;
	font-size: 25px;
	text-transform: uppercase;
	border-radius: 0;
}
.landing-page .btn-default:focus, .landing-page .btn-default:hover, .landing-page .btn-default:active {
	color: #FFF;
	background-color: #9F021A;
	border-color: #9F021A;
}
@media (min-width:768px) {
	.landing-page {
		padding-top: 50px;
	}
	h2, h4 {
		font-size: 60px;
	}
	h2:before, h2:after {
		width: 300px;
	}
	h2:before {
		margin-bottom: 50px;
	}
	h2:after {
		margin-top: 50px;
	}
	h3 {
		margin-top: 30px;
	}
	h4 {
		margin-top: 30px;
	}
	.combined {
		margin-top: 130px;
		margin-bottom: 130px;
	}
	.landing-page .btn-default {
		margin-top: 150px;
		margin-bottom: 50px;
		padding: 20px 100px;
	}
}