html, body {
    width: 100%; 
    height: 100vh;
    margin: 0px; 
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Fonts */
@font-face {
    font-family: 'Geist Ultra Black', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-UltraBlack.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Regular', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Thin', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Thin.otf') format('otf');
}

@font-face {
    font-family: 'Geist Medium', Arial, Helvetica, sans-serif;
    src: url('/Type/GEIST/Geist-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Italic';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Compagnon-Light';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Coconat-Regular';
    src: url('/Type/CLT-Coconat/desktop/Coconat-Regular.otf') format('woff2');
}

@font-face {
    font-family: 'GT America', Helvetica, sans-serif;
    src: url('/Type/GTAMERICA/GT-America-Standard-Bold.otf') format('otf');
}


@font-face {
    font-family: 'VG5000';
    src: url('/Type/vg5000-master/fonts/webfonts/VG5000-Regular_web.woff2') format('woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}

@font-face {
    font-family: 'Space-Grotesk';
    /* src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Medium.woff2'),
    url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Bold.woff2'), */
    src: url('/Type/SpaceGrotesk-2.0.0/woff2/static/SpaceGrotesk-Light.woff2');
}
/*  */


p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 17pt;
    line-height: 1.5em;
    margin-top: 0.2em;
    color: black;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'Compagnon';
    font-size: 85px;
    color: #002eff;
 text-shadow: 0px 0px 3px #002eff, 0px 0px 10px white,0px 0px 0px white,0px 0px 5px #002eff,0px 0px 5px #002eff;
}

h2 {
    font-family: 'Compagnon-Italic';
    font-size: 40px;
    color: black;
}

h3 {
    font-family: 'Compagnon-Italic';
    font-size: 35px;
    color: black;
}

a {
    color: white;
    text-decoration: underline 0.75px;
}

figcaption {
    font-family: 'Space-Grotesk';
    font-size: 15pt;
    color: black;
    text-align: center;
}

/* Navbar Section */
.navbar {
    background-color: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 1000;
}

.navbar a {
    display: block;
    color: #002eff;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .navbar-text {
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
    font-size: 23px;
    text-shadow: 0px 0px 3px #002eff, 0px 0px 10px white,0px 0px 0px white,0px 0px 5px #002eff,0px 0px 5px #002eff;
}

/* Navbar mobile */
.navbar-mobile {
    text-align: center;
}

.navbar-mobile a {
    display: block;
    color: gray;
    text-align: center;
    text-decoration: none;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.navbar-text-mobile{
    font-family: 'GT America', Helvetica, sans-serif;
    font-weight: 50;
     font-size: 1.2em;
    text-shadow: none;
    text-align: center;
     text-shadow: 0px 0px 5px white,0px 0px 30px limegreen,0px 0px 0px white,0px 0px 5px wheat,0px 0px 5px #1C2C89;
    
}

@media (min-width: 950px) {
    .navbar-mobile  {
    display: none;
}
}

@media (max-width: 950px) {
    .navbar  {
    display: none;
}
.navbar a {
    display: block;
    color: black;
    background-color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    writing-mode: sideways-lr; 
    text-orientation: upright;
    border: 0.75px solid black;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .navbar-text {
    font-family: 'Space-Grotesk', sans-serif;
    font-size: 15px;
  }
}

/* Header Section */
.heading {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 0.2em;
    text-align: center;
}
.heading-one {
    margin-bottom: 0.1em;
}


.interviewee-credit {
    font-family: 'Compagnon-Italic';
    font-size: 40pt;
   color: #002eff;
 text-shadow: 0px 0px 1px #002eff, 0px 0px 10px white,0px 0px 0px white,0px 0px 1px #002eff,0px 0px 1px #002eff;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.interviewer-credit {
    font-family: 'Compagnon-Italic';
    font-size: 17pt;
   color: #002eff;
 text-shadow: 0px 0px 1px #002eff, 0px 0px 10px white,0px 0px 0px white,0px 0px 1px #002eff,0px 0px 1px #002eff;
    margin-top: 0.1em;
    margin-bottom: 70px;
}

.first-gallery {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 100px;
    margin-right: 100px;
    gap: 40px;
    text-align: center;
}

.first-gallery-image {
width: 60%;
height: auto;
}

.first-gallery-image img {
    width: 100%;
    height: auto;
}

.quote-div {
display: grid;
grid-template-columns: 1fr;
margin-left: 300px;
margin-right: 300px;
margin-top: 60px;
margin-bottom: 60px;
}

.quote {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 20pt;
    line-height: 1.5em;
    margin-top: 0.2em;
    color: black;
        text-shadow: 0px 0px 1px #002eff, 0px 0px 8px white,0px 0px 0px white,0px 0px 2px #002eff,0px 0px 5px #002eff;
    text-align: center;
}

.subheading {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 300px;
margin-right: 300px;
margin-top: 2px;
margin-bottom: 50px;
}

.subheading-text {
color: black;
}

@media (max-width: 950px) {
    .heading {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 40px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 0.2em;
        text-align: center;
    }

    p {
        font-family: 'Space-Grotesk', serif;
        font-variation-settings: 'wght' 100;
        font-size: 14pt;
        line-height: 1.5em;
        margin-top: 0.2em;
        color: black;
    }
    
    h1 {
        font-family: 'Geist Ultra Black';
        font-size: 35pt;
        color: black;
    }

    .interviewee-credit {
        font-family: 'Compagnon-Italic';
        font-size: 18pt;
        color: black;  
        margin-top: 0.6em;
        margin-bottom: 0.2em;
    }
    
    .interviewer-credit {
        font-family: 'Compagnon-Italic';
        font-size: 15px;
        color: black; 
        margin-top: 0.2em;
    }
    
    .first-gallery {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 20px;
        gap: 40px;
        text-align: center;
    }
    
    .first-gallery-image {
    width: 100%;
    height: auto;
    }
    
    .first-gallery-image img {
        width: 100%;
        height: auto;
    }
    
    .quote-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
    }
    
    .quote {
        font-family: 'Space-Grotesk', serif;
        font-variation-settings: 'wght' 100;
        font-size: 15pt;
        line-height: 1.5em;
        margin-top: 0.5em;
        color: black;
    }
    
    .subheading {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    }
}


/* Hope Section */
.hope-header-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 70px;
    margin-bottom: 50px;
    justify-items: center;
    text-align: center;
}

.hope-h2 {
    text-align: center;
    font-family: 'Compagnon-Italic';
    margin-bottom: 0.1em;
}

.hope-h3 {
text-align: center;
font-family: 'Compagnon-Italic';
    font-size: 30px;
    color: black;
    margin-top: 0.1em;
}

.question-answer-div {
display: grid;
grid-template-columns: 1fr;
margin-left: 300px;
margin-right: 300px;
margin-top: 50px;
margin-bottom: 50px;
}

.question {
     color: black;
        text-shadow: 0px 0px 1px #002eff, 0px 0px 8px white,0px 0px 0px white,0px 0px 2px #002eff,0px 0px 5px #002eff;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.gallery-two {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 70px;
    margin-left: 70px;
    gap: 30px;
    text-align: center;
}

.gallery-two-image {
    width: 80%;
    height: auto;
}

.gallery-two-image img {
width: 100%;
height: auto;
}

.tilted-hr {
    width: 100%; /* Adjust the width as needed */
    margin: 0; /* Adjust the margin for positioning */
    border: none;
    height: 1px; /* Adjust the height as needed */
    background-color: black; /* Adjust the color as needed */
    transform: rotate(3deg); /* Rotate the horizontal rule */
}

.tilted-hr-lola {
    width: 100%; /* Adjust the width as needed */
    margin: 0; /* Adjust the margin for positioning */
    border: none;
    height: 1px; /* Adjust the height as needed */
    background-color: black; /* Adjust the color as needed */
    transform: rotate(-3deg); /* Rotate the horizontal rule */    
}

@media (max-width: 950px) {
    .hope-header-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .hope-h2 {
        text-align: center;
        font-family: 'Compagnon-Italic';
        margin-bottom: 0.1em;
        font-size: 22pt;
    }
    
    .hope-h3 {
    text-align: center;
    font-family: 'Compagnon-Italic';
        font-size: 18pt;
        color: black;
        margin-top: 0.1em;
    }
    
    .question-answer-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    .question {
        color: #2E4DA7;
        font-weight: 400;
        margin-bottom: 0.5em;
        margin-top: 1.5em;
    }
    
    .gallery-two {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px;
        gap: 20px;
        text-align: center;
    }
}

/* Lola Section */
.hope-header-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 70px;
    margin-bottom: 50px;
    justify-items: center;
    text-align: center;
}


.hope-h2 {
    text-align: center;
    font-family: 'Compagnon';
    margin-bottom: 0.1em;
}

.hope-h3 {
text-align: center;
font-family: 'Compagnon-Italic';
    font-size: 30px;
    color: black;
    margin-top: 0.1em;
}

.question-answer-div {
display: grid;
grid-template-columns: 1fr;
margin-left: 300px;
margin-right: 300px;
margin-top: 50px;
margin-bottom: 50px;
}

.question {
    color: #2E4DA7;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.gallery-two {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 70px;
    margin-left: 70px;
    gap: 30px;
    text-align: center;
}

.gallery-two-image {
    width: 80%;
    height: auto;
}

.gallery-two-image img {
width: 100%;
height: auto;
}

@media (max-width: 950px) {
    .hope-header-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    
    .question-answer-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .iframe {
    width: 100%;
    height: auto;
    }
    
    .question {
        color: #2E4DA7;
        font-weight: 400;
        margin-bottom: 0.5em;
        margin-top: 1.5em;
    }
    
    .gallery-two {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 30px;
        margin-left: 30px;
        gap: 20px;
        text-align: center;
        align-items: center;
    }
}