
      
  body {
 font-family: "Lato", sans-serif;
 transition: background-color .5s;
 }
 
 @media screen and (min-width: 600px) {
    body {
      background-color: #FFFFEF;
    }
  }
      
  @media screen and (max-width: 800px) {
    body {
      background-color: #FFFFFF;
    }
  }
   
 .sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   Right: 0;
   background-color: #fff;
   overflow-x: hidden;
   padding-top: 60px;
   transition: 0.5s;
 }
 .sidenav a {
   padding: 8px 8px 8px 32px;
   text-decoration: none;
   font-size: 20px;
   color: #000000;
   display: block;
   transition: 0.3s;
 } 
  .sidenav a:hover {
   color: #BAB86C;
   font-size: 20px;
 } 
  #main {
  transition: margin-left .5s;
  padding: 20px;
 }
 @media screen and (max-height: 450px) {
  .sidenav {
  padding-top: 15px;
 }
 .sidenav a {
  font-size: 18px;
  }
 } 
 
.center { 
 margin: auto; 
 width: 70%; 
 height: auto; 
 border: transparent; 
 padding: 10px;
 }


.menu {
  width: 70%;
  text-align: left;
  }

 
.scripts {
  text-align:center;
  font-family:arial,helvetica,sans-serif;
  font-weight:bold;
  font-size:16px;
  color:#000200;
  }
  
  .info {
    font-family: times;
    font-size: 18pt;
    color: #222222;
    font-weight:bold; 
    text-align: center;
  }
  
 .h2 {
   text-align: center;
   font-family: times;
   color: #444444;
  }  
  
 .links {
   text-align:left;
   font-family:arial,helvetica,times;
   font-weight:bold;
   font-size:17px;
   color:#101010;
   margin-left: 15px;
   }
   
 .div1 {
   border:8px solid#fffffe;
  } 
  
 .div2 {
   border:8px solid#f1f1f1;
  }
  
 .quotes {
   text-align:center;
   font-family:arial,helvetica;
   font-size:16px;
   font-weight:600;
   color:#204020;
  } 
  
 .title {
   font-family: arial;
   font-size: 30pt;
   color: #999944;
   text-align: center;
   font-weight: 600;
   }  
  
 .title2 {
   font-family: arial;
   font-size: 15px;
   color: #222222;
   text-align: center;
   }
  
  .title3 {
   font-family: arial;
   font-size: 20px;
   color: #FE0000;
   text-align: center;
   }
  
 .title4 {
   font-family: arial;
   font-size: 30px;
   color: #FF000F;
   text-align: center;
   } 
 
 .title5 {
   font-family: arial;
   font-size: 30px;
   color: #999944;
   text-align: center;
   }  
   
 .quotes2 {
   text-align:center;
   font-family:arial,helvetica;
   font-size:16px;
   font-weight:600;
   color:#777777;
  } 
   
 .paragraph {
   font-size:16px;
   color:#100000;
   font-family:arial,helvetica;
   background:#ffffff;
   text-align: left;
   margin-left: 10px;
   }
   
 .extract {
   text-align: left;
   font-family: times;
   font-size: 12px;
   color: #993333;
   margin-left: 10px;
   }
 
 .extract2 {
   text-align: left;
   font-family: times;
   font-size: 12px;
   color:#443333;
   margin-left: 10px;
   }

  
 .intro {
   font-size:16px;
   color:#800066;
   margin-left: 28px;
  } 
    
  
 .extract3 {
   text-align:left;
   font-family:times;
   font-size:10px;
   color:#331133;
   margin-left:10px;
 }
   
  .extract4 {
   text-align:left;
   font-family:times;
   font-size:10px;
   color:#999999;
   margin-left:10px;
  }
  
  .alert {
  background-color: #FFFFFE;
  font-family: times;
  font-size: 14px;
  color: #000000;
  border: #888888 1px solid;
  padding: 10px 45px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 55px;
  }
  
.alert:hover {
  background-color: #BAB86C;
  color: #000000;
  font-size: 18px;
  } 
  
   
 .up {
    float: right;
    font-family: times;
    font-size: 12px;
    color: #800000;
    cursor: pointer;
    
  }
  .up:hover {
    background-color: #bab86c;
    font-size: 16px;
    }
  
  