   a:link, a:visited {
     color: blue;
     }
     
  .anchor {
     display: block;
     height: 36px; /*same height as header*/
     margin-top: -36px; /*same height as header*/
     visibility: hidden;
     }
     
  .montalt {
     font-family: 'Montserrat Alternates', sans-serif;
     font-weight: 400;
     font-style: normal;
     }

   body {
     margin-top: 36px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     background-color: #6b8e23;
      background-image: url("images/bg1.png")
     }
     
   .bg1 {
      background-image: url("images/bg1.png")
     }
     
   div, iframe {
    margin: 0 auto;
   }
   
   .deepgreen {
     background-color: #004d00;
   }

   iframe {
    display: block;
    border-style:none;
   }
   
  .in {
     text-indent: 8px;
     text-align: justify;
     }
   
  .lrgltr {
     font-family: 'Montserrat Alternates', sans-serif;
     font-size: 40px;
     line-height: 80%;
     } 
   
  .mySlides {display:none
     }
  .w3-left, .w3-right, .w3-badge {cursor:pointer
     }
  .w3-badge {height:13px;width:13px;padding:0
     }
     
  .navbar {
     background-color: #004d00;
     }
     
  .navtxt1 {
     font-size: 25px;
     margin-top: -5px;
     margin-bottom: -5px;
     }
     
  .navtxt2 {
     margin-top: 2px;
     margin-bottom: 3px;
     }
     
  .pad1 { 
     padding:10px 10px;
     margin-top: 5px;
     margin-bottom: 5px;
   }
        
  .pad2 { 
     padding:5px;
   }
   
  .pad3 { 
     padding-bottom:4px;
   }
     
  .txt1 {
     font-size: 16px;
     } 
     
  .txtshado1 {
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
     }
     
  #upBtn {
     display: none;
     position: fixed;
     bottom: 75px;
     right: 20px;
     z-index: 99;
     width: 50px;
     }
     
  .w3-hover-opacity {
     cursor: pointer;
     }
