/*
Assignment Name: Module 4 :: Pacific Trails 
File Name: pacific.css
Date: 04/30/18 
Programmer: Liana Schweitzer
*/

body {
    background-color: #FFFFFF;
    background-image: url(../images/background.jpg);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

dt {
    color: #000033;
    font-weight: bold;
}

footer {
    font-size: .70em;
    font-style: italic;
    padding: 10px;
    text-align: center;
}

header {
    background-color: #000033;
    color: #FFFFFF;
    font-family: Georgia, serif;
}

h1 {
    background-image: url(../images/sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 72px;
    line-height: 200%;
    margin-bottom: 0;
    padding-left: 20px;
}

h2 {
    color: #3399CC;
    font-family: Georgia, serif;
}

h3 {
    color: #000033;
}

main {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

nav {
    background-color: #90C7E3;
    font-weight: bold;
    padding: 5px;
}

nav a {
    text-decoration: none;
}

.resort {
    color: #000033;
    font-size: 1.2em;
}

#homehero {
    background-image: url(../images/coast.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

#trailhero {
    background-image: url(../images/trail.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

#wrapper {
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #666666;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    min-width: 700px;
    width: 80%;
}

#yurthero {
    background-image: url(../images/yurt.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
}