   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;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background: url("../img/background.png");
      background size: cover;
    }
    p {
      text-align: center;
    }
    h1 {
      text-align: center;
      font-size: 60pt;
    }
    .welcome {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .container {
      width: 989px;
      margin: 0 auto;
    }
    .footer {
      text-align: center;
      padding-top: 80px;
    }
    .vid {
      filter: drop-shadow(0 0 30px #333);
    }
    iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 40px;
    }
    .inquiry {
      width: 500px
    }
    .antiques {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .specials {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    #test {
      overflow: hidden;
    }
    .floated-imgs {
      float: left;
    }
    form {
      padding-bottom: 300px;
    }