   
 .anchor {
   display: block;
   height: 60px; /*same height as header*/
   margin-top: -60px; /*same height as header*/
   visibility: hidden;
  }   
   
   body {
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f8f8ff;
   }
   
  .in {
    text-indent: 8px;
    text-align: justify;
   }
   
  .lrgltr {
    font-family: 'Style Script', cursive;
    font-size: 40px;
    line-height: 80%;
   }     
   
  .mont {
    font-family: 'Montserrat', sans-serif;
   }
   
  .montalt {
    font-family: 'Montserrat Alternates', sans-serif;
   }
   
   .mySlides1 {display:none}
   .w3-left, .w3-right, .w3-badge {cursor:pointer}
   .w3-badge {height:13px;width:13px;padding:0}
   
  .pad1 { 
     padding: 6px;
     margin: 6px;
   }
   
  .pad2 { 
     padding:8px;
   }
   
  .pad3 {
     padding-top: 16px;
   }
   
   .stylescript {
     font-family: 'Style Script', cursive;
   }
   
   .nav1 {
     font-size: 2.0em;
     font-weight: normal;
   }
  
   .nav2 {
     font-size: 1.5em;
     font-weight: normal;
     margin-top: 4px;
   }
   
   .snstbg {
     background-image: url("images/snstbar.png");
     background-repeat: repeat-x;
    }
   
   .titxt {
     font-size: 3.0em;
     margin-top: 40px;
   }
   
   .txtmargin {
     margin: 10px 6px;
   }
  
   .txtshado1 {
     text-shadow: -2px 2px 0px #000000;
   } 

   #upBtn {
     display: none;
     position: fixed;
     bottom: 75px;
     right: 15px;
     z-index: 99;
     width: 50px;
   }
   
   .video-container {
	  position:relative;
	  padding-bottom:56.25%;
	  padding-top:30px;
	  height:0;
	  overflow:hidden;
   }

   .video-container iframe, .video-container object, .video-container embed {
	  position:absolute;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
   }

   .w3-hover-opacity {
      cursor: pointer;
   }
   