body {
    background-image: url('images/sky.png');
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: #00B386;
    color: #FFFFFF;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

nav {
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

nav a {
    text-decoration: none;
}

main{
    padding: 1px 20px 20px 20px;
    display: block;
}

h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
    color: #00664D;
    text-shadow: 1px 1px #CCCCCC;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

dt {
    color: #00554D;
    font-weight: bold;
}

li {
    list-style: url('images/marker.gif');
}

footer {
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    padding: 15px;
}

.barn {
    color: #70DBDB;
    font-weight: bold;
}

#contact {
    font-size: 90%;
}

#heroHome {
    background-image: url('images/sunsetHorse.png');
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#heroBoard {
    background-image: url('images/fenceline.png');
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#heroTraining {
    background-image: url('images/BayBella.png');
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrapper {
    margin: 0 auto;
    width: 80%;
    background-color: #FFFFFF;
    min-width: 900px;
    max-width: 2050px;
    box-shadow: 4px 4px #133926
}