* {
    box-sizing: border-box;
}

body {
    background-color : #3399cc;
    background-image: linear-gradient(to bottom, #3399cc, #c2e0f0, #3399cc); 
    color : #666;
    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: #fff;
    font-family : "Georgia", serif;
}

nav { 
    font-weight: bold;
    padding: 0;
    width:160px;
    float: left;
}

nav a {
    text-decoration: none;
}

nav a:link {
    color: #ffffff;
}

nav a:visited {
    color: #c2e0f0;
}

nav a:hover {
    color: #cccccc;
}

nav ul {
    list-style-type: none;
    padding-left: 1em;
    
}

main {
    background: #fff;
    margin-left: 170px;
    display: block;
    padding: 1px 2em;
}

footer {
    background-color: #fff;
    font-size: .70em;
    font-style: italic;
    margin-left: 170px;
    padding: 1em;
    text-align: center;
}

header, nav, main, footer {
    display: block;
}

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

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

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

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

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