body {
    background-color : #3399cc;
    background-image: linear-gradient(to bottom, #3399cc, #c2e0f0, #3399cc); 
    color : #666666;
    font-family : "Verdana", sans-serif; 
}

h1 {
    background: url(../images/sunset.jpg) no-repeat right;
    margin-bottom: 0;
    line-height: 200%;
    padding-left: 2em;
    height: 72px;
}

h2 {
    color: #3399cc;
    font-family: "Georgia", serif;
}

dt {
    color: #000033;
    font-weight: bold;
}

header {
    background-color: #000033;
    color: #ffffff;
    font-family : "Georgia", serif;
}

nav { 
background-color: #90c7e3;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 2em;
}


nav a {
    text-decoration: none;
}

main {
    padding: 0em 2em 0em 2em;
    display:block;
}

footer {
    font-size: .70em;
    font-style: italic;
    padding: 1em;
    text-align: center;
}

.resort {
    color: #000033;
    font-size: 1.2em;
}

#homehero {
    background: url(../images/coast.jpg) no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

#yurthero{
    background: url(../images/yurt.jpg) no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

#trailhero {
    background: url(../images/trail.jpg) no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

#wrapper {
    background: #ffffff;
    width:80%; min-width: 700px; max-width: 1024px;
    box-shadow: 5px 5px 5px #1e1e1e;
    margin-left: auto;
    margin-right: auto;
}
