body {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(sky.png);
}

header {
    color: #FFFFFF;
    background-color: #00B386;
    text-align: center;
    height: 60px;
    padding-top: 15px;
}

#wrapper {
    margin: auto;
    width: 80%;
    background-color: #FFFFFF;
    min-width: 900px;
    max-width: 2050px;
    box-shadow: 4px 4px 4px #133926;
}

nav {
    background-color: #FFFFFF;
    font-weight: bold; 
    text-align: center;
    padding: 10px;
}

nav ul {
    list-style-image: url(marker.gif);
    padding: 0;
    margin: 0;
}

nav a {
    text-decoration: none;
    
}

main {
    padding: 1px 20px 20px 20px;
    display: block;
}

h1, h2, h3 {
    font-family: "Times New Roman", Times, serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF;
}

h2 {
    color: #00664D;
    text-shadow: 1px 1px #CCCCC;
}

dt {
    color: #00664D;
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    padding: 15px;
}

#contact {
    font-size: 90%;
}


.barn {
    color: #70DBDB;
    font-weight: bold;
}

#barn {
    color: #70DBDB;
}


#heroHome {
    background-image: url(sunsetHorse.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#heroBoard {
    background-image: url(fenceline.png);
    height: 300px;
    background-repeat: no-repeat; 
    background-size: 100% 100%;
}

#heroTraining {
    background-image: url(BayBella.png); 
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 
			
