/* style header and body */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(assets/sky.png);
    background-repeat: no-repeat;
}

header {
    background-color: #00B386;
    color: #FFFFFF;
    text-align: center;
    height: 60px;
    padding-top: 15px;
}

/* style all the heading */
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

h2 {
    color: #00664D;
    font-family: Georgia, 'Times New Roman', serif;
    text-shadow: 1px 1px #CCCCCC;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
}

/* style nav bar */
nav {
    background-color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

/* style the nav with specify the link a */
nav a {
    text-decoration: none;
}

dt {
    color: #00664D;
}

/* Style the un-ordered list */
ul {
    list-style-image: url(assets//marker.gif);
}

footer {
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', serif;
    text-align: center;
    padding: 15px;
}

/* style the main */
main {
    padding: 1px 20px 20px 20px; /* top right bottom left*/
    display: block;
}

/* style class */
.barn {
    color: #5C7FA3;
}

/* style id */
#contact {
    font-size: 90%;
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    min-width: 900px;
    max-width: 1000px;
    box-shadow: 4px 4px 4px #133926;
}

#heroHome {
    height: 300px;
    background-image: url(assets/sunsetHorse.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#heroBoard {
    height: 300px;
    background-image: url(assets/fenceline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#heroTraining {
    height: 300px;
    background-image: url(assets/BayBella.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}