/*HOME PAGE*/
/*HERO SECTION*/
#hero-section {
    height: 100vh;
}

#hero-gallery .slider,
#hero-gallery .slider picture {
    /* height: 100vh; */
}

#image1-label,
#image2-label,
#image3-label {
    margin-top: -70vh;
}

#hero-gallery #image1-button {
    position: absolute;
    top: 80vh;
}

#hero-gallery .slick-prev:before,
#hero-gallery .slick-next:before {
    font-size: 60px;
}

#hero-gallery .slick-prev,
#hero-gallery .slick-next {
    /* top: 50vh; */
    margin-top: 0px;
    width: auto;
}

.gallery-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#hero-gallery-mobile, #hero-gallery-mobile .slick-list{
    height: 100vh;
}

#hero-gallery-mobile .hero-banner{
    background-size:cover;
    background-position: center;
    color: #FFF;
}

#hero-gallery-mobile .hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
    z-index: -1;
  }

  #hero-gallery-mobile .hero-banner .inner-container{
    grid-gap: 25px;
    align-content: center;
    text-align: center;
    display: inline-grid;
    margin-top: 100px;
    height: calc(100vh - 100px);
  }

.hero-banner h3{
    font-family: "Roboto Slab";
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    font-style:normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    background-color: initial;
    text-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
}

.hero-banner p{
    font-family: Muli;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    background-color: initial;
    text-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
}

.hero-banner button {
    pointer-events: auto;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #c9b64d;
    color: #fff;
    width: 175px;
    padding-right: 0;
    height: 50px;
    font-family: Muli;
    font-size: 18;
}

#banner1{
    background-image: url("https://josephldubois.com/dev/images/HeroBanner1.jpg");
}
#banner2{
    background-image: url("https://josephldubois.com/dev/images/HeroBanner2.jpg");
}
#banner3{
    background-image: url("https://josephldubois.com/dev/images/HeroBanner3.jpg");
}
/*HERO MEDIA QUERIES*/
/* @media only screen and (min-width: 320px) and (max-width: 374px) {
    #hero-gallery-mobile #image1-button {
        position: absolute;
        top: 75vh;
    }
    #hero-gallery-mobile #image1-label > p:first-child,
    #hero-gallery-mobile #image2-label > p:first-child,
    #hero-gallery-mobile #image3-label > p:first-child {
        font-size: 36px;
    }
}
@media only screen and (min-width: 375px) {
    #hero-gallery-mobile #image1-button {
        position: absolute;
        top: 75vh;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
     #hero-section {
        height: 100vh;
    }
    #hero-gallery-mobile .slider,
    #hero-gallery-mobile .slider picture {
        height: 100vh;
    }
    #hero-gallery-mobile .slick-prev:before,
    #hero-gallery-mobile .slick-next:before {
        font-size: 40px;
    }
    #hero-gallery-mobile .slick-prev,
    #hero-gallery-mobile .slick-next {
        top: 50vh; 
        margin-top: 0px;
        width: auto;
        height: auto;
    }
    #hero-gallery-mobile #image1-label,
    #hero-gallery-mobile #image2-label,
    #hero-gallery-mobile #image3-label {
        height: auto;
        position: absolute;
        left: 0;
        top: 25%;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-top: 0;
        display: block;
        min-width: auto;
        width: auto;
        overflow: visible;
    }
} */

.scrolled-menu {
    filter: invert(100%);
}

#menu-icon-light ul li ul, #menu-icon-dark ul li ul {
    background-color: white;
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 2px solid white;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*MEMBER GALLERY*/

#member-gallery .slick-slide img {
    max-height: 350px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#member-gallery .slick-slide h3 {
    font-family: "Roboto Slab 2";
    font-size: calc(25px * var(--f));
    color: white;
    text-align: center;
    padding-top: 25px;
}

#member-gallery .slick-slide p {
    font-family: "Muli 1";
    font-size: calc(15px * var(--f));
    color: white;
    text-align: center;
    padding-top: 10px;
}

#partner-gallery .slick-slide img{
    margin-left: auto;
    margin-right: auto;
}

/* #knowledge-section {
    height: auto;
    padding-bottom:100px;
} */
#resource-cards-here {
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}