
.home-banner {
    background-image: url(../assets/our_team.jpg);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 40, 30)), to(rgba(0,0,0,0)));
    /* background-color: #ffffff; */
    min-height: 35vh;
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner, header.home-banner__header {
    min-height: 35vh;
}
.content h1, .content h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.description h3 {
    color: black;
    text-transform: none;
    font-weight: 100;
}

.member_photo {
    width: 200px;
    height: 200px;
    background: antiquewhite;
    margin: auto;
    margin-bottom: 25px;
}
.team{
    display: unset;
    width: 100%;
    max-width: var(--max-width);
}
.container.banner__wrapper.center {
    justify-content: center;
}
.team-members {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}
.team-member {
    width: revert;
    display: inline-block;
    text-align: center;
    max-width: 33.33%;
    padding: 0 20px 40px;
}
p.short_bio {
    font-size: 14px !important;
    text-align: left;
}
section.content-centered {
    width: 100%;
}
h2.black.center.large {
    text-transform: uppercase;
    font-family: "Roboto" !important;
    font-weight: 500;
    font-size: 28px;
}
.container.banner__wrapper.first {
    padding: 10px 65px 50px;
    text-align: center;
    max-width: var(--max-width) !important;
}

a.close {
    position: absolute;
    top: 30px;
    right: 32px;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Roboto';
}
.full_bio.wrapper {
    position: fixed;
    background: #747474c7;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;max-height: 100vh;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.full_bio.wrapper .content {
    max-width: 1080px;
    background: white;
    padding: 90px;
    margin: 200px !important;
    overflow: auto;
    max-height: 100vh;
    border-radius: 5px;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 10%);
}

.full_bio.wrapper .content::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #f7f7f7;
    border-radius: 7px;
}
.full_bio.wrapper .content::-webkit-scrollbar-track {
    border-radius: 7px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
.full_bio.wrapper .content::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(166, 166, 166, 0.9);
    outline: 0px solid slategrey;
}
.flex{
    display: flex;
}
.hidden{
    display: none;
}
.full_bio p{
    text-align: justify;
}
@media (max-width: 768px) {
    h1.home-banner__headline{
        display: inline-block;
    }
    .container.banner__wrapper.first{
        padding: 30px 0 75px;
    }

    .content h2{
        font-size: 24px;
    }
    .description h3{
        font-size: 16px;
        padding: 0px 15px;
    }
    .team-member {
        max-width: 100%;
        padding: 50px 30px;
    }
    .full_bio.wrapper .content {
        max-width: 1080px;
        background: white;
        padding: 25px 15px;
        margin: 20px 0px !important;
        top: auto;
        border-radius: 5px;
        box-shadow: 15px 15px 15px rgb(0 0 0 / 10%);
    }
    .full_bio.wrapper .content p{
        font-size: 14px !important;

    }
    a.close {
        top: 0px;
        right: 6px;

    }

}