/* Home page hero image styling */
#homehero {
    background-image: url('pacific/coast.jpg'); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px; 
}
#yurthero{
    background-image: url('pacific/yurt.jpg'); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
#trailhero {
    background-image: url('pacific/trail.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
}
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #ffffff, #90c7e3); 
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-color: #EAEAEA;
    background-image: none;
    background-repeat: no-repeat;
      
      }
      
header {
    background-image: url('pacific/sunset.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #002171;
    color: #FFFFFF;
    font-family: serif;
    height: 72px;
    height: 120px;
}
header a:link {
    color: #FFFFFF;
    text-decoration: none;
}
      
header a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
header a:hover {
    color: #90C7E3;
    text-decoration: none;  
}
h1 {
    padding-top: 0.5em;
    text-align: center;
    font-size: 3em;
    letter-spacing: 0.25em;
}
nav{
    font-weight: bold;
    font-size: larger;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    background-color: inherit; /* Inherits background from wrapper */
    float: left;
    width: 160px;
    padding: 0;
    font-size: 1.2em;
}
nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #000;
}  
nav a:hover {
    text-decoration: underline;
    color: #A52A2A;
}
nav a:link {
    color: #5C7FA3;
  }
  
nav a:visited {
    color: #344873;
  }
nav ul {
    list-style-type: none;
    padding-left: 1em;
  }
nav {
    position: fixed;
  }
  
h2{
    color: #1976D2;
    font-family: serif;
}
h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
dt{
    color: #002171;
    font-weight: bold;
}
.resort{
    color: #1976D2;
    font-size: 1.2em;
}
main{
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    background-color: #FFFFFF;
    margin-left: 170px;
    overflow: auto;
    section {
        float: left;
        width: 33%;
        padding-left: 2em;
        padding-right: 2em;
        box-sizing: border-box;
      }
      section {
        margin: 0;
        padding: 1em;
        text-align: left;
      }
      dt {
        margin: 0 0 0.5em 0;
      }
      dd { 
        margin: 0;
        padding-left: 0;
      }
      
}
#homehero, #yurthero, #trailhero {
    margin-left: 170px;
  }
  
footer {
    padding: 1em;
    font-size: 0.8em;
    background-color: white;
    text-align: center;
    margin-left: 170px;
}
#wrapper {
    min-width: 960px;
    max-width: 2048px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc;
    border-bottom: 3px solid #666;
    border-right: 3px solid #666;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%; 
    max-width: 90%;
    background: linear-gradient(to bottom, #ffffff, #90c7e3);

}

* {
    box-sizing: border-box;
  }
  

  
  
 

  