/*!
Theme Name: ny-heroes-fund
Author: Vibrant Brands
Description: Custom Wordpress theme for NY Heroes Fund
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ny-heroes-fund
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
    --blue: #091f88;
    --white: #fff;
    --red: #cd0000;
    --yellow: #d8b900;
    --grey: #ececec;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: var(--grey);
}

body {
    margin: 0;
    padding: 0;
    font-size: 16.5px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: auto;
    background: var(--grey);
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    line-height: 24px;
}

h1 {
    font-size: 48px;
}

h3 {
    font-size: 32px;
}

header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
@media screen and (max-width: 900px) {
    header {
        display: none;
    }
}

.headeritem {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headeritem:nth-of-type(1) {
    background: var(--red);
    min-height: 15px;
}
.headeritem:nth-of-type(2) {
    background: var(--blue);
    min-height: 50px;
    display: flex;
    flex-direction: row;
}

.nav-container {
    width: 80%;
    height: 50px;
}
/* .nav-container ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position:relative;
} */
/* .nav-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  font-size: 1.25em;
  height: 100%;
} */
/* .nav-container ul li::hover a {
  text-transform: underline;
} */
/* .nav-container ul li:last-of-type {
  background: var(--yellow);
  padding: 0 5%;
} */
/* .nav-container ul li a {
  color: var(--white);
  transition: 0.25s ease-in-out;
} */

/* .nav-container ul li ul{
  display:none;
  transform-origin: top;
} */

.menu-top-menu-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
#menu-top-menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

#menu-top-menu li {
    color: #fff;
    list-style-type: none;
}

#menu-top-menu li:last-of-type {
    background: var(--yellow);
    padding: 10px 30px;
    border-radius: 100px;
}

#menu-top-menu li ul li:last-of-type {
    padding: 0 0;
    background: transparent;
}

#menu-top-menu li a {
    color: #fff;
    font-size: 1.25em;
    position: inherit;
}

#menu-top-menu li ul {
    display: none;
}

#menu-top-menu li:hover ul {
    position: absolute;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    box-shadow: 5px 5px 0 var(--red);
    background: var(--blue);
    height: auto;
    width: 300px;
    animation: menu-slide 300ms ease-in-out forwards;
    transform-origin: top center;
}

#menu-top-menu li ul li {
    margin-bottom: 15px;
}

@keyframes menu-slide {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}
.link {
    position: relative;
    display: inline-block;
}

.link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.25s;
}

.link:hover::before {
    scale: 1;
}

.mobile-menu {
    display: none;
}
@media screen and (max-width: 900px) {
    .mobile-menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-template-areas: "mms1 mms1 mms1 mms2";
        background: var(--blue);
        min-height: 10vh;
    }
}

.mobile-menu-section {
    display: flex;
    flex-direction: column;
    color: var(--white);
}
.mobile-menu-section:nth-of-type(1) {
    grid-area: mms1;
    align-items: flex-start;
    justify-content: center;
    padding-left: 5%;
}
.mobile-menu-section:nth-of-type(1) h3 {
    font-weight: 300;
}
.mobile-menu-section:nth-of-type(2) {
    grid-area: mms2;
    align-items: center;
    justify-content: center;
}
.mobile-menu-section:nth-of-type(2):hover {
    cursor: pointer;
}

.bar {
    width: 40px;
    height: 3px;
    background: var(--white);
    margin-bottom: 10px;
}

.close-container:hover {
    cursor: pointer;
}

