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-Bold';
    src: url('/Type/compagnon-master/fonts/webfonts/Compagnon-Bold.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: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 90px;
    color: black;
}

h2 {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-style: italic;
    font-size: 50px;
    color: black;
}

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

a {
    color: #2243b6 ;
     text-shadow: 0px 0px 1px #002eff, 0px 0px 8px white,0px 0px 0px white,0px 0px 5px #002eff,0px 0px 2px #002eff;
     text-decoration: none;
}

figcaption {
    font-size: 20px;
    font-weight: 200; 
    color: gray ;
     text-shadow: 0px 0px 1px grey, 0px 0px 8px white,0px 0px 0px white,0px 0px 5px gray,0px 0px 2px #002eff;
     text-decoration: none;
     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 */
.header-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 3em;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.header-image {
width: 30%;
height: auto;
}

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

.heading-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0.1em;
    line-height: 7em;
}

.heading-one {
    text-decoration: none;
    text-align: center;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.heading-two {
    text-align: center;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}

.body-1-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 0.5em;
}

.subheading-text {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 17pt;
    line-height: 1.5em;
}

@media (max-width: 950px) {
    .header-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 3em;
        margin-top: 0px;
        text-align: center;
        align-items: 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: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 40pt;
    color: black;
}

h2 {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-style: italic;
    font-size: 20pt;
    color: black;
}

    
    .header-image {
    width: 100%;
    height: auto;
    }
    
    .header-image img {
        width: 100%;
        height: auto;
    }
    
    .heading-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 0.2em;
        line-height: 3.5em;
    }
    
    .heading-one {
        text-decoration: underline;
        text-align: center;
        margin-bottom: 0.1em;
        margin-top: 0.1em;
    }
    
    .heading-two {
        text-align: center;
        margin-top: 0.1em;
        margin-bottom: 0.2em;
    }
    
    .body-1-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 0.5em;
    }
    
    .subheading-text {
        font-family: 'Space-Grotesk', serif;
        font-variation-settings: 'wght' 100;
        font-size: 14pt;
        line-height: 1.5em;
    }
}


/* Body Section */
.gallery-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

.gallery-1-img {
width: 80%;
height: auto;
}

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

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

.question {
   color: #2243b6 ;
     text-shadow: 0px 0px 1px #002eff, 0px 0px 8px white,0px 0px 0px white,0px 0px 5px #002eff,0px 0px 2px #002eff;
     text-decoration: none;
}

.answer {
    margin-top: 0.3em;
}

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

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

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

.main-body-div-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 120px;
    align-items: center;

}

.div-2-img {
width: 90%;
height: auto;
text-align: center;
}

.div-2-img img {
    width: 100%;
    height: auto;
}

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

.gallery-3-image {
width: 70%;
height: auto;
}

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

.poem {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 18px;
    line-height: 1.5em;
    color: black;    
}

.gallery-4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.main-body-div-4 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 120px;
    margin-right: 120px;
    justify-items: center;
}

.gallery-5 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.div-5-img {
width: 60%;
height: auto;
}

.div-5-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 950px) {
    .gallery-1 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
    }
    
    .gallery-1-img {
    width: 100%;
    height: auto;
    }
    
    .gallery-1-img img {
        width: 100%;
        height: auto;
    }
    
    .main-body-div {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .question {
        font-family: 'Compagnon-Italic';
        font-weight: 400;
        font-size: 14pt;
        margin-bottom: 0.2em;
        color: black;
    }
    
    .answer {
        margin-top: 0.3em;
        font-size: 14pt;
    }
    
    .gallery-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        align-items: center;   
    }
    
    .gallery-2-image {
    width: 100%;
    height: auto;
    }
    
    .gallery-2-image img {
        width: 100%;
        height: auto;
    }
    
    .main-body-div-2 {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 20px;
        margin-left: 40px;
        margin-right: 40px;
        align-items: center;
    
    }
    
    .div-2-img {
    width: 100%;
    height: auto;
    text-align: center;
    }
    
    .div-2-img img {
        width: 100%;
        height: auto;
    }
    
    .gallery-3 {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        align-items: center;
    }
    
    .gallery-3-img {
    width: 100%;
    height: auto;
    }
    
    .gallery-3-img img {
        width: 100%;
        height: auto;
    }

    .main-body-div-4 {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 40px;
        margin-right: 40px;
        justify-items: center;
    }
    
    .poem {
        font-family: 'Coconat-Regular', serif;
        font-variation-settings: 'wght' 100;
        font-size: 13pt;
        line-height: 1.5em;
        color: black;    
    }
    
    .gallery-4{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 30px;
        align-items: center;
        text-align: center;
    }

    .gallery-5 {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
}