 article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
    background-color: rgb(215,228,194);
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  box-shadow {
    box-shadow: 20px 10px 20pnx grey;
  }
 
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: majesti-banner-book;
    }

    .container {
      width: 989px;
      margin: 5 auto;
    }

    .footer {
      text-align: center;
    }