  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

  html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* prevents horizontal scrolling */
    background-color: #8AB7E2;
    margin: 0;
    padding: 0;
  }


  /* Main Paragraph Body Text  */
  body {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: black; 
    background-color: #8AB7E2; 
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  /* Title */
  .title {
    font-family: "shiva", sans-serif;
    font-weight: 700;
    font-style: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    font-size: 110px;
    width: 80%;
    margin: 10px 0;
  }



  /* Subtitle */
  .subtitle {
    font-family: "hagrid", sans-serif;
    font-weight: 400; 
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    font-size: 40px;
    width: 100%;
    margin: 10px 0;

  }

  /* Author */
  .author {
    font-family:"hagrid", sans-serif;
    color: black;  
    font-size: 30px; 
    margin: 5px 0;
    width: 80vw; 

  }
  

/* 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);
  }
  
  
  .fullpage-border {
  position: relative;
  border: 30px solid #ED1B34;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #8AB7E2;
  z-index: 0;
  overflow: hidden;
}

  .page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  background-color: #8AB7E2;
}

.page-content h1 {
  margin-top: 0;
  padding-top: 0;
}


  .cover {
    padding-top: 85px;
  overflow: hidden;
  position: relative;
  height: 10%;
  margin-top: 0px;
  border: none; 
  outline: none; 
  }
  
  .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; 

  }
  /* First letter styling */
  .innerwrap > p:first-of-type::first-letter {
    font-size:70px;
    text-decoration: bold;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top:3px;
  }
  
  /* Body Text Formatting */
  .innerwrap {
    /* padding: 20px;
    width: 50%;
    height: 100%;
    max-width: 100%;
    margin:  auto;
    padding: 2px 0;
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
    border: none; 
    outline: none; */
     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;
   
    
  }

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

.innerwrap::after {
  content: "";
  display: table;
  clear: both;
}
  
  .subheading {
    font-family:"shiva", sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-align: center; /* This aligns the overall text content to the left */
    color: black !important;
    margin-bottom: 30px;
    display: flex; /* Enables flexbox layout which is ideal for horizontal alignment */
    align-items: center; /* This centers the items vertically within the container */
    justify-content: center; /* This centers the content horizontally within the container, you might want 'flex-start' to align left */
    /* Provides space between the text and the image */
    
}

.photocred {
  font-family:"shiva", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.float-img {
    float: right;
    margin: 0px 0 0px 0px;
    margin-bottom: 0%;
    width: 350px;
    border-radius: 12px;
}

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

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

/* Mobile responsiveness */
@media (max-width: 768px) {
  .image-bottom-left img {
    width: 50vw;
    max-width: 500px;
    opacity: 0.75;
  }
}

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

  }



  