.close-bar {
    width: 40px;
    height: 3px;
    background: var(--blue);
    margin-bottom: 10px;
}
.close-bar:nth-of-type(1) {
    transform: rotate(20deg), translateY(40px);
}
.close-bar:nth-of-type(2) {
    transform: rotate(-20deg), translateY(40px);
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background: var(--blue);
    /* background-image: url("/wp-content/uploads/2023/03/grey-bg.png");
  background-size: cover;
  background-position: center; */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    transition-delay: 1s;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.overlay-section {
    width: 100%;
    height: auto;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.overlay-section:nth-of-type(1) {
    flex-direction: row;
    min-height: 25vh;
}
.overlay-section:nth-of-type(1) img {
    width: 100px;
    height: auto;
}
.overlay-section:nth-of-type(2) {
    min-height: 50vh;
    flex-direction: column;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-image {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    /* background-image: url("/wp-content/uploads/2023/03/HeroImageWithColors.png"); */
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}
@media screen and (max-width: 900px) {
    .header-image {
        align-items: center;
        min-height: 30vh;
    }
}
.header-image h1 {
    color: var(--white);
    padding: 5% 20% 0 20%;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .header-image h1 {
        font-size: 25px;
        margin-bottom: 15%;
    }
}

#logo-img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 250px;
    height: auto;
    z-index: 5;
}
@media screen and (max-width: 900px) {
    #logo-img {
        width: 20%;
        transform: translate(-50%, 40%);
    }
}

.helping {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    margin-bottom: 5%;
}

.helping-container {
    width: 80%;
    height: auto;
}

.helping-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.helping-item:nth-of-type(1) {
    align-items: flex-start;
    margin-bottom: 25px;
}
.helping-item:nth-of-type(2) {
    align-items: flex-start;
}
.helping-item:nth-of-type(3) {
    position: relative;
    background: red;
}
.helping-item:nth-of-type(3) p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: var(--white);
}
.helping-item:nth-of-type(3) p i {
    font-size: 2em;
}
.helping-item h3 {
    color: var(--blue);
}
.helping-item p {
    padding: 0 10%;
}
.helping-item img {
    width: 100%;
    height: auto;
}

