  html {
    line-height: 1;
    overflow-x: hidden;
    height: 100%;
  }

  /* Main Paragraph Body Text  */
  body {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    background: #E9DCA5;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
  }

  /* Title */
  .title {
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #B17037;
    font-size: 110px;
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
  }

  /* Subtitle */
  .subtitle {
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #B17037;
    font-size: 80px;
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;

  }

  

  /* Author */
  .author {
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #CC893E;  
    font-size: 50px; 
    margin: 5px 0;
    width: 80vw; 
    text-transform: uppercase;

  }
  

/* Tribune Nav Bar Stuff  */
.section-header {
  color: black;
  font-family: 'Amplitude-Black';
  font-size: 24px !important;
  background-color: white;
  border: 2px solid black;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.filler {
    height: 10vw;
    opacity: 0;
    background-color: black;
  }
  
  .tribune {
    font-family: "Playfair Display" !important;
    margin-left: 2vw;
    color: #c7c1c7 !important;
    float: left;
    font-size: 32px;
  }
  
  .tribune a {
    text-decoration: none !important;
    color:#c7c1c7 !important;
    cursor: pointer;
  }
  
  .feature {
    font-family: "Garamond 3 LT Std";
    margin-right: 2.5vw;
    color: #c7c1c7;
    float: right;
    margin-top: 1vw;
    font-size: 30px;
  }
  :root {
    --nav-height: 70px; 
  }
    
  .header {
    position: fixed;
    background: #000000;
    z-index: 5;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s;
  }
  .nav-hidden{
    transform: translateY(-90px);
  }
  

  .hero-section {
    position: relative;
  }

  .athlete-bg {
    position: absolute;
    top: 56%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: calc(110vw - 10px);
    height: calc(100% - 10px);
    min-height: calc(100% - 10px);
    object-fit: cover;
    object-position: center;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
  }

  .cover {
    padding-top: 110px;
    overflow: visible;
    position: relative;
    height: 10%;
    margin-top: 0px;
    border: none;
    outline: none;
    z-index: 1;
  }
  
  .row {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center;
    position:relative;
  }
  .innerwrap p {
    margin-bottom: 2em;
    font-size: 22px;
    border: none; 
    outline: none; 

  .h2 {
      text-align: left; 
  }

  }
  /* Warning paragraph: same size, center aligned */
  .innerwrap > p:first-of-type {
    text-align: center;
  }

  /* First letter of first body paragraph only (drop cap) */
  .innerwrap > p:nth-of-type(2)::first-letter {
    font-size: 70px;
    font-weight: bold;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: 3px;
    color: #000000;
    font-family: "Chakra Petch Medium", sans-serif;
  }
  
  /* Body Text Formatting */
  .innerwrap {
    width: 50%;
    height: 100%;
    max-width: 100%;
    margin:  auto;
    padding: 2px 0;
    font-size: 3em;
    line-height: 1.6;
    text-align: left;
    border: none; 
    outline: none;
   
    
  }

  .first-line {
  font-weight: 700;
  font-size: 1em;
}


.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  min-height: 50vh;
  z-index: 1;
}

.image-container img {
    width: 50vw; /* Adjust size as needed */
    height: auto;
    max-width: 100%;
}

/* Brain image (Untitled_Artwork 121) – centred, full opacity */
.image-container .brain-img {
  display: block;
  width: 60vw;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
}


.innerwrap p {
  text-align: justify; /* Justify text for better flow around the image */
}

.innerwrap::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive to Screen Size  */

@media (max-width: 415px) {
    
      .tribune{
        font-size: 28px;
      }
      .feature{
        margin-top: 1.8vw;
        font-size: 25px;
      }

      .title {
        width: 80%;
      }

      .subtitle {
        width: 75%;
      }

      .author {
        width: 70%;
      }

      .quote {
        font-size: 25px !important;
      }
  
    
  }
  @media (min-width: 416px) {
    .title{
      width: 80%;
    }
    .subtitle {
      width: 80%;
    }
    .author {
      width: 100%; 
    }
    .tribune{
      font-size: 32px;
    }
    .feature{
      margin-top: 1vw;
      font-size: 30px;
    }
    .bottom-image {
      width: 150%;
      max-width: none; /* Allows the 150% to apply on larger screens */
      margin: 0 auto;
    }
   
}
  @media (max-width: 768px) {
    .innerwrap{
      width: 80% !important;
    }

    .image-container img {
      width: 90vw;
    }

    /* Hero: smaller title and images on tablet/small screens */
    .title {
      font-size: 48px;
      width: 90%;
      margin: 6px 0;
      line-height: 1.1;
    }
    .subtitle {
      font-size: 32px;
      width: 90%;
      margin: 6px 0;
      line-height: 1.1;
    }
    .author {
      font-size: 20px;
      width: 85%;
      margin: 4px 0;
      line-height: 1.3;
    }
    .cover {
      padding-top: 95px;
    }
    .cover .row br {
      display: none;
    }
    .cover .row {
      padding: 0 4%;
    }
    .athlete-bg {
      width: 100vw;
      top: 55%;
      opacity: 0.35;
    }
    .image-container {
      min-height: 40vh;
    }
    .image-container .brain-img {
      width: 75vw;
      max-width: 400px;
    }
  }

  @media (max-width: 480px) {
    .title {
      font-size: 32px;
      width: 92%;
    }
    .subtitle {
      font-size: 24px;
      width: 92%;
    }
    .author {
      font-size: 16px;
      width: 90%;
    }
    .cover {
      padding-top: 85px;
    }
    .athlete-bg {
      opacity: 0.3;
    }
    .image-container {
      min-height: 35vh;
    }
    .image-container .brain-img {
      width: 85vw;
      max-width: 320px;
    }
  }



  