/* Global styles for the document */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Styles for the header element */
/* configure background image element */
header {
    background-color: #002171;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    /* text color and element */
    color: #FFFFFF;
    font-family: Georgia, serif;
    line-height: 400%;
    text-indent: 1em;
}

/* Styles for the h1 element */
h1 {
    line-height: 200%;
}

/* Styles for the nav element */
nav {
    font-weight: bold;
    background-color: #BBDEFB;
}

/* Styles for the h2 element */
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033
}

/* Styles for the dt element */
dt {
    color: #002171;
    font-weight: bold;
}

/* Styles for a class named resort */
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/* Styles for the footer element */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
}

/* Style rule for the wrapper ID */
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#contact {
    font-size: 90%;
}