body
    {background-color: #90C7E3; background-image: linear-gradient(#ffffff,#90C7E3);
        background-repeat: no-repeat;
    color: #666666;
    font-family: verdana,Arial,sans-serif;}
header 
    {background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia,serif;
    background-image: url(images/sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 72px;}
main
    {padding-left: 2em;
    padding-right: 2em;}
h1
    {text-align: center;
     padding-top: .5em;}
nav
    {text-align: center;
    font-weight: bold;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;}
nav a
    {text-decoration: none;}
h2
    {color: #1976D2;}
h3
    {font-family: Georgia,serif;}
dt
    {color: #002171;
    font-weight: bold;}
.resort
    {color: #1976D2;
    font-size: 1.2em;}
footer
    {font-size: .70em;
    font-style: italic;
    padding: 1em;}
#wrapper
        {width: 80%;
        margin-left: auto;
        margin-right: auto;
		background-color: #ffffff;
        min-width: 960px; max-width: 2048px;
        box-shadow: 5px 5px 5px #828282;}
#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%;}

    