
header, main, nav, footer, figure, figcaption, aside, section, article  {display: block;}
body {
    background-color: #EAEAEA;
    color: #666666;
    font-family: "Arial", "Helvetica", "sans-seriff";
    background-color: #90C7E3;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    min-width: 960px;
	  max-width: 2048px;
    width: 80%;
    background-color: #90C7E3;
    background-position: center;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

.color {
  color: #666666
}

header {
    color: #FFFFFF;
    background-color: #000033;
    text-align: center;
    background-position: right;
    background-repeat: no-repeat;
  }

header a:link {color: #FFFFFF}
header a:visited {color: #FFFFFF}
header a:hover {color: #90C7E3}

nav {
    text-align: left;
    padding-left: 1em;
    font-weight: bold;
    font-size: 120%;
    float: left;
}

nav a:link {color: #5C7FA3;}
nav a:visited {color: #344873;}
nav a:hover {color: #A52A2A;}
}

nav li{
  border-bottom: none;
}

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

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

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

dt {
    color: #000033;
    display: block;
}

section{
  padding-left: 2em;
  padding-right: 2em;
  width: 33%
}

h1 {
    margin-bottom: 0;
    font-family: "Georgia", "Times New Roman", serif;
    margin-top: 0;
    letter-spacing: 0.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

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

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

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



#homehero {
            background-image: url('Coast.jpg');
            height: 300px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-left: 190px;
            }

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

}

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

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

.resort {
  color: #3399CC;
  font-weight: bold;
}

#contact{
	font-size: 90%;
}
#mobile{
	display: none;
}
#desktop{
	display: inline;
}

table {
  border-collapse: collapse;
  border: 2px solid #3399CC;
}
table, td, th {
  padding: 0.5em;
  border: 2px solid #3399CC;
}
td {
  text-align: center;
}
.text {
  text-align: left;
}
thead:nth-of-type(odd), tr:nth-of-type(even) {
  background-color: #F5FAFC;
}
  label {
      float: left;
      display: block;
      text-align: right;
      width: 120px;
      padding-right: 10px;
  }

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

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

  submit {
      margin-left: 130px;

}

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

@media only screen and (max-width: 64em){
  form {
    display: flex;
    flex-direction: column;
    padding-left: 1em;
    width: 60%;
    margin: auto;
    rows: auto;
  }
  form input {
    margin-bottom: .5em;
  }

  form textarea {
    margin-bottom: .5em;
  }
  form button
  [type="submit"] {
    grid-column: 2;
    width: 9em;
  }

  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-bottom: 0.25em;
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
  #homehero{
    margin-left: 0;
    height: 200px;
  }
  #yurthero{
    margin-left: 0;
    height: 200px;
  }
  #trailhero{
    margin-left: 0;
    height: 200px;
  }
  footer{
    margin-left: 0;
  }
}
@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{
    background-image: none;
	  height: 0;
  }
	#yurthero{
    background-image: none;
	  height: 0;
  }
	#trailhero{
    background-image: none;
	  height: 0;
  }
	#mobile{
    display: inline;
  }
	#desktop{
    display: none;
  }
}
