* { box-sizing: border-box; }

body {

background-color: #EAEAEA;

color: #666666;

font-family: Arial, Helvetica, sans-serif;

}

#wrapper {

width: 80%;

margin-left: auto;

margin-right: auto;

background-color: #90C7E3;
  
min-width: 960px;

max-width: 2048px;

box-shadow: 3px 3px 3px #333333;

background-image: linear-gradient(#ffffff, #90C7E3);

border: 1px solid dark-blue;

}

header {

background-color: #002171;

color: #ffffff;

background-image: url(sunset.jpg);

background-position: right;

background-repeat: no-repeat;

text-align: center;

height: 120px;
  
padding-top: 30px;

padding-left: 3em;
}

h1 {
  
margin-bottom: 0;
  
margin-top: 0;

font-family: Georgia, "Times New Roman", serif;

font-size: 3em;

letter-spacing: 0.25;
}

nav {

font-weight: bold;
 

padding: 1.5em;
  
float: left;
  

width: 160px;

font-size: 120%;

}

nav a {
  text-decoration: none;
}

main {
  padding: 1px 20px 20px;
  
display: block;
 
  background: white;
 
  margin-left: 190px;
 
  padding-left: 30px;

overflow: auto;

}

h2 {

  color: #3399cc;
  
font-family: Georgia, "Times New Roman", serif;

  text-shadow: 1px 1px 1px #ccc;
}

h3 {

  color: #000033;
  

font-family: Georgia, "Times New Roman", serif;
}

dt {
  color: #000033;
}

.resort {
  
color: #5c7fa3;
  
font-weight: bold;
}

#contact {
  font-size: 90%;
}

main ul {
  list-style-image: url(images/ ER√ΩDTGVmarker.gif);
}

footer {
  
font-size: 75%;
  
font-style: italic;
  
font-family: Georgia, "Times New Roman", serif;
  
text-align: center;
  
padding: 20px;

margin-left: 190px;


background-color: white;

}

#homehero {
  
background-image: url(images/coast2.jpg);
  
height: 300px;
  
background-repeat: no-repeat;

background-size: 100% 100%; 

margin-left: 190px;
}

#yurthero {
  
background-image: url(images/yurt.jpg);
  
height: 300px;
 
background-repeat: no-repeat;

background-size: 100% 100%;
  

margin-left: 190px;
}

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

}

section {

float: left;

width: 33%;

padding-left: 2em;

padding-right: 2em;

}

nav ul {

list-style: none;

margin: 0;

padding-left: 0;

font-size: 1.2em;

}

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

nav ul a:visited {
  color: #344873;
}


nav ul a:hover {
  color: #A52A2A;
}

header a{

text-decoration: none;

}

header a:link{

color: #FFFFFF;

}

header a:visited{

color: #FFFFFF;

}

header a:hover{

color: #90C7E3;

}
