body {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EAEAEA;
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    padding: 2em;
    background-color: #FFFFFF;
}

header {
    margin-right: auto;
}

h1 {
    background-color: #002171;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 200%;
    text-align: center;
    letter-spacing: 0.25em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

h1 :link {
    text-decoration: none;
    color: #FFFFFF;
}

h1 :visited {
    color: #FFFFFF;
}

h1 :hover {
    color: #90C7E3;
}

h2 {
    color: #1976D2;
    font-family: Georgia, 'Times New Roman', serif;
    text-shadow: #CCCCCC 1px;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000033;
}

main {
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: block;
    background-color: #FFFFFF;
    overflow: auto;
}

nav {
    font-weight: 700;
    margin-right: auto;
    padding: 0;
    font-size: 120%;
    text-align: center;
}

nav :link {
    color: #5C7FA3;
}

nav :visited {
    color: #344873;
}

nav :hover {
    color: #A52A2A;
}

nav li {
    border-bottom: 1px solid blue;
}

nav a {
    text-decoration: none;
}

dt {
    color: #002171;
}

main ul {
    list-style-image: url(marker.gif);
}

.resort {
    color: #1976D2;
    font-weight: bold;
}

#contact {
    font-size: 90%;
}

#homehero {
    height: 300px;
    background-image: url("coast2.jpg");
    background-size: 100% 100%;
    margin-right: 0;
}

#trailhero {
    height: 300px;
    background-image: url("trail.jpg");
    background-size: 100% 100%;
    margin-right: 20px;
}

#wrapper {
    background-image: linear-gradient(#FFFFFF, #90C7E3);
}

#yurthero {
    height: 300px;
    background-image: url("yurt.jpg");
    background-size: 100% 100%;
    margin-right: 20px;
}

* {
    box-sizing: border-box;
}

table {
    border: 2px solid #3399CC;
    border-collapse: collapse;
}

th, td {
    padding: 0.5em;
    border: 2px solid #3399CC;
}

td {
    text-align: center;
}

.text {
    text-align: left;
}

tr :nth-of-type(odd) {
    background: #F5FAFC;
}

@media only screen and (min-width: 600px) {
    nav ul {
        flex-wrap: nowrap;
        justify-content: start;
        justify-content: end;
        justify-content: space-between;
    }

    nav li {
        border-bottom: none;
    }
}