body, html {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/***** Fonts *****/

.font-1 {
    font-family: 'Baloo Paaji 2', cursive;
}

/***** Nav Bar *****/
#wrapper {
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#nav {
    padding: 10px;
}

.logo {
    display: inline-block;
    width: 13vw;
    margin: 0;
    padding: 0px;
    transform: translate(20%, 10%);
    z-index: 1;
} 
.nav-logo {
    position: absolute;
}

.nav-bar {
    list-style-type: none;
    padding: 20px;
    margin: auto;
    width: 50%;
    white-space: nowrap;
  }

li {
    display: inline;
    font-size: 2vw;
    padding: 15px;
    }

li a {
    text-decoration: none;
    }

.hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #999999;
      }
      
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #8AC5E7;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    }
      
.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    }



/***** Hero  *****/

.hero-image-box {
    background-color: #162D4F;
    width: 100%;
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
        height: 87vh;
        width: 100vw;
        /* max-width: 1100px; */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        font-size: 0;
}

.hero-image-box h1 {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    font-size: 5vw;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /* font-family: 'Baloo Paaji 2', cursive; */
}

.main-text-sub {
    font-size: 4vw;
    text-decoration: underline;
}

/**** Info ****/

#info-1 {
    color: #fff;
    text-align: center;
    padding: 1.5%;
}

.rectangle {
    width: 99%;
    height: 100%;
    background-color: #8AC5E7;
}

.info-text {
    padding: 5% 0%;
}

.info-text-title {
    font-size: 5.5vh;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0,0,0,25%);

}

.info-text-sub {
    width: auto;
    height: 75%;
    padding: 5% 10%;
    font-size: 2.5vh;
    letter-spacing: .2em;
}

.info-text-button {
    background-color: #0546E0;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);    border: none;
    color: white;
    padding: 10px 75px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.info-text-button:hover {
    background-color: #778fef;
    box-shadow: 0px 15px 20px rgba(249, 249, 249, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

/***** Slider *****/

#slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #162D4F;
    overflow: hidden;

}

.slider-title {
    padding: 10vh;
    text-align: center;
    color: #fff;
    font-size: 6vw;
    white-space: nowrap;
}

.slider-subtitle {
    font-size: 2.5vw;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    opacity: 0.5;
}

.slider-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: auto;
   width: 100vw;
   max-width: 850px;
}

.slider-wrapper i {
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.slider-wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) -12px);
    gap: 16px;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.carousel .dragging {
    scroll-behavior: auto;
}

.carousel .dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    height: 340px;
    padding: 10px;
    list-style: none;
}

.card .card-content {
    width: 100%;
}
.card .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    width: 140px;
    height: 140px;
    object-fit: contain;
    background-color: #E15F02;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card .name-cred {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #E15F02;
    color: white;
    white-space: nowrap
}

.name-cred .name {
    font-size: 20px;
    font-weight: 600;
}

.name-cred .cred {
    font-size: 20px;
    font-weight: 500;
}

.social-link {
    padding: 3%;
}


/****** Slider 2 *****/

.container {
    width: 100vw;
    overflow-x: scroll;
    white-space: nowrap;
    background-color: #162D4F;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .scroll-disabler {
    width: 100vw;
    height: 450px;
    position: absolute;
    background-color: rgba(0,0,0 , 0.0001);
  }
  
   ::-webkit-scrollbar {
    display: none;
  }
  
  article {
    min-width: 350px;
    height: 400px;
    padding: 1rem;
  }

  article .name-cred {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: white;
    white-space: nowrap
  }

  .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    width: 140px;
    height: 140px;
    object-fit: contain;
    background-color: #E15F02;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  article .content > div {
    height: 2rem;
    background-color: lightgray;
    margin: 2rem auto 0 auto;
    width: 100%;
    padding: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
  }
  article .content > div:last-child {
    height: 5rem;
  }

  

/****** Subscribe *****/

