/*
File Name: pacific.css
Date: 10/9/019
Programmer: John Garcia
*/

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

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

h1{
    background-color: #000033;
    color: #FFFFFF;
    font-family: Georgia, Tahoma;
    line-height: 200%;
    background-image: url(../images/sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 2em;
    height: 72px;
    margin-bottom: 0;
}

h2{
    color: #3399CC;
    font-family: Georrgia, Tahoma;
}

h3 {
    color: #000033;
}

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

a{
    text-decoration: none;
}

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

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

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

#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;
    min-width: 700px;
    max-width: 1024px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 5px 5px 5px;
}