/* Global styles for the document */
body {
    background: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Styles for the header element */
header {
    background: url('sunset.jpg') no-repeat right;
    height: 72px;
    color: #FFFFFF;
    font-family: Georgia, serif;
    padding-top: 0.5em;
    text-align: center; /* Center the text */
}

/* Styles for the h1 element */
h1 {
    /* Remove line-height declaration */
    padding-top: 0.5em;
    text-align: center; /* Center the text */
}

/* Styles for the nav element */
nav {
    padding: 0.5em 0.5em 0.5em 0.5em; /* Top, Right, Bottom, Left padding */
    text-align: center; /* Center the text */
}

/* Styles for the h2 element */
h2 {
    color: #1976D2;
    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;
    text-align: center;
    font-style: italic;
}

/* Styles for the h3 element */
h3 {
    font-family: Georgia, serif;
}

/* Styles for the main element */
main {
    padding: 0 2em; /* Left and right padding */
    display: block;
}

/* Styles for the id "homehero" */
#homehero {
    height: 300px;
    background: url('coast.jpg') no-repeat;
    background-size: 100% 100%;
}

/* Styles for the id "yurthero" */
#yurthero {
    height: 300px;
    background: url('yurt.jpg') no-repeat;
    background-size: 100% 100%;
}

/* Styles for the id "trailhero" */
#trailhero {
    height: 300px;
    background: url('trail.jpg') no-repeat;
    background-size: 100% 100%;
}

/* Style to remove underlines from nav links */
nav a {
    text-decoration: none;
}
