body {
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    min-width: 870px;
    margin: 70px auto;
    background-color: #52471b;
}

header {
    background-image: url(images/comb.jpg);
    height: 135px;
    min-width: 870px;
    border-top: 7px solid #87752d;
    text-align: center;
}

header img {
    width: 208px;
    position: relative;
    top: -50px;
    text-align: center;

}

header h1 {
    font-family: 'Myriad pro', sans-serif;
    font-size: 16px;
    position: relative;
    width: 200px;
    margin: auto;
    top: -50px;
    text-align: center;
    color: #87752d;
}

header nav {
    position: relative;
    top: -25px;
    display: inline-block;
    height: 40px;
    width: 100%;
    background-color: #87752d;
    border-top: 2px solid #52471b;
    border-bottom: 2px solid #52471b;
    box-shadow: 0px 1px 5px #87752d;

}

header nav ul {
    list-style: none;
}

header nav li {
    width: auto;
    display: inline-block;
    padding-right: 20px;
}


header nav a {
    text-decoration: none;
    color: #f8ffb0;
    list-style: none;

}

main {
    background-color: #f8ffb0;
    padding-top: 70px;
    border-bottom: 8px solid #87752d;
}

main #mainImages{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 870px;
}

main figure {
    float: left;
    background-color: #87752d;
    padding: 10px;
    height: 330px;
    border-radius: 5px;
    margin: 5px;
    text-align: center;

}

main figcaption {
    color: #f8ffb0;
    text-align: center;
    padding-top: 10px;
    font-family: 'Myriad pro', sans-serif;
}
main figure img{
    width: 187px;
}

blockquote {
    font-size: 30.21px;
    font-style: oblique;
    clear: left;
    padding-top: 50px;
    padding-bottom: 150px;
    width: 540px;
    margin: auto;
    color: #52471b;
}

footer p{
    color: #f2cc10;
    width: 550px;
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
