*{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;
    height: 120px; 
    text-align: center;  
    color: #FFFFFF;
    font-family: Georgia, serif;
}

header a{
    text-decoration: none;
    color: #FFFFFF;
}

header a:link{
    color: #FFFFFF;
}

header a:visited{
    color: #FFFFFF;
}

header a:hover{
    color: #90C7E3;
}

/* Styles for the h1 element */
h1 {
    line-height: 200%;
    font-size: 3em;
    letter-spacing: 0.25em;
}

/* Styles for the nav element */
nav {
    float: left;
    width: 160px;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

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;
}

h3 {
    font-family: Georgia;
}

main{
    background-color: #FFFFFF;
    margin-left: 170px;
    overflow: auto;
    padding-left: 2em;
    padding-right: 2em;
}

section{
    float: left;
    width: 33%;
    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 {
    background-color: #FFFFFF;
    margin-left: 170px;
    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-image:linear-gradient(#ffffff, #90c7e3); 
    background-color: #FFFFFF;
    box-shadow: 3px 3px 3px #333333;
    margin-right: auto;
    margin-left: auto;
}

/* Styles for the homehero ID */
#homehero {
    height: 300px;
    margin-left: 170px;
    background-image: url(coast.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Styles for the yurthero ID */
#yurthero {
    height: 300px;
    margin-left: 170px;
    background-image: url(yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Styles for the trialhero ID */
#trialhero {
    height: 300px;
    margin-left: 170px;
    background-image: url(trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
