/*
File Name: pacific.css
Date: 05/06/2019
Programmer: Aiden Mace
*/

* { box-sizing: border-box
}

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;
    display: block;
}

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;
    float:left;
    width: 160px;
    padding: 0;
    display: block;
}

nav a {
    text-decoration: none;
}

nav a:link { color: #FFFFFF; }
nav a:visited {color: #C2E0F0; }
nav a:hover { color: #CCCCCC; }

nav ul {
    list-style-type: none; 
    padding-left: 1em;
}

main {
    background-color: #FFFFFF;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

dt {
   color: #000033;
   font-weight: bold;
}

footer {
    background-color: #FFFFFF;
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    margin-left: 170px;
    display: block;
 }

.resort {
    color: #000033;
    font-size: 1.2em;
}

#homehero {
    background-image: url(../images/coast.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
    margin-left: 170px;
}
#yurthero {
    background-image: url(../images/yurt.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
    margin-left: 170px;
}

#trailhero {
    background-image: url(../images/trail.jpg);
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
    margin-left: 170px;
}

#wrapper {
    background-color: #000033;    
    width: 80%; min-width: 700px; max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px #666;
}