/* 
*Navbar 
*/

/* 
*footer
*/
.footer {
    background-color: #333333;
    list-style-type: none;
    color: #FAFAFA;
}

.footer-right {
    background-color: #333333;
    list-style-type: none;
    color: #FAFAFA;
    float: right;
    width: 60%;

    @media only screen and (max-width: 766px) {
        width:100%;
        padding-right: 8%;
        padding-left: 8%;
    }
}

.footer-left-col-padding {
    @media only screen and (min-width: 993px) {
        padding-left: 10%;
    padding-right: 0%;
    } 

    @media only screen and (max-width: 766px) {
        padding-left: 8%;
        padding-right: 8%;
    }    
}
.column-tablet {
    @media only screen and (max-width: 850px) {
    padding:2% 8% !important;
    padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 766px) and (max-width:992px) {

    .center-content-sm {
        width: 50%;
        height: auto;
        display: block;
        margin: auto;
    }
}
/* Custom classes for Footer Below 766px */
@media only screen and (max-width: 766px) {

    .center-content-sm {
        width: 50%;
        height: auto;
        display: block;
        margin: auto;
        text-align: center;
    }

    .padding-sm {
        padding-right: 4%;
        padding-left: 4%;
    }

    .flex-box-justify-sm {
        justify-content: center;
    }


}

.padding-sm {
    padding-right: 8%;
    padding-left: 8%;
}


.navbar {
    display: flex;
    justify-content: space-between; /* Ensure items are spaced apart */
    align-items: center; /* Center items vertically */
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    width: 96vw; /* Set the desired width, e.g., 90% of the viewport */
    margin-left: 2vw;
    margin-right: 2vw;
    box-shadow: 3px 3px 3px rgba(222, 223, 227, 0.5);
    /* The height below is what caused the nav bar to go transparent */
    /* height: 75px; */
}
@media only screen and (max-width: 466px){
.nav-item-top{
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.nav-item {
    color: rgba(112, 112, 112);
    letter-spacing: .025em; 
    text-transform: capitalize;
    font-size: 15px;
    margin:10px;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px; /* Adjust the height as needed */
    width: 0;
    background-color: currentColor; /* This will match the text color */
    transition: width 0.3s ease;
}
  
.navbar-brand {
    margin-left: 25px;
    margin-right: 100px;
}

/*  - - - - - - NavBar Elements - - - - - - */
.nav-item:hover {
    color: #2a94d4 !important;
}


.navbar-nav .nav-btn{
    @media only screen and (max-width: 981px) {
        width: 100%;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
}
.nav-underline {
    padding: 0.5rem 1rem;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    text-decoration: none  !important;
    color: grey;
    /* Set your desired text color */
    transition: color 0.3s ease;
}

.nav-underline:hover:after{
    background-color: #2a94d4;
}

.nav-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3.5px;
    /* Adjust the distance between the text and the underline */
    /* width: 75%; */
    /* width: 6vw; */
    width: 100%;
    /* Adjust the length of the underline (e.g., 50% for half length) */
    height: 3.8px;
    /* Set the thickness of the underline */
    background-color: transparent;
    /* Set the initial underline color as transparent */
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
    /* Add transition effect for smooth color change */
    border-radius: 2px;
    /* Set the radius value to round the edges */
}

.nav-heading-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3.5px;
    /* Adjust the distance between the text and the underline */
    /* width: 75%; */
    /* width: 6vw; */
    width: 75%;
    /* Adjust the length of the underline (e.g., 50% for half length) */
    height: 3.8px;
    /* Set the thickness of the underline */
    background-color: transparent;
    /* Set the initial underline color as transparent */
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
    /* Add transition effect for smooth color change */
    border-radius: 2px;
    /* Set the radius value to round the edges */
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

#navbtn {
    margin-right: 1px;
    color: white;
}

#navbtn:hover {
    color: #2A94D4;
}

#header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    margin:0 auto;
    padding-left: 0;
    padding-right: 0;
}
#mobileHeader {
    position: fixed;
    z-index: 9999;
    top: 0px;
    margin:0 auto;
    padding-left: 0;
    padding-right: 0;
}

