*{
  margin:0;
  padding:0;
  box-sizing : border-box;
  outline:none;
  border:none;
  text-decoration :none;
  

}


.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

//*html{
  font-size :62%;
  scroll-behavior:smooth;
  scroll-padding-top:6rem;
  overflow-x :hidden
}

header .navbar.active a{
  display: block;
}
*//
.top{
  
  width:100%;
  display: flex;
  background-color: #f3f3f3;
  
  margin-top: 0px;
  padding-left:15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  justify-content: space-between;
}
.top li{
  list-style: none;
  padding:2px;
  float:left;
  margin-right: 30px;
}
.top a{
  font-size: 1.2rem;
  font-weight: bolder; 
  color: #0f6935; 
}
.top .logo span{
  color:red;
}
.top_right{
  float:right;
  justify-content: space-between;
}
.nav2{
  display: flex;
  background-color:#0f6935;
  color:white;
  width:100%;
  justify-content: space-between;
  font-size: 1.2rem;
  padding:5px;
}
.nav2 ul{
display: flex;  
list-style: none;
}
.nav2 li{
  
  text-decoration: none;
  float:left;
  
}
.nav2 a{
   padding:2px;
   margin-right: 10px;
   color:white;
   font-weight: bolder;
}
.nav2 a:hover{
  background-color: #fff;
  color:black;
  transition: 0.4s;
}
.checkbtn {
  font-size: 30px;
  color: white;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 768px) {
 
  .checkbtn {
    display: block;
    order: 1;
    margin-right: 20px;
  }

  .nav2 ul {
    position: fixed;
    top: 90px;
    right: -100%;
    background-color: green;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }

  .nav2 ul li {
    margin: 20px 0;
  }

  .nav2 ul li a {
    font-size: 20px;
  }

  #check:checked ~ ul {
    right: 0;
  }
}




/*.nav2 form{
  width:60vh;
  padding: 3px;
 
}
.nav2 input{
  width:100%;
  height:100%;
  padding:5px;
}*/
.navbar{
  background-color:#0f6935;
color:black;
padding:1rem;
       }
header{
 
  top :0;left:0;right:0;
  background :#fff;
  align-items :center;
  justify-content :space-between;
  z-index :1000;
  box-shadow : 0 .3rem 1rem rgba(0,0,0,.1);
}

header .logo{
  font-size : 2rem;
  color :#133312;
  font-weight :bolder;
}
header .logo span{
  color:red;
}

header .navbar a{
  font-size :2rem;
  padding : 0 1.5rem;
  color:rgb(247, 242, 242)
}
header .navbar a:hover{
  color :red;
}

header #toggler{
  display :none;
}

header .menu-btn{
  font-size :3rem;
  font-weight:bolder;
  border-radius :.5rem;
  cursor :pointer;
  display :none;

}
.icons img{
  height: 15px;
}

header .menu-btn img{
  width:4rem;
  height:4rem;
}

header .icons img{
  width:4rem;
  height:4rem;
  margin-right:2rem;
}
section{
  padding:2rem 9%;
}

.btn{
  display :inline-block;
  margin-top:1rem;
  border-radius:5rem;
  background:#333;
  color:#fff;
  padding:0.4rem 1.5rem;
  cursor :pointer;
  font-size:1.1rem;

}

.btn:hover{
  background:red;
}
.upevents{
  text-align:center;
width: 100%;
 color:#0f6935;
 font-size: 1.2rem;
 padding:3px;
 background-color: white;
 border: solid 2px #7ce92a;
 border-radius:10px;
  margin:0.5rem 0;
  max-height:27vh;
  overflow:scroll;
}
.upevents h3{
background-color:burlywood;
text-align: center;
}

.upevents h4{

background-color: #f1f1f1;
text-align: center;
}
.upiconi{
 
margin-bottom:-8px;
  background-color:#514c4c;
  padding-right:rem;
  border-radius:2px;
}
.upicon{
  font-size:1rem;
  font-family: 'Segoe UI', Tahoma,  Verdana, sans-serif;
  padding:5px 0px;
}
.introhead{
margin:-4px 0 0 -36%;
background-color: #f1f1f1;
padding:1rem;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-bottom: 2px solid green;
}
.mySlides{
    
  height:100%;
 }

 .mySlides img{
    width:100%;
    <!-- object-fit:cover; -->
   }

/* Login Form */
   .account-page{
    padding: 50px 0;
    background: radial-gradient(#fff, #ffd6d6);
    
    }
    .account-page img{
      max-width:350px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      
    }

  .form-container{
    background: #fff;
    width: 300px;
    height: 400px;
    position:relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  .form-container span{
    font-weight: bold;
    padding: 0 10px;
    color: #555
    cursor: pointer;
    width: 100px;
    display: inline-block;
    }
    .form-btn{
      display: inline-block;
  
    }
    .form-container form{
      max-width: 300px;
      padding: 0 20px;
      position: absolute;
      top:100px;
      transition: transform 1s;
   
    }
    .form-container form input{
    width: 100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
    }
    .form-container form button{
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
    font-weight: bold;
    padding:5px;
      border-radius:25px;
    }
    .form-events{
      background: #fff;
      width: 350px;
      height: 620px;
      position:relative;
      text-align: center;
      padding: 15px ;
      margin: auto;
      box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
      overflow: hidden;
      }
  .form-events input, select{
    width:100%;
    border: 1px solid #f1f1f1;
    padding:0 10px;
    margin: 8px 0;
    height:30px;
    }
  .form-events textarea{
    width:100%;
    border: 1px solid #f1f1f1;
    padding:0 10px;
    margin: 8px 0;
    height:60px;
    }
 table{
      border: 2px solid #4df862;
      padding:3px;
     border-radius:10px;
    }
    th{
      border:2px solid ##5cfb6f;
      
      padding:5px;
      background-color:#f4f4f4
    }
    td{
      border: 1px solid #f1f1f1;
    }