* {
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
header {
	background-color: #00B386;
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	height: 175px;
	text-align: center;
	padding-top: 30px;
	padding-left: 3em;
}
nav {
	font-size: 120%;
	float: left;
	padding: 1.5em;
	width: 160px;
}
nav ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	font-size: 1.2em;
}
nav a:link {
	color: #00664D;
}
nav a:visited {
	color: #7A7A52;
}
nav a:hover {
	color: #FFFFFF;
}
main {
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	margin-left: 190px;
	background-color: #FFFFFF;
	display: block;
}
a {
	text-decoration: none;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3em;
	letter-spacing: 0.25em;
}
h2 {
	color: #00664D;
	font-family: Georgia, "Times New Roman", serif;
}
h3 {
	color: #080860; /*color assignment done match image of board page, not actually mentioned in document*/
	font-family: Georgia, "Times New Roman", serif;
}
dt {
	color: #00664D;
}
ul {
	list-style-image: url("marker.gif");
}
footer {
	font-style: italic;
	font-size: 75%;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 15px;
	margin-left: 190px;
	background-color: #FFFFFF;
}
.barn {
	color: #70DBDB;
	font-weight: bold;
}
#contact {
	font-size: 90%;
}
#wrapper {
	background-color: #0C5442;
	margin: auto;
	width: 80%;
	min-width: 900px;
	max-width: 2050px;
	box-shadow: 4px 4px 4px #133926;
	background-image: linear-gradient(#FFFFFF,#0C5442);
	border-style: solid;
	border-color: #003300;
	border-width: 1.5pt;
}
#heroHome {
	height: 300px;
	margin-left: 190px;
	background-size: 100% 100%;
	background-image: url(sunsetHorse.png);
	background-repeat: no-repeat;
}
#heroBoard {
	height: 300px;
	margin-left: 190px;
	background-size: 100% 100%;
	background-image: url(fenceline.png);
	background-repeat: no-repeat;
}
#heroTraining {
	height: 300px;
	margin-left: 190px;
	background-size: 100% 100%;
	background-image: url(BayBella.png);
	background-repeat: no-repeat;
}