/*
File Name: pacific.css
Date: 05/01/2019
Programmer: Aiden Mace
*/

body {
    background-color: #3399CC;    
    color: #666666;
    background-image: linear-gradient(to bottom, #3399CC, #C2E0F0, #3399CC);
    font-family: Verdana, Arial, sans-serif;
}

header{
    background-color: #000033;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", serif;
    background-image: url(../images/sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 72px
}


h1 {
    line-height: 200%;
    text-indent: 1em;
    margin-bottom: 0;
}

h2 {
    color: #3399CC;
    font-family: Georgia, "Times New Roman", serif;
}

h3 {
    color:#000033
}

nav {
    font-weight: bold;
    background-color: #90C7E3;
    padding: .5em .5em .5em 2em;
}

nav a {
    text-decoration: none;
}

main {
    padding: 0em 2em
    
}

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 {
    background-image: url(../images/coast.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
}
#yurthero {
    background-image: url(../images/yurt.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
}

#trailhero {
    background-image: url(../images/trail.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
}


#wrapper {
    background-color: #FFFFFF;    
    width: 80%; min-width: 700px; max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px #666;
}
