/* Global styles for the entire document */    /*all with comment has changes in it */
body {
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;            /*for the background*/
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
  }
  
  #wrapper {
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    margin-right: auto;                 /*for frame*/
    margin-left: auto;
    box-shadow: 0 4px 8px rgba(0, 9, 0, 0.8); /* subtle drop shadow */
    Width: 80%;

  }


  /* Header section styles */
  header {
    background-image: url("sunset.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
    height: 72px;
  } 
  
  /* h1 element styles */
  h1 {
    line-height: 150%;
    text-align: center;
    padding-top: 0.5em;
  }
  
  /* Navigation bar styles */
  nav {
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
  }

  nav a { 
    text-decoration: none;    /*added a nav area to prevent hyperlinks */
    color: inherit;
  }

  footer { 
    padding: 1em;
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
  }
  
  /* h2 element styles */
  h2 {
    color: #1976D2;
    font-family: Georgia, serif;
  }
  


/*h3 heading style*/
h3 {
  font-family: georgia, serif;
}


  /* dt element styles */
  dt {
    color: #002171;
    font-weight: bold;
  }
  

  /* Custom class for company name */
  .resort {
    color: #1976D2;
    font-size: 1.2em;
  }
  
  /* Footer styles */
  footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
  }
  
  main { 
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  /* for the home page image */
  #homehero {
    background-image: url("coast.jpg"); 
    background-size: 100% 100%;       
    background-position: center;  
    background-repeat: no-repeat; 
    width: 100%;                  
    height: 300px;                
    margin-bottom: 20px;          
  }


   /* for the yurts page image */
  #yurthero {
    background-image: url("yurt.jpg"); 
    background-size: 100% 100%;      
    background-position: center;  
    background-repeat: no-repeat; 
    width: 100%;                  
    height: 300px;                
    margin-bottom: 20px;          
  }


    /* for the activities image */
  #trailhero {
    background-image: url("trail.jpg");
    background-size: 100% 100%;       
    background-position: center;  
    background-repeat: no-repeat; 
    width: 100%;                  
    height: 300px;               
    margin-bottom: 20px;          
  }
  