body {
    background-color: #90C7E3;
    color: #666666;
    font-family: Verdana, Ariel, sans-serif;
    margin: 0
}
* {box-sizing: 
    border-box;}

#wrapper {
    background-color: #FFFFFF;}

header {
    background-color: #002171;
    color: #FFFFFF; 
    font-family: Georgia, serif;
    font-size: 2em;
    letter-spacing: 0.25em;
    padding: 1em;}

header a {
    text-decoration: none;}

header a:link {
    color: #FFFFFF;}

header a:visited {color: #FFFFFF;}

header a:hover {color: #90C7E3;}

section {
    padding-left: .5em;
    padding-right: .5em;}

h1 {
    font-size: 1.5em;
    text-align: center;}

h2 {
    color: #1976D2; 
    font-family: Georgia, serif;}

h3 {
    font-family: Georgia, serif;}

nav {
    background-color: white;
    text-align: center;
    font-size: 1.2em;}

nav a:link {color: #5C7FA3;}

nav a:visited {color: #344873;}

nav a:hover {color: #A52A2A;}

nav ul {
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding-left: 0;}

nav li {
    padding: .5em 1em .5em 1em;
    width: 100%;
    border-style: solid;
    border-bottom: 1px;}

nav a{
    text-decoration: none}

main {
    padding: 0 1em 0 1em;
    display: block}

table {
    margin: auto;
    border: 1px solid #3399CC;
    border-collapse: collapse;
    width: 90%;
}
table tr:nth-child(even) td{
           background:#DFEDF8;
}
td,th {
    padding: 5px;
    border: 1px solid #3399CC;
}

td {
    text-align: center
}

*text {
    text-align: left;
}


dt {
    color: #002171;
    font-weight: bold;}

.resort {
    color: #1976D2;
    font-size: 1.2em;
    }
#homehero {
    height: 300px;
    background-image: url(coast.jpg);
    background-repeat: no-repeat;
    background-size: 200% 100%}

#yurthero {
    height: 300px;
    background-image: url(yurt.jpg);
    background-repeat: no-repeat;
    background-size: 200% 100%}

#trailhero {
    height: 300px;
    background-image: url(trail.jpg);
    background-repeat: no-repeat;
    background-size: 200% 100%}

footer {
    background-color: #FFFFFF;
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;}

#mobile {
    display: inline;}

#desktop {
    display: none;}

@media (min-width: 600px) {
    
    h1 {
        font-size: 2em;
        letter-spacing: .25em;}
    
    nav ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        padding-right: 2em;}
    
    nav li {
        width: 12em;
        border-bottom: none;}
    
    section {
        padding: 0 2em 0 2em;}
    
    #flow {
        display: flex;
        flex-direction: row;}
    
    #mobile {
        display: none;}
    
    #desktop {
        display: inline;}
    
    #homehero #yurthero #trailhero {
        background-size: 100% 100%;}
}
@media (min-width: 1024px) {
    
    body {
        background-image: linear-gradient(to bottom, #FFFFFF 20%, #90C7E3 60%, #FFFFFF 100%);}
    
    nav ul {
        padding-right: 10%;
        padding-left: 10%}
    
    #wrapper {
        margin: auto;
        width: 80%;}
}

