/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header styles */
header {
    background-image: url('sunset.jpg');
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 60px 0;
}


/* Navigation styles */
nav {
    background-color: #BBDEFB;
    padding: 10px;
    text-align: center;
}

nav a {
    color: #002171;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}

nav a:hover {
    color: #1976D2;
}

/* Large images under navigation */
div img {
    width: 100%;
    display: block;
}

/* Headings */
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
}

h2 {
    color: #1976D2;
}

h3 {
    color: #000033;
}

/* Description list */
dt {
    color: #002171;
}

/* Special class for resort name */
.resort {
    color: #1976D2;
    font-weight: bold;
}

/* Contact information */
#contact {
    text-align: center;
    font-size: 0.9em;
}

/* Footer */
footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
}