.comm-container {
    width: 70vw;
    max-width: 550px;
    height: 614px;
    padding: 5px;
    margin: 100px;
    background-color: #778fef;
    color: #fff;  
    border-radius: 10px;
}

.sub-head {
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.join {
    padding-top: 100px;
    font-size: 65px;
    text-align: center;
}

.sub-span {
    font-size: 2.5vh;
    text-align: center;
    padding-top: 55px;
}

.sub-form {
    text-align: center;
}

.sub-form input[type=submit] {
    margin-top: 30px;
    width: 40%;
    height: 60px;
    background-color: #fff;
    color: #0546E0;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}

.sub-form input[type=submit]:hover {
    background-color: #0546E0;
    box-shadow: 0px 15px 20px rgba(249, 249, 249, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

/***** Twitter *****/

.twitter-button-con {
    margin-left: 18.5vh;
    margin-top: 30px;
    width: 40%;
}

.twitter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #fff;
    color: #0546E0;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}

.twitter-button:hover {
    background-color: #0546E0;
    box-shadow: 0px 15px 20px rgba(249, 249, 249, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

/* .twitter-timeline {
    height: 480px;
    padding: 25px 10px;
    overflow: hidden;
} */

/***** Calendar *****/
.cal-box {
    height: auto;
    width: 100%;
    padding-bottom: 10%;
    color: white;
    background: rgb(2,8,17);
    background: linear-gradient(180deg, rgba(2,8,17,1) 0%, rgba(2,12,24,1) 47%, rgba(11,32,80,1) 100%);
    margin-bottom: -2px;
}

.calendar {
    background-image: url("../images/AdobeStock_489157253.jpeg");
    height: 495px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 0;

}


.calendar-text {
    text-align: center;
    padding: 100px;
}

.cal-title {
    font-size: 60px;
}

.cal-sub-title {
    font-size: 30px;
    opacity: .75;
}

.meetings {
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-box {
    width: 70%;
    max-width: 700px;
    height: 200px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.meet-content {
    padding: 15px;
    width: auto;
    background-color: #778fef;  
    transform: translate(3ch, 3mm);
}

.meet-content h3 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-event h3 {
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Baloo Paaji 2', cursive;
}

.meet-info {
    padding: 5px 0px;
}

.meet-event h5 {
    color: #D9D9D9;
}

.meet-event p {
    padding: 5px 0px;
}

/***** Footer *****/

#footer {
    height: 250px;
    width: auto;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-footer {
    width: 325px;
    max-width: 325px;
    height: auto;
}

.column-footer-2 {
    padding-top: 60px;
}

.column-footer-3 {
    padding-bottom: 115px;
    padding-left: 15px;
}

.footer-logo {
    max-width: 125px;
}

/* .footer-logo {
    min-width: 125px;
    padding: 3%;
} */

.title-footer {
    font-size: 40px;
    color: #fff;
}
.sub-title-footer {
    font-size: 24px;
    color: #999999;
    white-space: nowrap;
}
a:link{
    text-decoration: none!important;
  }

sub-title-footer {
    display: flex;
}

.footer-arrow {
    height: 30px;
    width: 30px;
}

.footer-info {
    text-align: center;
}

.footer-li {
    margin: 2vh;
    width: fit-content;
    height: 5px;
    margin-left: 20px;
    /* font-family: 'Raleway', sans-serif; */
}

.footer-nav {
    text-align: center;
    width: 110px;
    height: 200px;
    padding: 25px 0px 0px 25px;
}

.footer-nav-link {
    text-decoration: none;
    color: #8AC5E7;
    white-space: nowrap;
}

.footer-nav-link:hover {
    color: #f1f1f1;
}

.footer-icon { 
    width: 25px;
    margin-right: 10px;
}

.footer-form input {
    color: #D9D9D9;
    background-color: #F1F1F1;
    border: none;
    border-radius: 25px;
    padding-left: 15px;
    margin: 10px;
}

.footer-form input[type=text], input[type=email], input[type=textarea] {
    height: 50px;
    width: 90%;
    font-size: 20px;
}

.footer-form input[type=textarea] {
    height: 125px;
    width: 90%;
}

.footer-form input[type=submit] {
    margin-left: 5%;
    padding: 0;
    width: 33%;
    height: 35px;
    background-color: #8AC5E7;
    color: #f1f1f1;
}

.copyright {
    height: 100px;
    background-color: #333333;
}

.copyright-text {
    color: #f1f1f1;
    opacity: 0.5;
    text-align: center;
    padding-top: 40px;
}

.adv {
    color: #f1f1f1;
    opacity: 0.25;
    text-align: center;
}

.adv-link {
    color: #F1F1F1;
    opacity: 1;
    margin-top: 20px;
}

/*********** AIM & MISSION **********/

.am-hero-image {
    background-image: url("../images/AdobeStock_418522692.jpeg");
    background-color: #000;
    height: 87vh;;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .am-hero-text {
    display: block;
    position: absolute;
    bottom: 15%;
    left: 25%;
    height: 380px;
    width: 570px;
    color: #fff;
    font-size: 9vh;
  }

  .am-hero-button {
    position: relative;
    top: 80%;
    left: 25%;
    background-color: #FFE969;
    border: none;
    width: 175px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
  }

  .am-card-flex {
    padding: 5% 15%;
  }


  .am-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 5%;
    margin: 18px;
  }

  .am-card:hover {
    background-color: #FFE969;
  }
  
  
  .am-container {
    padding: 2px 16px;
  }

  .am-card img {
    width: 75px;
    height: auto;
  }

  .am-card h2 {
    font-size: 40px;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: bold;
    padding-top: 10%;
  }

  .am-card p {
    font-size: 17px;
    padding-top: 15%;
    line-height: 1.5;
  }

/*********** ABOUT ***********/  

.about-hero-img {
    height: 70vh;
    width: 100%;
}

.about-hero-text {
    margin: 20px 25%;
    width: 350px;
}

.about-box-out {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    border: 5px solid #0546E0;
}

.about-box-in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90px;
    border: 5px solid #778fef;
    background-color: #fff;
    transform: translate(0, 5mm);
}

.about-box-in h2 {
    font-size: 25px;
    font-family: 'Baloo Paaji 2', cursive;
    text-align: center;
}

.about-info {
    padding: 3% 7%;
}

.about-info p {
    padding-bottom: 20px;
    font-size: 2.75vh;
    text-align: center;
    color: #808080;
}

.about-button {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.about-button button {
    padding: 15px;
    margin: 20px;
    width: 250px;
    border: none;
    border-radius: 20px;
    background-color: #0546E0;
    color: #fff;
    cursor: pointer;
}


.bio-card-container {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bio-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 125px 75px;
}

.bio-card-color {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.bio-card-img {
    object-fit: contain;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.bio-card-info {
    padding-top: 10px;
    width: fit-content;
    white-space: nowrap;
}

.bio-card-info h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bolder;
}

.bio-card-info h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
    color: #808080;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }

  .flip-card-back {
    padding-top: 10px;
    color: #808080;
    border-radius: 10px;
    transform: rotateY(180deg);
  }


/***** Media Queries *****/

@media screen and (min-width: 775px) {
    .am-card-flex {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }
    .about-hero {
        display: flex;
    }
    .about-hero-img {
        width: 90vh;
        
    }
    .about-hero-text {
        margin: 10%;
    }
}

@media (min-width: 992px){
    .nav-links {
        left: 5%;
    }
}

@media screen and (min-width: 1000px) {
    .community {
        display: flex;
    }
    .twitter-timeline {
        width: 550px;
    }
    .hero-image-box {
        height: 115vh;
    }
    .hero-image {
        height: 115vh;
    }
    /* .sub-form input[type=submit] {
        margin: 39%;
    } */
}

@media screen and (max-width: 600px) {
    .slider-wrapper .carousel {
        grid-auto-columns: 50%;
    }
    
}

@media screen and (max-width: 820px) {
    .am-hero-text {
        width: 50px;
        font-size: 6.5vh;
    }


}
