/*
File Name: pacific.css
Date: 7/23/19 
Programmer: Lex Rule
*/

body { 
        background-color: #3399CC;
        background-image: linear-gradient(to bottom, 
            #3399CC, #C2E0F0, #3399CC);
        color: #666666;
        font-family: Verdana, sans-serif; 
}

header { 
        background-color: #000033;
        color: #FFFFFF;
        font-family: Georgia, sans-serif; 
}

nav { 
    font-weight: bold; 
    background-color: #90C7E3;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: 2em;
}

nav a {
    text-decoration: none;
}

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

h1 { 
        line-height: 200%;
        background-image: url(../images/sunset.jpg);
        background-position: right;
        background-repeat: no-repeat;
        padding-left: 2em;
        height: 72px;
        margin-bottom: 0;
}

h2 { 
    color: #3399CC;
    background-color: #FFFFFF;
    font-family: Georgia; 
}

h3 {
    color: #000033;
}

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

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

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

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

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

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

#wrapper {
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        min-width: 700px;
        max-width: 1024px;
        box-shadow: 5px 5px 5px;
}
