@charset "utf-8";
/*--------Basic Browser Reset of Margins and Padding-------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 1.5em;
	border-width: thin;
}
/*--------------------Body Styles-----------------------*/
body {
	color: rgba(231,231,232,1.00);
	background-color: rgb(2, 0, 1);
	padding: 0 0 60px 0;
	font-family: "Adobe Garamond Pro", alegreya, Georgia, serif;
	font-style: normal;
	font-weight: 400;
}
body#home {
	background-image: url(../images/homeBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------------Main Navigation Styles-------------------*/
.mainNav {
	background-color: rgb(141,24,27);
	width: 100%;
	height: 133px;
}
.mainNav ul li span {
	font-style: italic;
	font-family: "Adobe Garamond Pro", alegreya, Georgia, serif;
	text-transform: lowercase;
}
.mainNav ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Verdana, Helvetica, Arial, sans-serif;
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 11.10%;
	margin-top: 41px;
}
.mainNav ul {
	list-style-type: none;
	margin-left: 12%;
}
.mainNav ul li a {
	color: rgb(231,231,232);
	text-decoration: none;
	display: block;
	width: 131px;
	padding-bottom: 10px;
}
.mainNav ul li a:hover {
	color: rgb(215,215,215);
	border-bottom: thin solid rgb(215,215,215);
}
.mainNav ul li span:hover {
	border: none;
}
/*-------------------Main Content Styles------------------------*/
.mainContent {
	clear: both;
}
.logo {
	margin: 45px auto 65px 38%;
}
.mainContent .mainQuote {
	margin-top: 320px;
}
.mainContent {
	width: 75%;
	padding: 0 60px;
	margin: 60px auto 0 auto;
}
.mainContent #quote-author {
	font-style: italic;
}
.mainContent h1, .mainContent h2, .mainContent h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.mainContent h1 {
	margin-bottom: 40px;s
}
.mainContent h2 {
	margin: 30px 0 10px 0;
}
.mainContent h3 {
	margin: 10px 0;
}
.mainContent ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.mainContent p {
	max-width: 700px;
	margin-bottom: 20px;
}
.mainContent .beans {
	float: left;
	width: 30%;
	margin: 50px 80px 0 0;
	min-width: 200px;
}
.mainContent .clear {
	clear: both;
}
/*----------------Link Styles---------------------*/
a:link {
	color: rgba(175,31,39,1.00);
}
a:visited {
	color: rgba(106,18,29,1.00);
}
a:hover {
	color: rgba(231,41,52,1.00);
}
a:active {
	color: rgba(151,151,151,1.00);
}