.video-section {
    width: 100%;
    height: auto;
    /* min-height: 100vh; */
    /* background-image: linear-gradient(to bottom, var(--grey) 40%, #0a2483 30%, #133aca 30%); */
    background: #133aca;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}
@media screen and (max-width: 900px) {
    .video-section {
        background-image: linear-gradient(to bottom, #0a2483, #133aca);
        padding: 10% 0;
    }
}
.video-section img {
    width: 80%;
    height: auto;
}

.video-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.video-item {
    width: 80%;
    height: auto;
}

.video-item img {
    width: 100%;
    height: auto;
}
.video-item a {
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
}
.video-item a:hover i {
    font-size: 3.5em;
}
.video-item a i {
    font-size: 2.5em;
    transition: 0.5s ease-in-out;
}

.stats-container {
    width: 80%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.stats-item {
    border: 5px solid var(--yellow);
    min-height: 100px;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stats-item h1 {
    color: var(--white);
}
.stats-item h1 i {
    color: var(--yellow);
}
.stats-item h3 {
    color: var(--white);
}

.grey-section {
    height: auto;
    width: 100%;
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2023/03/grey-bg.png");
    background-size: cover;
    background-position: center;
}

.grey-container {
    width: 85%;
    height: auto;
}

.grey-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.grey-item:nth-of-type(1) {
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "ti1 ti1 ti2";
    background-image: linear-gradient(to bottom, transparent 35%, #fff 20%, #fff 30%);
}
@media screen and (max-width: 900px) {
    .grey-item:nth-of-type(1) {
        grid-template-columns: 1fr;
        grid-template-areas: "ti1" "ti2";
    }
}
.grey-item:nth-of-type(1) p {
    padding: 0 5%;
    margin-bottom: 50px;
}
.grey-item:nth-of-type(2) {
    background-image: url("/wp-content/uploads/2023/03/Background.jpg");
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grey-item:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grey-item:nth-of-type(3) .blog-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(1) {
    position: relative;
    max-width: 100%;
    text-align: center;
    padding: 5% 0;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(1)::before {
    content: " ";
    height: 5px;
    width: 200px;
    background: var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(1)::after {
    content: " ";
    height: 5px;
    width: 200px;
    background: var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(1) h1 {
    color: var(--blue);
    text-transform: uppercase;
}
@media screen and (max-width: 900px) {
    .grey-item:nth-of-type(3) .blog-item:nth-of-type(1)::before {
        height: 0;
        width: 0;
    }
    .grey-item:nth-of-type(3) .blog-item:nth-of-type(1)::after {
        height: 0;
        width: 0;
    }
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(2) .blog-inner {
    width: 100%;
    height: auto;
    min-height: 100px;
    background: var(--blue);
    border-bottom: 10px solid var(--red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(2) .blog-inner .blog-inner-container {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--white);
}
.grey-item:nth-of-type(3) .blog-item:nth-of-type(2) .blog-inner .blog-inner-container a {
    color: var(--yellow);
    font-weight: bold;
    margin-top: 15px;
}

.help-container {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .help-container {
        width: 90%;
    }
}
.help-container h1 {
    color: var(--blue);
    margin-bottom: 10px;
}
.help-container p {
    margin-bottom: 25px;
}

.button-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
@media screen and (max-width: 900px) {
    .button-container {
        flex-direction: column;
    }
}

.donate-btn {
    padding: 1.5% 5%;
    background: var(--red);
    color: var(--white);
    border-radius: 20px;
    min-width: 200px;
    font-size: 1.5em;
    transition: 1s ease-in-out;
}
@media screen and (max-width: 900px) {
    .donate-btn {
        margin-bottom: 20px;
        min-width: 250px;
    }
}

.donate-btn:hover {
    background: var(--white);
    color: var(--red);
    border: 2px solid var(--red);
    transition: 0.5s ease-in-out;
}

.testimonial-item:nth-of-type(1) {
    grid-area: ti1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-item:nth-of-type(2) {
    grid-area: ti2;
}
.testimonial-item:nth-of-type(2) img {
    width: 100%;
    height: auto;
}

.blog {
    width: 100;
}

@media screen and (max-width: 900px) {
    .internal-main {
        margin-top: 15%;
    }
    .internal-content {
        text-align: center;
    }
}

.internal-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    margin-top: 10%;
}

.internal-container {
    width: 80%;
    height: auto;
}

.internal-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center;
  justify-content: center;
  text-align: center; */
}
.internal-item h1 {
    color: #0a2483;
    margin-bottom: 25px;
}

.internal-item p {
    margin-bottom: 25px;
}

.internal-item ul li {
    margin-top: 15px;
    list-style-type: none;
}

.internal-icon-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internal-icon-wrapper {
    width: 80%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.icon-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.icon-item img {
    width: 100px;
    height: auto;
}

.icon-item p {
    margin-top: 15px;
}

.red-btn {
    padding: 10px 40px;
    background: red;
    color: #fff;
    border-radius: 20px;
    font-size: 1.25em;
}

/* CONTACT PAGE STYLES */

.contact-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.contact-item {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
}

/* SPONSORS PAGE STYLES */
.sponsors-outer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 5%;
}

.sponsors-container {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sponsors-section {
    width: 100%;
    height: auto;
    display: flex;
}

.sponsors-section h1 {
    color: #0a2483;
    margin-bottom: 25px;
}

.sponsors-section:nth-of-type(1) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
}

.sponsors-section:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.sponsors-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sponsors-item img {
    width: 250px;
    height: auto;
}

footer {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--blue);
    color: var(--white);
    z-index: 10;
}
footer img {
    width: 200px;
    height: auto;
    transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
    footer img {
        width: 150px;
    }
}

.footer-top {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}

/* TIMELINE ON OUR STORY PAGE */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #ff9f55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: -7%;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 90%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: -7%;
    }
}

/* IMPACT PAGE STYLES */

.impact-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.impact-info-container {
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

img.alignright {
    float: right;
    margin: 0 0 0 0;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* leadership page */

.leadership {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.leadership-wrapper {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.leadership-item {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    gap: 25px;
}

/* .leadership-item {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap:25px;
} */

.leader-section {
    width: 100%;
    height: auto;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.leader-inner {
    width: 100%;
    height: auto;
}

.leader-inner:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: ". .";
    gap: 25px;
}

@media screen and (max-width: 900px) {
    .leader-inner:nth-of-type(1) {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    }
}

.info {
    width: 100%;
    height: auto;
    color: var(--blue);
}

.info img {
    width: 100%;
    height: auto;
}

.info-left {
    display: flex;
    flex-direction: column;
}

.bio {
    width: 100%;
    height: auto;
}

.accordion {
    background-color: var(--blue);
    color: var(--white);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: max-height 0.2s ease-out;
    font-size: 1.25em;
    font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: var(--yellow);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    padding: 5%;
    transition: max-height 0.2s ease-out;
}
