/*INF250 CSS for Chapter 4: Pacific Trails Case Study
        Author: Yean Fong
        Date: March 2nd 2025
*/

/*Global Styles*/
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

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;
}

h1 {
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

nav {
    background-color: #BBDEFB;
    font-weight: bold;
}

nav a {
    text-decoration: none;
}

h2 {
    color: #1976D2;
    font-family: Georgia, 'Times New Roman', serif;    
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033;
}

dt {
    color: #002171;
}

footer {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 75%;
    font-style: italic;
    text-align: center;
}

ul {
    list-style-image: url('marker.gif');
  }
  

/*Classes and ID*/
.resort {
    color: #1976D2;
    font-weight: bold;
}

#contact {
    font-size: 90%;
}
