
*{ box-sizing: border-box;}

/* Global styles for the document */
body {
    background-color: #EAEAEA;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Styles for the header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
    height: 120px;
}

/* Styles for the h1 element */
h1 {font-size: 3em;
    letter-spacing: 0.25em;
    text-align: center;
    padding-top: 0.5em;
}

/* Styles for the nav element */
nav {float: left;
    width: 160px;
    font-weight: bold;
    padding: 0;
    background-color: inherit;
}

nav ul {
	list-style-type: none; /* No list markers */
	padding-left: 1em; /* Set left padding */
}

/* Remove underline from hyperlinks in nav */
nav a:link { color: #5C7FA3;
    text-decoration: none;
}

nav a:visited { color: #344873;
    text-decoration: none;
}

nav a:hover { color: #A52A2A;
    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 {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

/* Style rule for the wrapper ID */
#wrapper {
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Styles for the main element */
main {margin-left: 170px;
    padding-left: 2em;
    padding-right: 2em;
    display: block; /* For IE compatibility */
}

/* Styles for the homehero ID */
#homehero {
    height: 300px;
    background-image: url('coast.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

/* Styles for the yurthero ID */
#yurthero {
    height: 300px;
    background-image: url('yurt.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

/* Styles for the trailhero ID */
#trailhero {
    height: 300px;
    background-image: url('trail.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}
