header,
main,
nav,
footer,
figure,
figcaption,
aside,
section,
article {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #4F6D93;
    background-image: linear-gradient(to bottom, #FFFFFF, #4F6D93);
    background-repeat: no-repeat;
    color: #666666;
}

#content {
    background-color: #000033;
    color: #FFFFFF;
}

header {
    background-color: #000033;
}

nav {
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    float: left;
    width: 160px;
}

nav ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    font-size: 1.2em;
}

a:link {
    color: #000033;
}

a:visited {
    color: #344873;
}

a:hover {
    color: #FFFFFF;
}

nav a {
    text-decoration: none;
    transition: color 3s ease-out;
}

h2 {
    text-shadow: 1px 1px 1px #CCCCCC;
    font-family: Georgia, "Times New Roman", serif;
    color: #3399CC;
}

dt {
    color: #000033;
}

.resort {
    font-weight: bold;
    color: #5C7FA3;
}

h1 {
    background-color: #000033;
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 0;
    margin-top: 0;
    background-image: url(images/sunset.jpg);
    background-repeat: no-repeat;
    background-position: right;
    line-height: 60px;
    text-align: center;
    padding-top: 15px;
}

h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: #000033;
}

main ul {
    list-style-image: url(images/marker.gif);
}

footer {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 75%;
    font-style: italic;
    text-align: center;
    padding: 20px;
    margin-left: 190px;
    background-color: #FFFFFF;
    float: none;
}

#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;
}

main {
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: block;
    background-color: #FFFFFF;
    margin-left: 190px;
}

#homehero {
    height: 300px;
    background-image: url(images/coasthero.jpg);
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

#yurthero {
    height: 300px;
    background-image: url(images/yurthero.jpg);
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

#trailhero {
    height: 300px;
    background-image: url(images/trailhero.jpg);
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 190px;
}

table {
    border: 1px solid #3399CC;
    width: 80%;
    border-spacing: 0;
}

td,
th {
    padding: 5px;
    border: 1px solid #3399CC;
}

td {
    text-align: center;
}

.text {
    text-align: left;
}

tr:nth-of-type(odd) {
    background-color: #F5FAFC;
}

label {
    float: left;
    display: block;
    text-align: right;
    width: 120px;
    padding-right: 20px;
}

input {
    display: block;
    margin-bottom: 20px;
}

textarea {
    display: block;
    margin-bottom: 20px;
}

input[type="submit"] {
    margin-left: 130px;
    display: block;
}

#gallery {
    position: relative;
    height: 200px;
    text-align: left;
    color: darkslategrey;
}

#gallery body {
    background-color: #FFFFFF;
}

#gallery ul {
    width: 300px;
    list-style: none;
}

#gallery li {
    display: inline;
    float: left;
    padding: 10px;
}

#gallery img {
    border: none;
}

#gallery a:link {
    text-decoration: none;
    color: #000000;
    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: .25;
}

video,
embed {
    float: right;
    padding-left: 20px;
}

#mobile {
    display: none;
}

#desktop {
    display: inline;
}

@media only screen and (max-width: 64em) {
    body {
        margin: 0;
        background-color: #FFFFFF;
    }
    #wrapper {
        min-width: 0;
        width: auto;
        box-shadow: none;
    }
    main {
        margin-left: 0;
    }
    nav {
        float: none;
        width: auto;
        text-align: center;
        padding: 0.5em;
    }
    nav li {
        display: inline;
        padding-top: 0.25em;
        padding-right: 0.75em;
        padding-bottom: 0.25em;
        padding-left: 0.75em;
    }
    #homehero,
    #yurthero,
    #trailhero {
        margin-left: 0;
        height: 200px;
    }
    footer {
        margin-left: 0;
    }
    label {
        float: left;
        display: block;
        text-align: right;
        width: 120px;
        padding-right: 20px;
    }
    input {
        display: block;
        margin-bottom: 20px;
    }
    textarea {
        display: block;
        margin-bottom: 20px;
    }
    input[type="submit"] {
        margin-left: 130px;
        display: block;
    }
}

@media only screen and (max-width: 37.5em) {
    #header {
        padding-top: 1em;
    }
    main {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 90%;
    }
    h1 {
        font-size: 1.5em;
    }
    nav {
        padding: 0;
    }
    nav li {
        display: block;
        margin: 0;
        border-bottom: 2px solid #330000;
    }
    nav a {
        display: block;
    }
    #homehero,
    #yurthero,
    #trailhero {
        background-image: none;
        height: 0;
    }
    #mobile {
        display: inline;
    }
    #desktop {
        display: none;
    }
    label {
        float: none;
        text-align: left;
    }
    input[type="submit"] {
        margin-left: 0;
    }
    textarea {
        display: block;
        margin-bottom: 20px;
    }
    #gallery {
        display: none;
    }
}