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