body 
{ 
    background-color: lightblue;
    background-image: linear-gradient(white, lightblue);
    background-repeat: no-repeat;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header 
{ 
    background-color: #000033;
    color: #FFFFFF;
    background-image: url(sunset.webp);
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

h1 
{ 
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
}

nav 
{ 
    background-color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

nav a 
{ 
    text-decoration: none; 
}

h2 
{ 
    color: #3399CC;
    font-family: Georgia, "Times New Roman", serif;
    text-shadow: 3px 3px 3px grey;
}

h3 
{ 
    color: #000033;
    font-family: Georgia, "Times New Roman", serif;
}

dt 
{
    color: #000033; 
}

.resort 
{ 
    color: #5C7FA3;    
    font-weight: bold;
}

ul 
{ 
    list-style-image: url(marker.webm);
}

#contact 
{ 
    font-size: 90%; 
}

footer 
{ 
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;	
    text-align: center;
    padding: 20px;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: white;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3px #333333;
}

main
{
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
}

#homehero
{
    height: 300px;
    background-image: url(coasthero.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#yurthero
{
    height: 300px;
    background-image: url(yurthero.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#trailhero
{
    height: 300px;
    background-image: url(trailhero.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

