
body { background-color: #90c7e3; 
    background-image: linear-gradient(to bottom, #ffffff, #90c7e3);
    background-repeat: no-repeat;
    color: #666666; 
    font-family: Verdana, Arial, sans-serif;
}

header { 
    background-color: #002171; 
    background-image: url('sunset.jpg');
    height: 72px;
    background-position: right;
    background-repeat: no-repeat;
    color: #ffffff;
 font-family: Georgia, serif;
  }

h1 {  text-align: center;
    padding-top: 0.5em;
}

nav { font-weight: bold; 
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    text-align: center;
}

nav a {text-decoration: none;
}

h2 { color: #1976D2 ;font-family: Georgia, serif;
}

h3 { font-family: georgia, generic serif;

}

main { padding-left: 2em;
    padding-right: 2em;
    display: block;
}

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

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

.homehero { 

    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.yurthero{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.trailhero{
height: 300px;
background-size: cover;
background-repeat: no-repeat;
}

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

#wrapper { background-color: #ffffff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 10px 5px 5px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}