body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #90C7E3;
    background-image: linear-gradient(#FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 0 #333333;
}

header {
    background-image: url("image/sunset.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #001e6e;
    color: #FFFFFF;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

nav {
    font-weight: bold;
    background-color: #FFFFFF;
    margin-top: 0;
    text-align: center;
    padding: 1em;
}

nav a {
    text-decoration: none;
}

#homehero {
    height: 300px;
    background-image: url(image/coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 20px;
}

#yurthero {
    height: 300px;
    background-image: url(image/yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 20px;
}

#trailhero {
    height: 300px;
    background-image: url(image/trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 20px;
}

main {
    padding: 1px 20px 20px 20px;
    display: block;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
}

h2 {
    font-family: Georgia, "Times New Roman", serif;
    color: #1976D2;
    text-shadow: 1px 1px 0 #CCCCCC;
}

.resort {
    color: #1976D2;
    font-weight: bold;
}

h3 {
    font-family: Georgia, "Times New Roman", serif;
}

ul {
    list-style-image: url("image/marker.gif");
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    padding: 2em;
}

#contact {
    font-size: 90%;
}

dt {
    font-weight: bold;
    color: #002171;
}

dd {
    color: #666666;
}

p, ul li {
    color: #666666
}