* {
    box-sizing: border-box;
}

h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0;
    font-size: 3em;
    letter-spacing: 0.25em;
}

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;
}

body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: #00B386;
    color: #FFFFFF;
    text-align: center;
    height: 175px;
    padding-top: 30px;
    padding-left:3em;
}

nav {
    font-weight: bold;
    font-size: 120%;
    padding: 1.5em;
    float: left;
    width: 160px;
}

nav ul {
    list-style: none;

}

nav a {
    text-decoration: none;
}

nav a:link {
    color: #00664D;
}

nav a:visited {
    color: #7A7A52;
}

nav a:hover {
    color: #FFFFFF;
}

main {
    padding: 1px 20px 20px 20px;
    background-color: #FFFFFF;
    margin-left: 190px;
    padding-left: 30px;
    display: block;
}

main ul {
    list-style: url('images/marker.gif'); /* change to only set for index.html bottom list? */
}

footer {
    background-color: #FFFFFF;
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    padding: 15px;
    margin-left: 190px;
}

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

#contact {
    font-size: 90%;
}

#heroHome, #heroBoard, #heroTraining {
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
    padding-left: 30px;
}

#heroHome {
    background-image: url('images/sunsetHorse.png');
}

#heroBoard {
    background-image: url('images/fenceline.png');
}

#heroTraining {
    background-image: url('images/BayBella.png');
}

.wrapper {
    margin: 0 auto;
    width: 80%;
    background-image:linear-gradient(#FFFFFF, #0C5442);
    border-color: #003300;
    border-style: solid;
    border-width: 1.5px;
    min-width: 900px;
    max-width: 2050px;
    box-shadow: 4px 4px #133926
}