body {
    background: #90C7E3;
    background-image: linear-gradient(#fff, #90C7E3);
    background-attachment:fixed;
    color: #666;
    font-family: "Arial", "Helvetica", sans-serif;
    }

 #wrapper{
    margin: auto;
    width: 80%;
    background-color: #fff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px #333;
    }

.header {
    background: #003;
    background-image: url("sunset.jpg");
    color: #fff;
    height: 60px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    }
            

.navbar{
    background: #fff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 1em;
    width: 50%;
    }

#homehero{
    height: ^0px;
    background-image: url("coast.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }
#yurthero{
    height: 300px;
    background-image: url("yurt.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }
        
#trailhero{
    height: 300px;
    background-image: url("trail.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }
        
.h1{
    margin-top: none;
    font-family: "Georgia", "Times New Roman", serif;
}
.h2{
    color: #3399CC;
    font-family: "Georgia", "Times New Roman", serif;
    text-shadow: 1px 1px #ccc;
    }

.dt{
    color: #002171;
}

.ul{
    list-style-image: url('images/marker.gif');
}

.resort {
    color: #5c7fa3;
    font-weight: bold;
    }

.nav a{
    text-decoration: none;
    margin: 10px;
}


.h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:#000033;
}

.footer {
    font-size: 75%;
    font-style: italic;
    font-family: "Georgia", "Times New Roman", serif;
    text-align: center;
    padding: 20px;
    }

.resort {
    color: #5c7fa3;
    font-weight: bold;
    }

.main{
    padding: 1px 20px 20px 20px;
    display:block;
}
.contact{
    font-size: 90%;
}