body {
  background-color: #90C7E3;
  background-image: linear-gradient(#FFFFFF, #90C7E3);
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
main {
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
}
header {
  background-color: #002171;
  color: #ffffff;
  margin-bottom: 0;
  background-image: url(./img/sunset.jpg);
	background-position: right;
	background-repeat: no-repeat;
  line-height: 400%;
	text-indent: 1em;
}
nav {
  background-color: #FFFFFF;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}
nav a {
  text-transform: none;
  text-decoration: none;
}
h1, h2, h3, footer {
  font-family: Georgia, "Times New Roman", serif;
}
h1 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  color: #1976D2;
  text-shadow: 1px, #CCCCCC;
}
 h3 {
   color: #000033;
}
ul {
  list-style-image: url(./img/marker.gif);
}
dt {
  color: #002171;
}
footer {
	font-size: 75%;
	text-align: center;
	font-style: italic;
  padding: 2em;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  width: 80%;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px, 3px, 3px, #333333;
}
.resort {
  color: #1976D2;
	font-weight: bold;
}
#homehero {
  height: 300px;
  background-image: url(./img/coast.jpg)
  background-size: 100% 100%;
}
#yurthero {
  height: 300px;
  background-image: url(./img/yurt.jpg)
  background-size: 100% 100%;
}
#trailhero {
  height: 300px;
  background-image: url(./img/trail.jpg)
  background-size: 100% 100%;
}
#contact {
  font-style: 90%;
}
