main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

body {
    background-color:  #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
    color: #666666;
    font-family: Verdana;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia;
    background-image: url(images/sunset.jpg);
    background-position: right;
    height: 72px;
    background-repeat: no-repeat;
}

h1 {
    text-align: center;
    padding-top: .5em;
}

h2 {
    color: #1976D2;
    font-family: Georgia;
}

h3 {
    font-family: Georgia, serif;

}

nav {
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    text-align: center;
    font-weight: bold;
}

a {
    color: #1976D2;
}

dt {
    color: #002171;
    font-weight: bold;
}

.resort {
    color: #1976D2;
    font-size: 1.2em; 
}

footer {
    padding: 1em;
    font-size: small;
    font-style: italic;
    text-align: center;
}

#wrapper {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 5px;
    min-width: 960px;
    max-width: 2048px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.links {
    color: rgb(12, 15, 161);
}

#homehero {
    height: 300px;
    background-image: url(images/coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#yurthero {
    height: 300px;
    background-image: url(images/yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#trailhero {
    height: 300px;
    background-image: url(images/trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

nav a {
    text-decoration: none;
}