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