body {

    background: #EAEAEA;
    
    background-image: linear-gradient(#FFFFFF, #90C7E3);

    color: #666666;

    font-family: Arial, Helvetica, sans-serif;
    
    box-sizing: border-box;

}
#wrapper{
   margin: auto;
   width: 80%;
   background-color: #90C7E3;
   min-width: 960px;
   max-width: 2048px;
   box-shadow: 3px 3px #333333;
}
header {

    background-color: #000033;

    color: #FFFFFF;

    font-family: Arial, Helvetica, sans-serif;
    
    background-image: url(public_html/cs1.pacificresorttrails/images/sunset.jpg);
    
    background-repeat: no-repeat;
    
    height: 120px;
    
    margin: auto;
    
    padding-top: 30px;
    
    padding-left: 3em;

}

nav {

    font-weight: bold;

    background-color: #FFFFFF;

    padding: 1em;
    
    text-align: center;

}

main {

    padding: 1px 20px 20px 20px;
    
    display: block;
    
    background: #FFFFFF;
    
    margin-left: 190px;

}

h1 {
    font-family: Georgia, Times, sans-serif;
    
    font-size: 3em;
    
    line-height: 200%;

    background-image: url(images/sunset.jpg);

    background-repeat: no-repeat;

    background-position: right center;

    padding-left: 20px;

    height: 72px;

    margin-bottom: 0;

    margin-top: 0px;
}

h2 {

    color: #CCCCCC;

    font-family: Georgia, Times, sans-serif;

    text-shadow: 1px 1px #CCCCCC;  
}

h3 {

    color: #000033;

}

dt {

    color: #000033;

    font-weight: bold;

    font-size:20px;

}

.resort {

    color: #000033;

    font-size: 1.2em;

}

footer {

    font-size: 0.75em;

    font-style: italic;

    text-align: center;
    
    font-family: Georgia, Times, sans-serif;

    padding: 2em;

}

#wrapper {

    background-color: #FFFFFF;

    margin-left: auto;

    margin-right: auto;

    width: 80%;

    min-width: 700px;

    max-width: 1024px;

    box-shadow: 3px 3px 3px #333;

}

#homehero {

    height: 300px;

    background-image: url(public_html/cs1.pacificresorttrails/images/home.jpg);

    background-size: 100% 100%;

    background-repeat: no-repeat;
    
    margin-left: 190px;

}

#yurthero {

    height: 300px;

    background-image: url(public_html/cs1.pacificresorttrails/images/yurt.jpg);

    background-size: 100% 100%;
    
    background-repeat: no-repeat;
    
    margin-left: 190px;

}

#trailhero {

    height: 300px;

    background-image: url(public_html/cs1.pacificresorttrails/images/trail.jpg);

    background-size: 100% 100%;
    
    background-repeat: no-repeat;
    
    margin-left: 190px;

}