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

header {
    background-color: #002171;
    color: #FFFFFF;
    padding: 15px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    background: url("./images/sunset.jpg") no-repeat;
    background-size: cover;
    line-height: 400%;
    text-indent: 1em;
}

nav {
    background-color: #BBDEFB;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

nav a {
    color: #002171;
    text-decoration: none;
    margin-right: 15px;
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

h1 {
    font-family: Georgia, "Times New Roman", serif;
}

h2 {
    color: #1976D2;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    font-family: Georgia, "Times New Roman", serif;
}

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

dt {
    color: #002171;
    font-weight: bold;
    font-size: 20px;
}

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

ul {
    padding-left: 20px;
    list-style-image: url("./images/marker.gif");
}

#contact {
    margin-top: 20px;
    font-size: 90%;
}

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