   /* HTML5 display-role reset for older browsers */
   
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }


/*  Main Styles */

body {
    background: rgb(222,184,135);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    font-family: helvetica;
    }

    h1 {
      text-align: center;
      }


    .description {
      width: 989px;
      margin: 0 auto;
      text-align: left;
    }

  /*Main image and About Us background info and style */

    img.fixed {
    
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5em;
      margin-top: 10px;
      width: 50%;
      position: static;
    }

    .bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    }


  /*Nav info and style*/

  body {
  margin: 0;
  }

  ul {
  list-style-type: none;
  margin: 0px;
  padding: 20px 0px;
  width: 10%;
  background: rgb(222,184,135);
  background: linear-gradient(0deg, rgba(222,184,135,0.9682247899159664) 0%, rgba(255,255,255,1) 100%);
  border-radius: 0px 25px 0px 0px;
  position: fixed;
  height: 80%;
  overflow: auto;
  }

  li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  }

  li a.active {
  background-color: #4CAF50;
  color: white;
  }

  li a:hover:not(.active) {
  background-color: #555;
  color: white;
  }

  /*Gallery info and style */

  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  }

  div.gallery:hover {
  border: 1px solid #777;
  }

  div.gallery img {
  width: 100%;
  height: auto;
  }

  div.desc {
  padding: 15px;
  text-align: center;
  }

/*Table info*/

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*Footer info and style */

  .footer {
  line-height: 100px;
  position: fixed;
  bottom:0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 100px;
  text-align: left;
  }