* { box-sizing: border-box; }
body {
margin: 0;
background-image: linear-gradient(to bottom, #FFFFFF 20%, #90C7E3 60%, #FFFFFF 100%);
background-color: #90C7E3;
color: #666666;
font-family: Verdana, Arial, sans-serif;
}

@media(max-width:768px)

#wrapper {
background-color: #FFFFFF;
margin: auto;
width: 80%
}

header { 
background-color: #002171;
color: #FFFFFF;
font-family: Georgia, serif;
padding: 1em;
}

header a { text-decoration: none; }
header a:link { color: #FFFFFF; }
header a:visited { color: #FFFFFF; }
header a:hover { color: #90C7E3; }

h1 { 
font-size: 2em;
letter-spacing: .25em;
text-align: center;
padding-top: .5em;
}

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

h3 { font-family: Georgia, serif; }

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

nav li {
padding-top: .5em;
padding-bottom: .5em;
padding-left: 1em;
padding-right: 1em;
margin: auto;
width: 12em;
list-style-type: none;
border-bottom: none;
}

nav a { text-decoration: none; }
nav a:link { color: #5C7FA3; }
nav a:visited { color: #344873; }
nav a:hover { color: #A52A2A; }

nav ul { 
flex-direction: row;
margin: 0;
padding-left: 10%;
padding-right: 10%;
} 

main {
display: block;
padding-bottom: 0;
padding-top: 0;
padding-left: 1em;
padding-right: 1em;
}

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

.resort { color: #1976D2;
font-size: 1.2em;
}

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

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

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

table{
    align-content: center;
    border: 1px #3399CC;
    border-collapse: collapse;
    width: 90%;
}

text{
    text-align: left;
}

th, td{
    text-align: center;
    padding: 5px;
    border: 1px #3399CC;
}

tr:nth-of-type(even){
    background-color: #DFEDF8;
}
tr:nth-of-type(odd){
    background-color: white;
}

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

mobile id{
    display: none;
}

desktop id{
    display: inline;
}

flow id{
    flex-direction: row;
}

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