/* Global styles for the document */
body {
    background-color: #90C7E3;
    /*color: #666666; */
    font-family: Verdana, Arial, sans-serif;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

nav a {
     text-decoration: none;
}
/* Styles for the header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
    background-image:url("pacificCH4Images 2/sunset.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 72px;
    /* Styles for the h1 element */
}
    h1 {
    text-align: center;
    line-height: 72px;
    padding-top: .05em;
    }

/* Styles for the nav element */
nav {
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    text-align: center;
    font-weight: bold;
}

main {
    padding-left: 2em;
    padding-right: 2em;
}
/* Styles for the h2 element */

h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

h3 {
    color: #1976D2;
    font-family: Georgia, serif;
}

#homehero {
    background-image: url("pacificCH4Images 2/coast.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

#yurthero {
    background-image: url("pacificCH4Images 2/yurt.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

#trailhero {
    background-image: url("pacificCH4Images 2/trail.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}


/* 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.5em;
    font-style: italic;
    text-align: center;
}

/* Style rule for the wrapper ID */
#wrapper {
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: drop-shadow(10px 10px 10px #888888);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

