/* 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;
  }
  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 {
      color: white;
      font-family: georgia;
      background-color: darkred;
      min-height: 100vh;
      flex-direction: row;
      margin: 0;
      line-height: 30px;
    }

    .col-1 {
      background: #D7E8D4;
      flex: 1;
    }

    .col-2 {
      display: flex;
      flex-direction: column;
      flex: 5;
    }

    .content {
      display: flex;
      flex-direction: row;
    }

    .content > article {
      flex: 4;
      min-height: 60vh;
    }

    .container {
      width:70%;
      height: 100%;
      font-size: 22px;
      background-color: #696969;
      padding: 30px 20px 30px 20px;
      float: right;
      box-shadow: -10px 10px 8px white;
      border-left: 3px solid #ff6600;
      background-repeat: no-repeat;
      background-position: center bottom
      line-height: 5px;
    }

    .footer {
      text-align: center;
      color: darkred;
      border-top: 3px solid #ff6600;
      border-bottom: 3px solid #ff6600;
      padding: 15px;
      float: bottom;
    }

    h1 {
      font-family: georgia, serif;
      color: darkred;
      border-bottom: 3px solid #ff6600;
      border-top: 3px solid #ff6600;
      position: inline-block;
      padding: 15px;
    }

    h2 {
      font-family: georgia, serif;
      color: darkred;
      border-top: 3px solid #ff6600;
      border-bottom: 3px solid #ff6600;
      padding: 15px;
    }

    .left {
      float: left;
    }

    .right {
      float: right;
    }

    .knife {
      height: 400px;
      width: 1000px;
    }

    .oldman {
      margin-left: auto;
      margin-right: auto;
      padding: 3px;
      position: center;
      display: block;
    }

    a {
      color: darkgrey;
      text-decoration: none;
    }

    a:visited {
      color: #ff6600;
    }

    a:hover {
      color: white;
      text-decoration: underline;
    }

    .links {
      line-height: 100px;
      position: fixed;
      font-size: 32px;
      border-top: 3px solid #ff6600;
      border-bottom: 3px solid #ff6600;
      padding: 15px;
      margin: 13% auto;
    }

    .normal {
      font-family: palatino;
    }

    .knives {
      border: 5px solid white;
      float: right;
      font-family: Arial;
    }

    .knives {
      width: 100%;
      height: 50px;
      padding: 20px;
    }

    .kniferow {
      border: 2px solid white;
      padding: 10px;
    }

    .th2 {
      text-align: center;
      border: 2px solid white;
      padding: 10px;
    }

    .th {
      text-align: left;
      border: 2px solid white;
      padding: 10px;
    }

    .knifeimage {
      padding: 22px;
    }

    .onion {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      padding: 20px;
    }

    iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      padding: 20px;
    }