/* Global styles for the document */
*{ box-sizing: border-box;
}
body {
    background-color: #EAEAEA;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    background: linear-gradient(#FFFFFF, #90C7E3);
}

/* Styles for the header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
    height: 120px;
}
header a {
    text-decoration: none;
}
header a:link {
    color: #FFFFFF;
}
header a:visited {
    color:#FFFFFF;
}
header a:hover {
    color: #90C7E3
}

/* Styles for the h1 element */
h1 {
    text-align: center;
    padding-top: 0.5em;
    font-size: 3em;
    letter-spacing: 0.25em;
}

/* Styles for the nav element */
nav {
    font-weight: bold;
    padding: 0;
    float: left;
    width: 160px;
    font-size: 1.2em;
    position: fixed;
}

/* Remove underline from hyperlinks in nav */
nav a {
    text-decoration: none;
}
nav a:link{
    color: #5C7FA3; 
}
nav a:visited{
    color: #344873;
}
nav a:hover{
    color: #A52A2A;
}
nav ul {
        list-style-type: none;
        padding-left: 1em;
}
/* 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;
    background-color: #FFFFFF;
    margin-left: 170px;
}

/* 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);
    background: linear-gradient(#FFFFFF, #90C7E3)
}

/* Styles for the main element */
main {
    padding-left: 2em;
    padding-right: 2em;
    display: block; /* For IE compatibility */
    background-color: #FFFFFF;
    margin-left: 170px;
    overflow: auto;
}
section {
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

/* Styles for the homehero ID */
#homehero {
    height: 300px;
    background-image: url(pacific/coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

/* Styles for the yurthero ID */
#yurthero {
    height: 300px;
    background-image: url(pacific/yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

/* Styles for the trailhero ID */
#trailhero {
    height: 300px;
    background-image: url(pacific/trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}
