*{
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

iframe{
  position: relative;
  left: 5vw;
}

.ab h1{
  text-align: center;
  font-size: 3vh;
  text-transform: uppercase;
}

.ab p{
  padding: 0 45px;
  font-size: 2vh;
}

.map a{
  background-color: rgba(53, 110, 223, 0.718);
  display: block;
  position: relative;
  border-radius: 25px;
  text-decoration: none;text-align: center;
  margin: 5px;
}

.dropbtn{
  display: none;
}

.header nav{
  width: 100%;
  height: 9vh;
  background-color: rgb(75, 74, 74);
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  z-index: 1;
}

.header ul{
  position: relative;
  left: -10%;
  overflow: hidden;
}

.header ul li{
  list-style-type: none;
  float: left;
  position: relative;
  margin: 0 8px;  
  padding: 0 5px;
}

.header ul li a{
  text-decoration: none;
  color: aliceblue;
  cursor: pointer;
}

.header ul li a:hover{
  text-decoration: underline;
  text-decoration-color: aqua;
  text-shadow: 8cm;
  color: blueviolet;
}
 
.header img{
  height: 90px;
  left: 05%;
  position: relative;
  padding-left: 2.5vw;
}

video {
  max-width: 100%;
}

.text-box{
  display: block;
  position: relative;
  background-image: url("/img/bckground\ image.jpg");
  background-size: cover;
  max-width: 100%;
  height:600px;
  text-align: center;
  text-anchor: middle;
  opacity: 0.8;
}

.text-box h1{
  top: 45%;
  position: inherit;
  text-transform: uppercase;
  font-size: 6vw;
}

.text-box P{
  top: 42%;
  position: inherit;
  text-transform: uppercase;
  font-size: 3vw;
  text-decoration: underline;
  text-decoration-color: rgb(11, 192, 164);
  text-decoration-line: underline;
}

.bot{
  position: fixed;
  display: block;
  top: 67%;
  float: right;
  z-index: 1;
}



.bot a{
  text-decoration: none;
  color:aliceblue;
  font-size: 2vw;
  padding: 10px 15px 10px 15px;
  margin: 10px 10px;
  background-color: rgba(35, 222, 122, 0.745);
  border: 0 solid;
  border-radius: 150px 150px 150px 150px;
}

.bot a:hover{
  cursor: crosshair;
  color: black;
}

.main {
  display: block;
  position: relative;
}

.main h1{
  text-align: center;
  text-transform: uppercase;
  margin: 3% 0;
}

.main p{
  text-align: center;
  text-transform: capitalize;
  margin: 1.5% 4%;
}

.main2 a{
  position: absolute;
  top: 60%;
  left: 50%;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(49, 49, 50);
  padding: 25px 50px;
  color: aliceblue;
  font-size: larger;
  opacity: 0.9;

  border-radius: 25px;
}

.footer nav{
  width: 100%;
  height: 07vh;
  background-color: rgb(75, 74, 74);
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  z-index: 1;
  top: 93vh;
  bottom: -30%;
  padding: 0 2.5vw;
}


.footer ul{
  position: relative;
  left: -10%;
  overflow: hidden;
  top: 25px;
}

.footer ul li{
  list-style-type: none;
  float: left;
  position: relative;
  margin: 0 8px;  
  padding: 0 5px;
 
}

.footer ul li a{
  text-decoration: none;
  color: rgb(246, 246, 246);
  cursor: pointer;
}

.footer ul li a:hover{
  text-decoration: underline;
  text-decoration-color: aqua;
  text-shadow: 8cm;
  color: blueviolet;
}
 .footer img{
  display: inline-block;
  top: 1%;
  height: 90px;
  left: 05%;
  position: relative;
}

.sponsor{
  text-align: center;
}

.sponsor h1{
  font-size: 3vw;
}

.sponsor p{
  font-size: 2vw;
  text-transform: none;
}

.sponsor a{
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 2%;
  border-radius: 55px;
  text-decoration: none;
}

.sponsor1{
  background-image: url("img/sponsor.jpg");
  background-size: cover;
  height: 100vh;
  top: 0%;
  display: block;
  position: relative;
}

.sponsor2{
  top: 30vh;
  background-color: rgba(0, 0, 0, 0.779);
  padding: 25px 2px;
  display: block;
  position: relative;
  text-align: center;
  align-items: center;
}

.sponsor2 h1{
  color: aliceblue;
  text-transform: uppercase;
  font-size: 4vw;
}

.sponsor2 p{
  color: aliceblue;
  text-transform: uppercase;
  font-size: 2vw;
}

.sponsor2 a{
  color: rgb(249, 249, 249);
  text-transform: uppercase;
  background-color: rgba(195, 101, 221, 0.841);
  text-decoration: none;
  padding: 1% 5%;
  border-radius: 15px;
  margin: 0% 8%;
  font-size: 2vw;

}

.top{
  display: block;
  column-gap: 1vw;
  flex-wrap: wrap;
}

.top h1{
  text-transform:uppercase;
}

.chairman{
  
  position:relative;
  display: inline-block;
  
}

.chairman img{
  position: relative;
  display: inline-block;
  height: 50vh;
  width: 38vw;
  border-radius: 20px;
}



.chairman title{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5vh;
  position: relative;
  display: block;
}

.president{
  position:relative;
  display: inline-block;
}

.president img{
  position: relative;
  display: inline-block;
  height: 50vh;
  width: 38vw;
  box-shadow: 0px 2px 0px 2 px hsl(240, 1%, 25%);
  left:20%;
  border-radius: 20px;
}



.president title{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5vh;
  position: relative;
  display: block;
  left: 9vw;
}

.lead{
  display: flex;
  column-gap: 1vw;
  flex-wrap: wrap;
}
  .lead div{
    margin: 0 30px;
  }
.lead img{
  position: relative;
  display: inline-block;
  height: 25vh;
  width: 22vw;
  box-shadow: 0px 2px 0px 2 px hsl(240, 1%, 25%);
  left:30%;
  border-radius: 20px;
  margin:9px;
}

.lead title{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5vh;
  position: relative;
  display: block;
  left: 8vw;
}


.dt{
  text-align: center;
  text-transform: uppercase;
  font-size: 6vw;
}





















@media only screen and (max-width: 800px) {
  *{
    scroll-behavior: smooth;
    scroll-margin: 12px;
  }
  .dropbtn{
  position: relative;
  display: block;
  float: right;
  margin: 30px 20px;
  padding: 5px 20px;
}

.dropdown{
  position: relative;
  display: inline-block;
}

.dropdown-content{
  display: none;
  position: absolute;
  right: 17%;
  top: 67px;
  background-color: #595757b3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a{
  color: rgb(8, 8, 8);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width:100%
}

.dropdown-content a:hover {max-width: 100%;

.chairman{
  
    position:relative;
    display: inline-block;
  }


}


.dropdown:hover .dropdown-content {
  display: block;
  width: 100%;
}

.dropdown:hover .dropbtn {
  background-color: #957bf2;
}


  .bot{
    position: fixed;
    display: block;
    top: 67%;
   float: rights;
    z-index: 1;
  }  

  .main2 a{
    display: none;
  }

.copy{
  font-size: 2vh;
}
.sponsor a{
  font-size: 2vh;
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 2%;
  border-radius: 55px;
  text-decoration: none;
}

.footer nav{
  height: 8vh;
  top: 93vh;
}


.lead div{
  margin: 0 20px;
}

.main2 a{
  display: block;
  position:absolute;
  font-size: 2vh;
  top: 89vh;
  left: 40vw;
  padding: 5vw;
}
}







@media only screen and (max-width: 500px) {
  .footer nav{
    height: 11vh;
    top: 90.7vh;
  }

  .top{
    display: block;

  }

  .lead div{
    margin: 0 20px;
  }
  
  .chairman{
    display: block;
  } 

  .president{
    display: block;
  }

  .president title{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5vh;
    position: relative;
    display: block;
  }

.lead div{
  left: 8vw;
}

.main2 a{
  display: block;
  position:absolute;
  font-size: 2vh;
  top: 100vh;
  left: 35vw;
  padding: 5vw;
}
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  align-items:center;
  right:12px;
  top:  15vh;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}

  .fade img {
  height: 80px;
  left: 11%;
}
}

