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