/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  * {
     margin: 0;
     padding: 0;
  } 
  body {
    line-height: 1;

    background-image: url("../img/hopnoggin.png"), url("../img/beerstyles.png");
    background-repeat: no-repeat, repeat-y;
    background-position: center top, top;
    background-color: #241914;
  }
  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;
  }

/*=========================================
    Main Styles
    =========================================*/
    h1 {
      font-family: Georgia, serif;
      font-size: 38px;
      font-weight: bold;
      word-spacing: 8px;
      font-stretch: 2px;
      padding: 10px;
    }

    h2 {
      font-family: Georgia, serif;
      font-size: 28px;
      font-weight: bold;
      word-spacing: 5px;
      font-stretch: 1px;
      padding: 10px;
    }

    h3 {
      font-family: Georgia, serif;
      font-size: 24px;
      font-weight: bold;
      word-spacing: 3px;
      font-stretch: 1px;
      padding: 10px;
    }

    body {
      font-family: Verdana, sans-serif;
      font-size: 16px;
      text-align: justify;
      text-justify: inter-word;
    }

    p {
      padding: 20px;
    }

    table.center {
      margin-left: auto;
      margin-right: auto;
    }

    .formadjust {
      display: block;
      margin-left: 180px;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: auto;  
    }

    .videocenter {
      margin: auto;
      width: 60%;
    }

    td {
      vertical-align: top;
    }

    th, td {
      padding: 6px;
      text-align: left;

    }

    tfoot.footer {
      text-align: center;
    }

    .container {
      width: 90%;
      margin: 210px auto 0 auto;
      /* background-color: #70564A; */
    }

    ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    }

    ul.topnav li {float: left;}

    ul.topnav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    ul.topnav li a:hover:not(.active) {
      background-color: #111;
    }

    ul.topnav li a.active {
      background-color: #4CAF50;
    }

    ul.topnav li.right {
      float: right;
    }

    ul.topnav li.activeright {
      float: right;
      background-color: #4CAF50;
    }

    .content {
      background-color: #B07A62;
      opacity: .9
    }

    .welcome {
      display: block;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: auto;
      margin-bottom: auto;      
    }

    .about {
      display: block;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: auto;
      margin-bottom: auto;      
    }

    .brewery {
      display: block;
      margin-top: 8px;
      margin-bottom: 8px;
      margin-left: auto;
      margin-right: auto;
    }

    .history {
      display: block;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: auto;
      margin-bottom: auto;
    }

    .snacks {
      display: block;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: auto;
      margin-bottom: auto;      
    }

    .blog {
      display: block;
      margin-left: 100px;
      margin-right: 100px;
      margin-top: auto;
      margin-bottom: auto;
    }

    .taps {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 10px 10px 5px grey;
      border: 1px solid #8a4419;
      border-style: inset;
    }

    .bottleline {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 10px 10px 5px grey;
      border: 1px solid #8a4419;
      border-style: inset;
    }
 
    .footer {
      text-align: center;
      padding-bottom: 10px;
    }