@media only screen and (max-width: 500px) {
  
  .fade img {
  height: 80px;
  left: 10.5%;
}
}

.fade img {
  width:85vw; 
  height: 70vh;
}

.coming{
  position: relative;
  display: block;
}

.coming h1{
  text-align: center;
  font-size: 2vw;
  text-transform: uppercase;
  color: #f6050d;
}

.coming ol{
  text-align: center;
  font-size: 1.5vw;
  left: 5vw;
}

.service h1{
  display: block;
  position: relative;
  top: 10vh;
  font-size: 4vw;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #2d1414;
}

.info{
  margin-left: 8px;
  text-align: center;
  font-size: 3vw;
  margin: 0 9vw;
}

.member h1{
  display: block;
  position: relative;
  top: 10vh;
  font-size: 4vw;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #2d1414;
  text-transform: uppercase;
}

.info a{
  margin:2px;
  padding:8px;
  background-color: #6852b4d9;
  border-radius: 25px;
  text-decoration: none;
  color: white;
}

.info h4{
  text-transform: uppercase;
  font-size: 2.8vw;
}

.info h6{
  text-transform: uppercase;
  font-size: 2.5vw;
}

.info{
  font-size: 2.9vw;
}

.terms a{
  display: inline;
  position: relative;   
  font-size: 2vh;
  padding: 3px;
  margin: 2vh;
  background-color: #2d1414d0;
}

.terms p{
  font-size: 2vh;
}

.terms p a{
  text-decoration: underline;
   background-color:#71717100;
   padding: 0%;
   margin: 0%;
   color: #19f605;
}

.mship{
  font-size: 1.8vw;
  background-color: #f81d1db3;
  padding: 1.3vw;
  border-radius: 30px;
}

.mship a{
 background-color: rgba(240, 248, 255, 0);
 color: #19f605;
 padding: 0%;
 margin: 0%;
 text-decoration: underline;
}
