@charset "UTF-8";
/* Body */
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Parallax Section */
.banner {
	background-color: #A3051A;
	background-image: url(../images/parallax.jpg);
	height: 900px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	text-align: center;
	padding-top: 80px;
	letter-spacing: 2px;
	margin-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
}
.parallax_description {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	text-align: center;
	width: 80%;
	letter-spacing: 1px;
	float: none;
	font-weight: 400;
	line-height: 23px;
	padding-left: 10%;
	padding-right: 10%;
}