body {
    background-image: linear-gradient(to top, #ffdca7, #d38731);
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
}

header {
    color: black;
    font-family: Verdana, Arial, sans-serif;
    height: 120px;
}

h1 {
   text-align: center;
   color: #aa792f;
   font-size: 3em;
   letter-spacing: 0.25em;
   padding-top: .5em;
}

h2 {
    font-family: Georgia, serif;
    color: rgb(85, 0, 0);
}

dt {
    color: #002171;
    font-weight: bold;
}

.desert {
    color: rgb(85, 0, 0);
    font-size: 1.2em;
    font-weight: bold;
}

footer {
    font-size: small;
    padding: 1em;
    font-style: italic;
    text-align: center;
    margin-left: 150px;
    background-color: #ffffff;
    margin-right: 150px;
}

h3 {
    font-family: georgia, serif;
}

main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    background-color: #ffffff;
    margin-left: 150px;
    overflow: auto;
    margin-right: 150px;
}

#homepic {
    height: 300px;
    background-image: url(aztrails.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 150px;
    margin-right: 150px;
    
}

#banner {
    height: 200px;
    background-image: url(banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

header a {
    text-decoration: none;
}

header a:link {
    color: rgb(85, 0, 0);
}

header a:visited {
    color: rgb(85, 0, 0);
}

header a:hover {
    color: #090131;
}