/* 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;
    background:url("img/ReptileScales.png");
  }

  table {
    border-collapse: collapse;
    border-spacing: 10px;
    float: left;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-color: rgb(75, 255, 170);
      margin: 0 auto;
      width: 80%;

    }

    h1 {
      border-style: double;
      border-radius: 8px;
      border-color: rgb(107, 41, 78);
      background-color: rgb(255, 139, 147);
      padding: 5px;
      align-self: auto;
    }
    h2 {
      border-style: double;
      border-radius: 8px;
      border-color: rgb(107, 41, 78);
      background-color: rgb(40, 190, 204);
      padding: 5px;
      text-align: center;
      margin: auto;
      width: -moz-fit-content;
      
    }
    h3 {
      color: white;
      background-color: rgb(106, 149, 153);
      text-align: center;
      padding: 8px;
          
    }
    h6{
      width: 100%;
      padding: 5px;
      vertical-align: text-top;
      color: white;
      min-height: 400px;
    }
    footer {
      width: auto;
      margin-top: 25px ;
      border: double;
      border-radius: 8px;
      border-color: rgb(107, 41, 78);
      background-color: rgb(255, 139, 147);
      text-align: center;
      padding: 3px;
    }

    nav {
      height: 30px;
      width: 15%;
      position: relative;
      margin: 5px;

    }
    ul.navigation {
      border: 6px;
      list-style-type: none;
      display: inline-table; 
      table-layout: fixed;
      width: 85%;
      height: 100%;
      position: relative;
      padding: 7px;
    }

    li.navlink {
      background-color: rgb(106, 149, 153);
      box-shadow: 5px 5px rgb(107, 41, 78);
      border: 2px;
      border-radius: 15px;
      display: table-cell
      border-collapse: separate;
      vertical-align: text-top;
      text-align: center;
      padding: 7px;
      margin: 12px;
    }
    .columnLeft{
      float: left;
      width: 20%;
      vertical-align: text-top;
    }
    .columnRight{
      float: right;
      width: 80%;
      min-height: 200px;
      background-color: rgb(107, 41, 78);
      border-radius: 4px;
      vertical-align: text-top;
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        column-width: 100%;
        min-height: 100px;
        display: table;
        clear: both;
    }

