/* 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 {
      background-image: url("brown-paper-texture-17.jpg");
      font-family: arial;
    }

    h1 {
      text-align: center;
      color: white;
      padding-top: 20px;
      font-size: 80px;
      background-color: #362D00;
      width: 1000px;
      height: 100px;
      border: 5px solid white;
    }

    h2 {
      text-align: center;
      font-size: 48px;
      color: white;
      line-height: 1.6;
    }

    h3 {
      text-align: center;
      font-size: 48px;
      color: white;
      line-height 1.6
    }

    table {
      width: 100%;
      border: 3px solid black;
    }

    th, td {
      font-weight: bold;
      color: white;
      font-size: 20px;
      text-align: center;
      border: 3px solid black;
      padding: 10px;
    }

    input[type=text] {
      width: 50%;
      padding: 12px 20px;
      margin: 8px 0;
      border: 2px solid black;
      border-radius: 8px;
    }

    select {
     width: 50%;
     padding: 12px 20px;
     border: 2px solid black;
     border-radius: 8px;
    }

    input[type=download] {
      border: 2px solid black;
      margin: 4px 2px;
      padding: 12px 20px;
      text-decoration: none;
      cursor: pointer;
      border-radius: 8px;
    }

    .navigation {
      width: 1000px;
      height: 110px;
      background-color: #362D00;
      border: 5px solid white;
    }

    .navigation a{
      float: left;
      color: white;
      text-decoration: none;
      padding: 36px 25px;
      font-size: 35px;
    }

    .navigation a:hover{
      background-color: #362400;
    }

    .navigation a:active {
      color: white;
      background-color: #191100;
    }

    .content p {
      font-size: 25px;
      color: white;
      line-height: 1.6;
    }

    .floated-video {
      float: left;
      padding-right: 20px;
      padding-top: 8px;
    }

    .questionmark {
      float: right;
    }

    .orcshrug {
      float: left;
      padding-right: 20px;
      padding-top: 8px;
    }

    .classicon {
      width: 256px;
      height: 256px;
      display: block;
      margin: auto;
    }

    .fullname {
      color: white;
      font-size: 58px;
    }

   .container {
      width: 1000px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }