/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header styles */
header {
/*configure background*/
    background-color: #002171;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    /*text properties*/
    color: #ffffff;
    line-height: 400%;
    text-indent: 1em;
    margin: 0px;
  
}

/* Navigation styles */
nav {
    background-color: #BBDEFB;
    font-weight: bold;
}

nav a {
    color: #002171;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}

nav a:hover {
    color: #1976D2;
}

/* Headings */
h1 {
    margin-bottom: 0; /* Fix space between header and navigation */
    font-family: "Times New Roman", serif;
}

h2 {
    color: #1976D2;
    font-family: "Times New Roman", serif;
}

h3 {
   font-family: "Times New Roman", serif;
   color: #000033;
}

/* Description list */
dt {
    color: #002171;
}

footer {
    font-family: "Times New Roman", serif;
    font-size: 75%;
    font-style: italic;
    text-align: center;
}

/* Special class for resort name */
.resort {
    color: #1976D2;
    font-weight: bold;
}

/* Contact information */
#contact {
    text-align: center;
    font-size: 90%;
}