.footer-links>li {
    margin: 5px 0;
}

.footer-links>li a {
    color: white;
}

.footer-links>li a:hover {
    color: #2a94d4;
    text-decoration: none;
}

.footer-logo {
    padding: 0;
    margin: 0;
}

.footer-muted {
    opacity: 0.6;
}

@media only screen and (max-width: 800px) {

    .footer-title,
    .footer-text {
        text-align: center !important;
    }

    .footer-sm>a {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*RECAPTCHA TAG CUSTOM CSS*/
.recaptchaText {
    font-size: 0.75em;
    color: #202020;
    margin-left: -20px !important;
    padding: -20px;
    padding-right: 30px;
    width: 255px !important;

    @media only screen and (max-width: 586px) {
        padding-right: 15px;
    }
}

.recaptchaTag {
    background-color: rgb(248, 248, 248) !important;
    align-content: left;
    border: rgb(196, 196, 196) !important;
    border-radius: 5px;
}

.reCaptchaLink {
    color: #2a94d4 !important;
}

.coll {
    display: none;
}

.non-collapse{
    display: none;
}

.dropdown-menu {
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.89);
    /* background: none; */
    border: none;
	margin-left: 1rem;
}

.dropdown-item:hover {
    background: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 8px !important;
}

.auto-width {
    width: 113px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 10px;
    margin-left: 25px;
}

.mobile-auto-width {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 10px;
    margin-left: 25px;
}

.mobile-nav-width {
	min-width: 14rem;
}

/* #header .navbar {
	background-color: purple !important;
} */

/* @media (min-width: 2082px){
    .nav-item{
        margin-right:7vw; 
    }
}

*/

@media (min-width: 1550px){
    .nav-item{
        /* margin-right:6vw;  */
    }
} 
@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex;
        justify-content: flex-end !important; 
        align-items: center;
    }
}

@media (min-width: 1000px){
    .nav-item{
        /* margin-right:-1vw;  */
    }
} 

@media (max-width: 1000px){
    .coll{
        display: block;
    }
}
@media (min-width: 1001px){
    .non-collapse {
        display: block;
    }
}
.donate-mobile {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    .navbar-brand {
        margin-left: 0px !important;
        margin-right: 30px;
        padding-bottom: 10px;
    }
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
	z-index: 2; /* Stay on top */
    top: 0;
    left: 0;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav .dropdown {
	list-style-type: none;
	margin: 3rem 0rem 3rem 0rem;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav-item {
    padding-left: 20px;
    width: 250px;
  }

  .sidenav-item-child {
	padding-left: 0px;
	width: 250px;
  }

  #mySidenav .btn {
	width: 85% !important;
	margin: auto !important;
  }
  

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  #main {
	transition: margin-left .5s;
	/* padding: 20px; */
  }

  /* @media (max-width: 575px) {
        .collapse:not(.show) {
            display: block;
        }
  } */
  


  .footer-title-padding {
    padding-top:7%;
  }
  
  .footer-title {
    padding-top: 2.5%;
  }
  
  .footer-left {
    background-color: #414141; 
    list-style-type: none;
    color: rgb(220, 220, 220);
    width: 30%;
    padding: 2.5% 1.5% 0% 2.5%;
  }
  
  .footer-right {
    padding-top: 2.5%;
    width: 70% !important;
  }
  
  .footerTextPadding{
    padding-bottom: 0%;
    padding-top: 4%;
  }
  
  @media only screen and (max-width: 992px) {
    .footer-right, .footer-left {
      width: 100% !important;
    }
  
    #footer-main-row {
      flex-direction: column;
    }
  
    .footer-left {
      padding-top: 7.5% !important;
    }
  
    #captcha-box{
      align-items: center !important;
      justify-content: center !important;
    }
  }