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: 17px;
    line-height: 1.5em;
    color: black;
    margin-top: 1px;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 30px;
    font-weight: 20;
    color: yellowgreen;
    margin-bottom: 1px;
    text-shadow: 0px 0px 40px white,0px 0px 2px white,0px 0px 80px white,0px 0px 10px yellowgreen,0px 0px 5px yellowgreen;
}

h2 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 25px;
    font-weight: 20;
    color: yellowgreen;
    margin-bottom: 1px;
    text-shadow: 0px 0px 10px white,0px 0px 2px white,0px 0px 10px white,0px 0px 5px yellowgreen,0px 0px 5px yellowgreen;
}

a {
    color: yellowgreen;
    text-decoration: none;
}

.image-descriptions {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 13px;
    line-height: 0.8em;
    color: black;
   align-self: center;
}

.divider {
  height: 1px;
    background-color: #dae2d7; /* base color of the line */
  box-shadow: 0 0 10px , 0 0 20px salmon; /* glowing effect */
  margin: 20px 0;
  width: 100%;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

/* Also control the active state if needed */
a:active, button:active {
  background: none;
}

/* 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;
    
}

/* Mobile Styles */

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

@media (max-width: 950px) {
    .navbar  {
    display: none;
}
h1 {
    font-family: 'GT America', Helvetica, sans-serif;
    font-variation-settings: 'wght' 100;
    font-size: 25px;
    font-weight: 20;
    color: yellowgreen;
    margin-bottom: 1px;
    text-shadow: 0px 0px 40px white,0px 0px 2px white,0px 0px 80px white,0px 0px 10px yellowgreen,0px 0px 5px yellowgreen;
}
p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 14px;
    line-height: 1.5em;
    color: black;
    margin-top: 1px;
}
.navbar-mobile {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
}




/* Collective Review Section */
.collective-header-div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
}

.collective-header {
    font-family: 'League-Spartan-Bold', 'Futura', sans-serif;
    font-size: 20pt;
    color: black;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0.2em;
}

#figcaption-collective > a {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 17px;
    line-height: 1.5em;
    font-style: normal;
    color:  black;
    justify-items: center;
    margin-top: 8px;
}

.collective-review {
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.collective-review-gallery {
    width: auto; 
    height: auto; 
    display: grid;
    text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    color: black;
    padding-bottom: 25px;
    margin-top: 0.2em;
    gap: 40px; 
    align-items: center;
}

.collective-review-image img {
    width: 100%;
    height: auto;
    color: black;
    padding-bottom: 15px;
}

#text-section {
    font-family: 'Lexend', sans-serif;
    font-variation-settings: 'wght' 300;
    font-style: normal;
    font-size: 80%;
    color: black;
    margin: 10px;
  }
  
  #text-list {
    color: black;
    list-style-type: none;
    padding: 20px;
  }
  
  #text-list li {
    color: black;
    margin-bottom: 5px;
  }

  #recommendbutton {
    font-family: 'Lexend', sans-serif;
    font-variation-settings: 'wght' 300;
    font-size: 15px;
    color: white;
    background-color: black;
    border: 1px solid white; 
    padding: 8px;
    border: none;
  }

  #textInput {
    font-family: 'Lexend', sans-serif;
    font-variation-settings: 'wght' 300;
    color: white;
    border: 1px solid white; 
    background-color: black; 
    padding: 8px; 
    margin-bottom: 10px; 
  }
  
  #textInput:focus {
    font-family: 'Lexend', sans-serif;
    font-variation-settings: 'wght' 300;
    color: white;
    border-color: white; 
    background-color: black; 
  }

  @media (max-width: 950px) {
    .collective-header-div {
        display: grid;
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
    }
    .collective {
        position: relative;
        background-color: white;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
    }

    .collective-review {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .collective-header {
        font-family: 'League-Spartan-Bold', 'Futura', sans-serif;
        font-size: 25pt;
        color: black;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 0.2em;
    }    

    .collective-review-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .collective-review-image img {
        max-width: 100%;
        height: auto;
    }
}


/* Digital Section */
.digital-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px; 
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 100px;
    margin-bottom: 100px;
    align-content: center;
    text-align: center;
  }

  .digital-grid-item {
    text-align: center;
    border: none;
    padding: 20px;
  }
  
  .digital-grid-item img {
    width: 200px; 
    height: 200px; 
  }

  @media (max-width: 950px) {
.digital-grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; 
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px;  
    justify-content: center;
}

p {
    font-family: 'Space-Grotesk', serif;
    font-variation-settings: 'wght' 100;
    font-size: 14pt;
    line-height: 1.5em;
}

hr {
    size: 0.5px;
}

h1 {
    font-family: 'Space-Grotesk';
    font-size: 25pt;
    font-weight: 100;
}

h2 {
    font-family: 'Space-Grotesk';
    font-size: 20pt;
    font-weight: 100;   
}
}