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