body{
    background-color:#FFFFFF ;
    font-family: 'Georgia';
}




.quote{
    
     font-size: 20px;
}





p{
   
    font-size: 18px;
}

.topnav {
    
    background-color:transparent;
    color: white;
    padding-bottom: 20px;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .active {
    /* background-color: #4CAF50;
    color: white; */
  }
  
  .topnav .icon {
    display: none;
  }
  
  .mdropdown {
    float: left;
    overflow: hidden;
  }
  
  .mdropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .mdropdown-content {
    display: none;
    position: absolute;
    
    min-width: 160px;
    text-align: center;
    color: white; 
    z-index: 100;
  }
  
  .mdropdown-content a {
    float: none;
    color: white; 
    padding:5px 8px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  
  .topnav a:hover, .mdropdown:hover .dropbtn {
 
  }
  
  .mdropdown-content a:hover {
    font-size: medium;
    transform: font-size 0.3s ease-in-out;
    
    
  }
  
  .headcontainer .mdropdown:hover .mdropdown-content {
    display: block;
  }
  
   .headcontainer_slider .mdropdown:hover .mdropdown-content {
    display: block;
  }
  
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .mdropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .mdropdown {float: none;}
    .topnav.responsive .mdropdown-content {position: relative;}
    .topnav.responsive .mdropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }




  .headcontainer {
      max-width: 100% ;
      height: 810px;
     
     
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  
    .headcontainer_slider {
      max-width: 100% ;
      min-height:100px;
      margin-bottom:0;
     
     
     
     
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: background-image 1s ease-in-out;
    background-image: url('../images/navbarback2.png');
    background-repeat: no-repeat;
   background-size:100% auto;
    
  }

  .smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .scrolled-down{
     transform:translateY(-100%); transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
     transform:translateY(0); transition: all 0.3s ease-in-out;
  }

  #oshop:hover{
      background-color: #C2770C;
  }

  #teach:hover{
    background-color: #986F36;
 }


 #abt:hover{
    background-color: #676767;
}



.blkquote {
  
    font-size: large;
    color: teal;
    font-style: italic;
   
    padding: 0px;
    text-align: center;
    
}

.flright {
    float: right;
   
}


.inner{
    overflow: hidden;
}
 
.inner img{
    transition: all 1.5s ease;
}
 
.inner:hover img{
    transform: scale(1.1);
}

.hbg1{
    color: white;
    background-image: url('../images/hpic1.png');
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-top:20px;
    padding-left: 50px;
   
}

.hbg2{
     color: white;
     background-image: url('../images/hpic2.png');
        background-repeat: no-repeat;
     margin-bottom: 10px;
      
      
}

.hbg3{
     color: white;
     background-image: url('../images/hpic3.png');
    background-repeat: no-repeat;
    margin-bottom: 10px;
   
   
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer a:hover{
     font-size: medium;
    transform: font-size 0.3s ease-in-out;
}





.loader-container{
 
 width:200px;
 height:200px;
 position:fixed;
 top:50%;
 left:50%;
 transform: translate(-50%,-50%);
 overflow: hidden;
 
 
}


#loadarea{
 
    width: 100%;
    height:  100%;
    background-color: darkslategray;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
 
 }


.loader-div{
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 8px solid darkslategray;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}


@keyframes rotate {
    100% { transform: rotate(360deg);}
}



 .card-t{
 text-decoration:none;
  font-weight:bold;
  color:#555555;
 }




