

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body {
      color: gray;
      font-family: "Lucida Grande", Geneva, sans-serif;
      font-size: 14px;
      
   }
   
   
   h1 {
      color: rgb(231, 26, 26);
      font-size: 300%;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
   
   }
   
   h2 {
      color: maroon;
      Font-size: 150%;
      text-decoration:underline;
      font-family: "Madimi One", sans-serif;
      font-weight: 400;
      font-style: normal;
      
   }
   
   p {
      color: rgb(8, 8, 8);
      font-family: "Madimi One", sans-serif;
      font-size: 125%;
      top: 10pt;
   }
   
   h4 {
      margin: auto;
      text-align: center;
      color: black;
      padding: 25px;
      background-color: blanchedalmond;
      border: 1px solid #4c4c4c;
   } 
   
   ul {
      color: rgb(231, 26, 26);
      font-family: "Keep on Truckin", "Helvetica Light", serif;
   }
   
   h3 {
      color: rgb(8, 8, 8);
      font-size: 125%;
      top: 10pt;
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
   }
   
   /* img {
      width: 200px;
      border: 2px;
      padding: 12px;
      margin-left: auto;
      margin-right: auto;
      
   } */
   
   #sidebar {
      position: absolute; top: 0px; left: 0px;
   }
   
   .madimi-one-regular {
      font-family: "Madimi One", sans-serif;
      font-weight: 400;
      font-style: normal;
   }

   li.col-md-2 { 
      list-style-type: none; 
   }














