* { box-sizing: border-box; }

body{
	background-color: #90c7e3;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
}
header{
	background-color: #002171;
	color: #FFFFFF;
	font-family: Georgia, sans-serif;
	text-align: center;
	padding: 1em;
}

header a{
	text-decoration: none;
	color: #ffffff;
}

header a:link {
	text-decoration: none;
	color: #ffffff
}

header a:hover {
	text-decoration: none;
	color: #90c7e3
}

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

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

h3{
	font-family: Georgia, generic-serif;
}

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

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

nav li {
	padding: 0.5em 1em;
	width: 100%
	border-bottom: 1px;
}

nav a{
	text-decoration: none;
}

nav a:link{
	color: #5C7fA3
}

nav a:visited{
	color: #344873
}

nav a:hover{
	color: #A52A2A
}

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

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

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

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

footer{
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	padding: 1em;
	background-color: #FFFFFF;
    box-sizing: border-box; 
}

table {
    width: 90%;
    border: 1px solid #3399CC;
    border-collapse: collapse;
    margin: 0 auto;
}

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

td {
    text-align: center;
}

.text {
    text-align: left;
}

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

#wrapper{
	background-color: #ffffff;
	min-width: 960px;
	max-width: 2048px;
	background: linear-gradient(to bottom, #ffffff, #90c7e3);
}

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

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

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

#mobile {
    display: inline;

#desktop {
    display: none;
