/* Global styles for the document */
body {
    background-color: #90c7e3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90c7e3);
    background-repeat: no-repeat;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Style rule for the wrapper ID */
#wrapper {
    background-color: #FFFFFF;
    min-width: 980px;
    max-width: 2048px;
    box-shadow: 5px 5px 5px #888888;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/* Styles for the header element */
header {
    background-color: #000032;
    background-image: url('sunset.jpg');
    background-position: right;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Georgia, serif;
    height: 72px;
}

/* Styles for the h1 element */
h1 {
    text-align: center;
    padding-top: 0.5em;
}

/* Styles for the h2 element */
h2 {
    color: #3399CC;
    font-family: Georgia, serif;
}

/* Styles for the h3 element */
h3 {
    font-family: Georgia, serif;
}
/* Styles for the nav element */
nav {
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
/* To remove underline from nav links */
nav a{
    text-decoration: none;
}

/* Styles for the main element */
main {
    display: block;
    padding: 2em 2em;
}

/* 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.76em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

/* Displaying the coast.jpg image */
#homehero {
    background-image: url('coast.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

/* Displaying the yurt.jpg image */
#yurthero {
    background-image: url('yurt.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}

/* Displaying the trail.jpg image */
#trailhero {
    background-image: url('trail.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
