body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    color: #FFFFFF;
    background: url("img/sunset.jpg") no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #002171;
    line-height: 400%;
    text-indent: 1em;
}

footer {
    text-align: center;
}

h1 {
    margin: 0;
}

nav {
    background-color: #BBDEFB;
    font-weight: bold;
}

nav a {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
}

h2 {
    color: #1976D2;
}

h3 {
    color: #000033;
}

dt {
    color: #002171;
}

li {
    list-style-image: url("img/marker.gif");
}

.resort {
    color: #1976D2;
    font-weight: bold;
}

#contact {
    font-size: 90%;
}
