pacific.css
/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
}

/* Header styles */
header {
    background-color: #002171;
    color: #FFFFFF;
}

/* Navigation styles */
nav {
    background-color: #BBDEFB;
}

/* Heading styles */
h2 {
    color: #1976D2;
}

/* Definition term styles */
dt {
    color: #002171;
}

/* Resort class styles */
.resort {
    color: #1976D2;
}
h1 {
    margin-bottom: 0;
}

/* 1. The body element selector */
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* 2. The header element selector */
header {
    background-image: url('sunset.jpg');
    background-repeat: no-repeat;
    background-position: right;
    line-height: 400%;
    text-indent: 1em;
}

/* 3. The nav element selector */
nav {
    font-weight: bold;
}

/* 4. The nav a element selector */
nav a {
    text-decoration: none;
}

/* 5. The h1 element selector */
h1 {
    font-family: Georgia, Times New Roman, serif;
}

/* 6. The h2 element selector */
h2 {
    font-family: Georgia, Times New Roman, serif;
}

/* 7. The h3 element selector */
h3 {
    font-family: Georgia, Times New Roman, serif;
    color: #000033;
}

/* 8. The ul element selector */
ul {
    list-style-image: url('marker.gif');
}

/* 9. The footer element selector */
footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, Times New Roman, serif;
}

/* 10. The resort class selector */
.resort {
    font-weight: bold;
}

/* 11. The contact id selector */
#contact {
    font-size: 90%;
}

/* Task 2: The External Stylesheet */

/* The body element Selector */
body {
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
}

/* The wrapper id Selector */
#wrapper {
    width: 80%;
    margin: 0 auto;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3px #333333;
}

/* The header element Selector */
header {
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

/* The hi element Selector */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

/* The nav element Selector */
nav {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1em;
}

/* The main element Selector */
main {
    padding: 1px 20px 20px 20px;
    display: block; /* For Internet Explorer compatibility */
}

/* The h2 element Selector */
h2 {
    text-shadow: 1px 1px #CCCCCC;
}

/* The footer element Selector */
footer {
    padding: 2em;
}

/* The homehero id Selector */
#homehero {
    height: 300px;
    background-image: url('coast.jpg');
    background-size: 100% 100%;
}

/* The yurthero id Selector */
#yurthero {
    height: 300px;
    background-image: url('yurt.jpg');
    background-size: 100% 100%;
}

/* The trailhero id Selector */
#trailhero {
    height: 300px;
    background-image: url('trail.jpg');
    background-size: 100% 100%;
}
