* {
    background-color: #FFFFFF;
    color: #666666;
}

h1 {
    background-image: url("./img/sunset.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-color: #002171;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    margin-top: 0;
}

nav {
    background-color: #FFFFFF;
    display: flex;
    font-weight: bold;
    justify-content: center;
    padding: 1em;
}

nav a {
    background-color: #FFFFFF;
    color: #002171;
    padding: 0 10px 0 0;
    text-decoration: none;
}

h2 {
    color: #1876D2;
    font-family: Georgia, 'Times New Roman', serif;
    text-shadow: 1px #CCCCCC;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033;
}

dt, dt strong{
    color: #002171;
}

.resort {
    color: #1976D2;
    font-weight: bold;
}

p a {
    color: #002171;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom, #FFFFFF, #90C7E3); 
    background-repeat: no-repeat;
    padding: 20px;
}

ul {
    list-style-image: url("./img/marker.gif");
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    padding: 2em;
}

#contact {
    font-size: 90%;
}

#wrapper {
    margin: 0 auto;
    width: 80%;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px #333333;
}

main {
    padding: 1px 20px 20px 20px;
}

#homehero {
    height: 300px;
    background-image: url('./img/coast.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#yurthero {
    height: 300px;
    background-image: url('./img/yurt.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#trailhero {
    height: 300px;
    background-image: url('./img/trail.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}