
.spacer {
  width: 100%;
  height:325px;
}  


  img {
      max-width: 100%;
  }


.navigation {
  height: 80px;
  background: #fff;
  margin-bottom: 15px;
}

.brand {
  float: left;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.brand_logo {
  position: relative;
  z-index: 500;
}


.clear-right {

    clear: both;
  
}
.clear-left {

clear: left;

}



.mainnav_list_item{
  font-size: 1.2rem;
}


.nav-container {

}


.mymainnav {
  width: 88%;
  float: right;
}

.mymainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mymainnav ul li {
  float: left;
  position: relative;
}
.mymainnav ul li a {
  display: block;
  padding: 0 10px;
  line-height: 70px;
  background: #fff;
  color: rgb(42, 110, 181);
  text-decoration: none;
}


.mymainnav ul li a:hover,
.mymainnav ul li a:visited:hover { 

}

.mymainnav ul li ul li {
  min-width: 190px;
}
.mymainnav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}


.nav-dropdown a:hover {
  background-color: rgba(44,187,99);
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;

}



.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 999;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white; 
  height: 70px;
  width: 70px;
}



.nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: rgb(42, 110, 181); 
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  transform: rotate(-45deg);
}


.nav-donate-btn {
  background: rgb(42, 110, 181);
  
  height: 3rem;
  margin-top: 1rem;

  float: right;

  border: none;
  color: rgb(25, 173, 72);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;

}
.mobile-donate-btn {
  padding-left: 5px;
  float: left;
  line-height: 5px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.mobile-seal-img {
  position: absolute;
  padding-left: 5px;
  float: right;
  width: 100px; 
  height: 75px;
}
.mobile-seal-img-footer {
  width: 100px; 
  height: 75px;
}

.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 35px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.nav-list {
  display: block;
}
 
@media only screen and (max-width: 1070px) {
	 .nav-mobile {
        display: block;
      }
 
.nav-list {
  display: none;
}
     .mymainnav {
      width: 100%;
      padding: 10px 0 15px;
    } */

    
    .mymainnav ul {
      display: none;
    }
    .mymainnav ul li {
      float: none;
    }
    .mymainnav ul li a {
      padding: 15px;
      line-height: 20px;
    }
    .mymainnav ul li ul li a {
      padding-left: 30px;
    }
  
    .nav-dropdown {
      position: static;
    }
    .button-33 {
        display: none;
      }
      .button-34 {
        display: block;
        width: 3.5rem;
      }
}


@media only screen and (min-width: 1070px) {


    .mobile-donate-btn {
      display: none;
    }

    .mobile-seal-img{
      display: none;
    }

.main_nav_link {
    position: relative;
    padding: 0 10px;
    font-size: 1.2rem;
  }

  .after {
    content: "";
    position: absolute;
    background-color: rgb(25, 173, 72);;
    height: 3px;
    width: 0%;
    left: 0;
    bottom: -10px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%, 0); 
  }

  .main_nav_link:after {
    content: "";
    position: absolute;
    background-color: rgb(25, 173, 72);;
    height: 3px;
    width: 0%;
    left: 0;
    bottom: -10px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%, 0); 
  }

  .mnl_about:hover:after{
    margin-left: 49%;
    width:85%
  }
  .mnl_news:hover:after{
    margin-left: 49%;
    width:85%
  }
  .mnl_young:hover:after{
    margin-left: 49%;
    width:85%
  }
  .mnl_you:hover:after{
    margin-left: 50%;
    width:85%
  }
  .mnl_contact:hover:after{
    margin-left: 49%;
    width:80%
  }
  .mnl_ini:hover:after{
    margin-left: 49%;
    width:85%
  }

  .mymainnav {
    width: 85%;
    float: right;
  }

}
@media screen and (min-width: 1800px) {
    .nav-container{
      max-width: 1850px;
    }
    .mymainnav {
      width: 90%;
    }

    .mobile-donate-btn {
      display: none;
    }

    .mobile-seal-img{
      display: none;
    }
}















/** Section-Block footer */
/************* *****/
/************* *****/
.footer_body {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: red;
    color: white; */
    text-align: center;
  }
  footer {
    background-color: #00a546;/* #121315;   rgb(25, 173, 72); rgb(42, 110, 181);*/
    color: #a7a7a7;
    font-size: 16px;
  }
  footer * { 
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
  }
  .footer_row {
    padding: 1em 1em;
  }
  .footer_row.primary {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    align-items: stretch;
  }
  .footer_column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 12em;
  }
  .footer_h3 {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
  }
  .footer_ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .footer_li:not(:first-child) {
    margin-top: 0.8em;
  }
  .footer_ul .footer_li a {

    text-decoration: none;
  }
  .footer_ul .footer_li a:hover {
    color: #2a8ded;
  }
  .footer_about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
  }
  .subscribe-email-input {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .mycolorbtn {
    background-color: rgb(42, 110, 181);
  }
  .footer-btn {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #fff;

    border: black;
    /* width: 100%;
    padding: 1em;
    background-color: rgb(42, 110, 181);
    color: #fff;
    font-size: 1em; */
  }
  .footer-btn:hover {
    color: silver;
    border: silver;
    background-color: rgb(42, 110, 181);
  }
  .footer-btn {
    background-color: rgb(42, 110, 181);
    /* color: #ffffff; */
  }
  .footer-text-1 {
    /* background-color: rgb(42, 110, 181); */
    color: white; /* rgb(42, 110, 181); */
  }
  div.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
  }
  .social i {
    color: white; /* #bac6d9; */
  }
  
  .copyright {
    padding: 0.3em 1em;
    background-color: #25262e;
  }
  .footer-menu{
    float: left;
      margin-top: 10px;
  }
  
  .footer-menu a{
    color: #cfd2d6;
    padding: 6px;
  
    text-decoration: none;
  }
  .footer-menu a:hover{
    color: #27bcda;
  }
  .copyright p {
    font-size: 0.9em;
    text-align: right;
  }


  .footer_h3_2 {
    height: 5%;
  }
  .column-footer-3 {
    display: none;
}


.mobile-seal-img-footer {
  height: auto;
}

@media screen and (max-width: 850px) {
    .footer_row.primary {
        grid-template-columns: 1fr;
    }
    .footer_h3_2 {
        height: 0;
    }
    .footer_body{
      /* width: 105%; */
    }
}




















.sponsor-container {
  display: flex; /* Enables flexbox */
  flex-wrap: wrap; /* Allows logos to wrap to the next line if needed */
  justify-content: center; /* Centers logos horizontally */
  align-items: center; /* Centers logos vertically */
  gap: 20px; /* Adds space between logos */
}

.sponsor-logo {
  max-width: 100px; /* Sets a maximum width for each logo */
  height: auto; /* Maintains aspect ratio */

  /* Optional: Make logos grayscale by default */
  /* filter: grayscale(100%);  */

  /* Smooth transition for hover effect */
  /* transition: filter 0.3s ease-in-out;  */
}

.sponsor-logo:hover {
  filter: grayscale(0%); /* Optional: Restore color on hover */
}


@media only screen and (max-width: 920px) {}
/** medium */
@media screen and (min-width: 921px) {}
/** large */
@media screen and (min-width: 1800px) {}

