/* Michael Cain | CIS133 | Week 7 Website Case Study */


body {
   background:  linear-gradient(to bottom, #FFFFFF, #90C7E3); 
    color: #666666;
    font-family: Verdana;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia;
    background-image: url("sunset.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto, 72px;
}

h1 {
    text-align: center;
    padding-top: .5em;
}

h2 {
    color: #1976D2;
    font-family: Georgia;
}

h3 {
    font-family: Georgia;
}

nav {
    font-weight: bold;
   padding-top: .5em; 
    padding-right: .5em;
    padding-bottom: .5em;
    text-align: center;
}

main {
    padding-left: 2em;
    padding-right: 2em;
}

dt {
    color: #002171;
    font-weight: bold;
}

.resort {
    color: #1976D2;
    font-size: 1.2em;
}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

nav a {
    text-decoration: none;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 5px 5px 5px #828282;
    background-color: #FFFFFF;
}

#homehero {
    height: 300px;
    background-image: url(coast.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#yurthero {
    height: 300px;
    background-image: url(yurt.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#trailhero {
    height: 300px;
    background-image: url(trail.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}