{
    box-sizing: border-box;
}

header, main, nav, footer, figure, figcaption, aside, section, article {display: block;}

body {
    background-color: #B8DBED;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

header {
    background-color: #000033;
    color: #FFFFFF;
    height: 120px;
    text-align: center;
    padding-top: 30px;
    padding-left: 3em;
}

nav  {
    font-weight: bold;
    padding: 1.5em;
    font-size: 120%;
    float: left;
    width: 160%;
}

nav a {
    text-decoration: none;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.2em;
}

nav a:link {
    color: #5C7FA3;
}

nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #A52A2A;
    transition: background-color 3s ease-out;
}

h2 {
    color: #3399CC;
    text-shadow: 1px 1px #CCCCCC;
}

dt {
    color: #000033;
}

.resort {
    color: #5C7FA3;
    font-weight: bold;
}

h1 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 3em;
    letter-spacing: 0.25em;
}

h1, h2, h3 , footer {
    font-family: Georgia, "Times New Roman", serif;
}

h3 {
    color: #000033;
}

main ul {
    list-style-image: url(marker.gif);
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background-color: #FFFFFF;
    margin-left: 190px;
}

#contact {
    font-size: 90%;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #90C7E3;
    min-width: 960px;
    max-width:2048px;
    box-shadow: 3px 3px 3px #333333;
    border: 1px;
    border-color: #000033;
    background-image: linear-gradient(to bottom,#FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

main {
    padding-top: 1px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    display: block;
    background-color: #FFFFFF;
    margin-left: 190px;
}

#homehero {
    height: 300px;
    background-image: url(coast2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

#yurthero {
    height: 300px;
    background-image: url(yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

#trailhero {
    height: 300px;
    background-image: url(trailhero.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

#mobile {
    display: none;
}

#desktop {
    display: inline;
}

table{
    border: 2px solid #3399CC;
    border-collapse: collapse;
}

td , th {
    padding: 0.5em;
    border: 2px solid #3399CC;
}

td{
    text-align: center;
}

.text{
    text-align: left;
}

label {
    float: left;
    display: block;
    text-align: left;
    width: 120px;
    padding-right: 10px;
}

input, textarea {
    display: block;
    margin-bottom: 20px;
}

input[type="submit"] {
    margin-left: 130px;
}

tr:nth-of-type(odd){
    background-color: #F5FAFC;
}

video, embed {
    float: right;
    padding-left: 20px;
}

#gallery {
    position: relative;
    height: 200px;
}

#gallery ul{
    width: 300px;
    list-style-type: none;
}

#gallery li {
    display: inline;
    float: left;
    padding: 10px;
}

#gallery img {
    border-style: none;
}

#gallery a {
    text-decoration: none;
    color: #EAEAEA;
    font-style: italic;
}

#gallery span {
    position: absolute;
    left: -1000px;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

#gallery a:hover span {
    position: absolute;
    top: 16px;
    left: 320px;
    text-align: center;
    opacity: 1;
}

figure{
    position: absolute;
    left: 280px;
    text-align: center;
    opacity: 0.25;
}

/*Tablet Display*/
@media only screen and (max-width: 64em) {
    body {
        margin: 0;
        background-color: #FFFFFF;
    }

    #wrapper {
        min-width: 0;
        width: auto;
        box-shadow: none;
        border: none;
    }

    header {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0;
        height: auto;
    }

    h1 {
        letter-spacing: 0.1em;
    }

    main {
        margin-left: 0;
    }

    nav {
        float: none;
        width: auto;
        text-align: center;
        padding: 0.5em;
    }

    nav li {
        display: inline;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    #homehero {
        margin-left: 0;
        height: 200px;
    }

    #yurthero {
        margin-left: 0;
        height: 200px;
    }

    #trailhero, #privacyhero {
        margin-left: 0;
        height: 200px;
    }

    footer {
        margin-left: 0;
    }
}
/*Smartphone Display*/
@media only screen and (max-width: 37.5em) {
    main {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 90%;
    }

    h1 {
        font-size: 2em;
    }

    nav {
        padding: 0;
    }

    nav li {
        display: block;
        margin: 0;
        border: 2px solid #330000;
    }

    nav a {
        display: block;
    }

    #homehero, #yurthero, #trailhero, #privacyhero {
        background-image: none;
        height: 0;
    }

    #mobile {
        display: inline;
    }

    #desktop {
        display: none;
    }
}