@font-face {
    font-family: "Did";
    src: url("/fonts/Didot-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Ave";
    src: url("/fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: "Noir";
    src: url("/fonts/Noir_medium.otf") format("opentype");
}

@font-face {
    font-family: "Noir-reg";
    src: url("/fonts/Noir_regular.otf") format("opentype");
}

@font-face {
    font-family: "Mont-thin";
    src: url("/fonts/Montserrat/Montserrat-Thin.ttf");
}

@font-face {
    font-family: "Mont-light";
    src: url("/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: "Mont-sem";
    src: url("/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Caslon";
    src: url("/fonts/ACaslonPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Caslon-sem";
    src: url("/fonts/ACaslonPro-Semibold.otf") format("opentype");
}

/* from here */
:root {
    --magenta: #b34898;
    --gray: #141414;
    --medgray: #535151;
    --light-gray: rgb(131, 130, 130);
    --very-light-gray: rgb(240, 240, 240);
    --rotated1: 45deg;
    --rotated2: -45deg;
}

/* From here to the next comment is the default stuff */

html {
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(226, 226, 226);
}

a {
    text-decoration: none;
}

.bg {
    height: 100px;
    width: 100vw;
    background-color: #141414;
    /* background: radial-gradient(circle at -20% 120%, #43434a, #3f3f45, #3a3a41, #36363c, #323237, #2e2e32, #29292e, #252529, #212124, #1d1d1f, #18181b, #141416); */
}

.width-setter {
    width: 70%;
    max-width: 1200px;
    height: 100px;
    margin: auto;
    /* background-color: orange; */
}

.header-logo {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: default;
    margin-left: -100px;
}

.logo-image {
    display: block;
    width: 80px;
    filter: saturate(150%) hue-rotate(9deg);
}

.header-image {
    padding-right: 20px;
}

.header-text * {
    /* Wild card (*): sets to everything inside of header texth */
    padding: 0px;
    color: white;
    margin: 0;
}

.header-text {
    margin: 15px 0 0 0;
}

.navbar-spacer {
    height: 5px;
}

.name {
    font-family: "Caslon-sem";
    /* letter-spacing: 0.01em; */
    font-size: 30px;
    line-height: 90%;
    font-weight: 200;
}

.sub-heading {
    padding-top: 5px;
    font-family: "Ave";
    font-weight: lighter;
    color: lightgray;
    font-size: 10px;
    letter-spacing: 0.2em;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    padding: 5px;
    top: 3px;
    /* background-color: purple; */
    z-index: 2;
    margin: 0;
    transition: transform ease-out 0.2s;
    background: #141414;
}

.dropdown {
    position: absolute;
    right: 70px;
    top: 25px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #111111;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    z-index: 20;
}

.dropdown-content a {
    color: white;
    font-family: "Ave";
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/* @media only screen and (max-width: 580px) {
    
} */

.show {
    display: block;
}

.dropdown a:hover {
    background-color: #1b1b1b;
}

.menu-icon:hover {
    transform: scale(1.2);

}

@media only screen and (max-width: 680px) {
    .header-logo {
        margin-left: -70px;
    }

    .logo-image {
        width: 50px;
    }

    .name {
        font-size: 20px;
    }

    .sub-heading {
        font-size: 7px;
    }

    .menu-icon {
        margin-right: -30px;
    }

    .dropdown-content {
        margin-right: -30px;
    }

    .header-text {
        margin-top: 7px;
        margin-left: -8px;
    }

    .bg {
        height: 80px;
    }

    .width-setter {
        height: 80px;
    }

    .dropdown {
        top: 13px;
    }

    .menu-icon {
        transform: scale(80%);
    }

    .menu-icon:hover {
        transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .header-logo {
        margin-left: -60px;
    }

    .logo-image {
        width: 40px;
    }

    .name {
        font-size: 16px;
    }

    .menu-icon {
        transform: scale(70%);
        right: -30px;
    }

    .menu-icon:hover {
        transform: scale(.9);
    }

    .dropdown-content {
        right: -20px;
    }
}

.bar1,
.bar2,
.bar3 {
    width: 40PX;
    height: 3PX;
    /* height: 10px; */
    background-color: white;
    margin: 7px 0;
    transition: 0.4s;
    z-index: 8;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px);
    transform: rotate(45deg) translate(-8px, -4px);
    background-color: white;
}

.training-banner-container {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    background: white;
    /* background: red; */
    /* margin: 0; */
    /* height: 25vw; */
    margin-bottom: 70px;
    padding: 55px 0 40px 0;
    /* padding: 6vw 0; */
    border-bottom: 1px rgb(204, 204, 204) solid;
}

/* @media only screen and (max-width: 800px) {
    .training-banner-container {
        height: 220px;
    }
}

@media only screen and (min-width: 1100px) {
    .training-banner-container {
        height: 320px;
    }
}  */

.training-background {
    /* text-align: center; */
    /* height: 20vw; */
    /* background-color: rgb(240, 240, 240); */
    background: white;
    /* background-color: lightgray; */
    /* border-bottom: 6px solid #141414; */
    width: 70%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0vh;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* background-color: green; */
    /* text-align: center; */
    position: relative;
}

/* @media only screen and (max-width: 800px) {
    .banner-info {
        font-size: 
    }
} */

/*
@media only screen and (min-width: 1100px) {
    .training-background {
        height: auto;
    }
}  */

.training-text {
    position: relative;
    margin: 0;
    /* position: relative; */
    /* background-color:purple; */
    line-height: 100%;
    /* transform: translate(-50%, 0%); */
    font-family: "Caslon";
    font-size: 6vw;
    letter-spacing: -0.03em;
    /* color: #90236f; */
    color: #202020;
    font-weight: lighter;
    z-index: 5;
    /* border-bottom: 5px solid #90236f; */
    /* width: 100%; */
    /* margin-left: 0.2ch; */
    margin-left: -1px;
    text-align: center;
}

.banner-info {
    font-family: "Ave";
    text-align: left;
    /* position: relative; */
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    /* shape-margin: 1em; */
    /* margin-top: 40px; */
    line-height: 200%;
    font-weight: 100;
    font-size: 0.9em;
    color: #535151;
    /* width: 75%; */
    /* max-width: 660px; */
}

.short {
    display: none;
    /* display: block; */
    position: relative;
}

.short::after {
    content: "";
    position: absolute;
    display: inline;
    width: 20em;
    height: 1.5em;
    right: 70%;
    background-image: linear-gradient(to right, transparent, white);
}

.long {
    display: block;

}


.banner-btn {
    font-family: "Ave";
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 500px;
    background: transparent;
    color: var(--magenta);
    cursor: pointer;

    display: none;
}

@media only screen and (max-width: 800px) {
    .long {
        font-size: 1.5vw
    }
}

@media only screen and (max-width: 720px) {
    .long {
        font-size: 11px;
    }
}

/* .training-text::before {
    content: "";
    height: 4px;
    width: 45px;
    background-color: #141414;
    position: absolute;
    left: 4em;
    top: 50%;
    border-radius: 2px;
} */

@media only screen and (min-width: 1200px) {
    .training-text {
        font-size: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .training-text {
        font-size: 45px;
    }
}

@media only screen and (max-width: 510px) {
    h5.sub-heading {
        display: none;
    }
}

/* To here */

/* Main */

.main-about-container {
    background-color: rgb(168, 50, 115);
    padding: 30px 0;
    /* border-top: 1px rgb(204, 204, 204) solid; */
    /* border-bottom: 1px rgb(204, 204, 204) solid; */
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-header-secondary-container {}

.about-header-secondary {
    margin: 0;
    font-family: "Caslon";
    font-weight: bolder;
    margin-top: 0.2em;
    line-height: 100%;
    font-size: 2.5em;
    color: white;
}

.main-about-secondary-container {
    width: 100%;
    max-width: 1200px;
    padding: 10px 0;
    /* background: black; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    justify-content: center;
}

.main-about-left-container {
    /* background: red; */
    text-align: center;
}

.main-about-right-container {
    /* background: green; */
    text-align: center;
}

.main-about-left {
    font-family: "Ave";
    line-height: 170%;
    font-size: 1.2em;
    color: #535151;
}

.main-about-right {
    font-family: "Ave";
    line-height: 170%;
    font-size: 1.2em;
    color: #535151;
}

/* Plamena About */

.secondary-about-container-centerer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.secondary-about-container {
    max-width: 1200px;
    width: 70vw;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px rgb(204, 204, 204) solid;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}

.secondary-about-header-contain {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 1.2em;
}

.plamena-about-header {
    font-family: "Caslon";
    font-weight: 900;
    width: 100%;
    margin: 1em 0 0 0;
    text-align: center;
    position: relative;
}

.plamena-about-header-sec {
    font-family: "Caslon";
    font-size: 0.8em;
    color: #b34898;
    font-weight: 900;
    /*margin-left: 1em;*/
    margin-top: 10px;
}

.plamena-about-header.two {
    margin-bottom: 23px;
}

.plamena-about-header.two::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    width: 1.5em;
    height: 3px;
    background-color: #141414;
}

.plamena-about-main {
    font-family: "Ave";
    line-height: 170%;
    font-size: 0.93em;
    color: #535151;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 30px;
    text-align: center;
}

.secondary-about-img-contain {
    background-color: transparent;
    width: 100%;
    height: 300px;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.secondary-about-img {
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.62);
    filter: brightness(110%);
    width: 300px;
    border-radius: 5px;
}

/* Read more button */
.scaler-btn-2 {
    display: flex;
    border: 2px solid #b34898;
    height: 30px;
    width: 170px;
    margin: 0 0 30px 0;
    align-items: center;
    border-radius: 2px;
    transition: transform ease-out 0.2s;
}

.btn-reg-2 {
    font-family: "Ave";
    color: #b34898;
    font-size: 17px;
    line-height: 100%;
    margin-top: 2px;
    height: 1em;
    width: 100%;
    padding-right: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.btn-reg-2::after {
    position: absolute;
    content: " ❯";
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: ease-out 0.2s;
}

.scaler-btn-2:hover>.btn-reg-2::after {
    right: 15px;
}

.scaler-btn-2:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.about-btn {
    width: 230px;
}

/* Our Team stuff */


/* footer stuff */

footer {
    width: 100vw;
    height: auto;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.footer-centerer {
    width: 70vw;
    height: auto;
    /* background: rgba(255, 0, 0, 0.1); */
}

.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 10px 0 40px 0px;
}

.footer-logo {
    height: 7.3vw;
    margin-right: 10px;
    margin-left: -30px;
    filter: saturate(150%);
    min-height: 50px;
    max-height: 70px;
}

.footer-logo-text {
    font-family: "Caslon-sem";
    color: white;
    font-size: 34px;
    line-height: 100%;
    font-weight: 200;
    margin: 0;
    transform: translateY(20%);
}

.footer-row.first {
    height: 40%;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3em;
}

.first {
    /* background: rgba(0, 255, 0, 0.1); */
    height: auto;
    margin-bottom: 70px;
}

.second {
    /* background: rgba(0, 0, 255, 0.1); */
    height: auto;
    border-top: 2px solid rgb(45, 49, 45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    /* gap does not work on flexboxes on mac */
}

.footer-column {
    box-sizing: border-box;
    /* makes the border inside, can delete later */
    /* border: 3px solid rgb(45, 49, 45); */
    height: 100%;
}

[id="1"].footer-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-right: 2px solid rgb(45, 49, 45); */
    /* margin-right: 30%; */
}

.footer-general-text {
    font-family: 'Mont-thin';
    font-size: 0.8em;
    color: white;
    margin: 8px 10px;
    line-height: 180%;
    font-weight: 100;
    letter-spacing: 0.03em;
    width: 80%;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;

    position: relative;
}

.footer-header {
    font-family: 'Mont-sem';
    font-size: 1em;
    line-height: 230%;
    color: white;
    margin: 0 8px 10px;
    font-weight: 100;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    position: relative;
}

.navigation-link {
    font-family: 'Mont-light';
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.705);
    margin: 8px 10px;
    font-weight: 100;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    cursor: pointer;
}

.navigation-link:hover {
    text-decoration: underline;
}

.footer-social-container {
    width: 80%;
    height: 50px;
    /* border: 3px solid rgb(45, 49, 45); */

    display: flex;
    align-items: center;
    justify-content: left;
}

.social-icon {
    height: 35px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    margin: 0px 10px;
    opacity: 80%;
    cursor: pointer;
    padding-bottom: -20px;
}

.social-icon-2 {
    height: 35px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    margin: 0px 10px;
    mix-blend-mode: screen;
    opacity: 80%;
    cursor: pointer;
}

.copyright {
    /* position: absolute; */
    font-family: "Mont-light";
    color: rgba(255, 255, 255, 0.644);
    font-size: 0.7em;
    text-align: center;
    margin-top: 30px;
    width: 70%;
    margin-bottom: 0;
}

[id="2"].copyright {
    margin-bottom: 15px;
    margin-top: 0;
}

.no-break {
    white-space: nowrap;
    text-decoration: none;
}

.footer-header-underline {
    display: none;
}

@media only screen and (max-width: 950px) {
    .footer-column:nth-child(1) {
        order: 4;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    [id="1"].footer-column {
        width: 100vw;
    }

    .footer-social-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .nav-link-container {
        display: none;
    }

    .navigation-link {
        text-align: center;
    }

    .shown {
        display: block;
    }

    .footer-row.first {
        display: flex;
        flex-direction: column;
        gap: 2em;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .footer-general-text::before {
        content: "General Information";
        position: absolute;
        left: 0;
        top: -2em;
        font-family: "Mont-sem";
        font-size: 1.2em;
    }

    .footer-general-text {
        display: none;
    }

    .footer-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -10px;
        cursor: pointer;
        margin-bottom: 0px;
        opacity: 80%;
        transition: 250ms ease;
        width: fit-content;
        text-align: center;
    }

    .footer-header:hover {
        opacity: 90%;
    }

    .footer-header-underline {
        display: block;
        background: #141414;
        width: 5px;
        height: 2.5px;
        position: absolute;
        bottom: 0;
        transform-origin: center;
        transition: 250ms ease;
    }

    .footer-header:hover .footer-header-underline {
        width: 100%;
        background: white;
    }

    .footer-header::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 8px;
        background: white;
        right: -15px;
        transform: rotate(var(--rotated2));
        transition: 400ms ease;
    }

    .footer-header::before {
        content: '';
        position: absolute;
        height: 2px;
        width: 8px;
        background: white;
        right: -20px;
        transform: rotate(var(--rotated1));
        transition: 400ms ease;
    }

    /* .footer-header:hover::before {
        transform: rotate(-45deg);
    }
    .footer-header:hover::after {
        transform: rotate(45deg);
    } */
    .logo-footer {
        margin-bottom: 30px;
    }

    .card-grid-container {
        flex-direction: column;
    }

    .text {
        max-width: 300px;
    }
}

/* popups */

#overlay-backer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: gray;
    opacity: 60%;
    z-index: 99;
}

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: 40%;
    background: white;
    border-radius: 20px;
    z-index: 100;
}

.myXbtn {
    position: absolute;
    left: 27px;
    top: -5px;
    transform: scale(1.3);
    color: rgb(155, 155, 155);
    cursor: pointer;
}

.myXbtn:hover {
    color: rgb(224, 6, 6);
}

.more-content-heading {
    font-family: "Mont-sem";
    font-size: 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}


/* mobile */

@media only screen and (max-width: 680px) {
    .training-background {
        width: 90%;
    }

    /* .main-about-left, .main-about-right {
        text-align: justify;
    } */
    .plamena-about-main {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }

    .plamena-about-header {
        font-size: 2em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .secondary-about-container {
        width: 100%;
        border: none;
        border-radius: 0;
    }

    .plamena-phd {
        white-space: nowrap;
    }

    .sub-footer-main-text {
        font-size: 1.5em;
    }

    .sub-footer-holder {
        height: 130px;
        margin: 30px 0;
    }

    .sub-footer-sub-text {
        font-size: 14px;
    }

    .footer-header {
        font-size: 0.75em;
    }

    .learn-about-services {
        height: 47%;
        border-bottom: 4px solid var(--magenta);
    }

    .logo-footer {
        margin-left: 25px;
    }

    .footer-logo-text {
        font-size: 1.2em;
        white-space: nowrap;
    }

    .footer-centerer {
        width: 90vw;
    }

    .copyright {
        width: 100%;
    }

    .header-logo {
        margin-left: -40px;
    }
}

.link-hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.705);
}

.link-hover:hover {
    text-decoration: underline;
}

/* NEW PEOPLE */
.people-container {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 50px;
    margin-top: 0px;
}

@media only screen and (max-width: 1100px) {
    .people-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 520px) {
    .people-container {
        grid-template-columns: 1fr;
    }
}

.person-card {
    cursor: pointer;
}

.person {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.2);
    border: 1px rgb(204, 204, 204) solid;
    aspect-ratio: 1/1;
}

.person-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Santhi img {
    width: 110%;
    height: 110%;
    transform: translateX(-0%);
}

.Andy img {
    width: 120%;
    height: 120%;
    transform: translateX(-16%);
}

.Revati img {
    width: 120%;
    height: 120%;
    transform: translateX(-9%);
}

.person-name {
    font-family: Caslon;
    font-size: 20px;
    text-align: center;
}

/* Advisors Modal */
.modal {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent gray */
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

/* Close button in top-right corner */
.close-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: rgb(155, 155, 155);
    transform: scale(1.3);
}

.close-btn:hover {
    color: rgb(122, 122, 122);
}

/* Modal Content */

/* Centered white box */
.modal-content {
    background: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    position: relative;
    width: 70vw;
    max-width: 1000px;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    box-sizing: border-box;
    overflow-y: auto;
}

.modal-content-container {}

/* Default Modal Image config */
.modal-img-container .person {
    width: 15vw;
    height: 15vw;
    margin-top: 24px;
    margin-inline: 30px;
    margin-left: 6px
}

#modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modal-name {
    font-family: Caslon;
    flex-shrink: 0;
}

#modal-bio {
    font-family: "Ave";
    line-height: 170%;
    font-size: 0.93em;
    color: #535151;
    margin-bottom: 0;
}

@media only screen and (max-width: 680px) {
    .modal {
        padding: 0;
        align-items: stretch;
    }

    .modal-img-container .person {
        width: 150px;
        height: 150px;
    }

    .modal-content {
        max-width: 100%;
        max-height: 100vh;
        max-height: 100dvh;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .modal-content-container {
        display: flex;
        flex-direction: column;
        min-height: 0;
        flex: 1;
        position: relative;
    }

    .bio-container {
        min-height: 0;
        overflow-y: auto;
        flex: 1;
        padding-bottom: 3rem;
    }

    .modal-content-container::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3.5rem;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
    }

    #modal-bio {
        height: auto;
        min-height: 0;
    }

    .close-btn {
        top: 1.8rem;
    }
}
