@font-face {
    font-family: 'Trench';
    src: url('itf-trenches/Trench-Rounded-Complete/TrenchRounded-Light.otf') format('opentype');
   
}


 body{
     padding-left:4vw;
     padding-top:4vw;
     /* background-size: 8vw 4vw; */
  /* background-image:
    linear-gradient(to right, #F25C05 0.01px, transparent 1px),
    linear-gradient(to bottom, #F25C05 0.01px, transparent 1px);
    height: 100%;
    width: 70%; */


 }





h1{
font-family: 'Trench';
   font-weight: 20;
   font-size: 12vw;
   padding-bottom:0vw;
   line-height: 160px;
   
 margin:0vw;
 color: #F25C05;
  -webkit-text-fill-color: #F25C05; 
  -webkit-text-stroke-width: 0.1vw;
  -webkit-text-stroke-color: #fff;
  
}


h2{
  
  font-family: 'Trench';
     font-weight: 20;
     font-size: 3vw;
     padding-bottom:1vw;
   margin:0vw;
   color: #F25C05;
    
  }

  h3{
  
    font-family: 'Trench';
       font-weight: 90;
       font-size: 2vw;
       padding-bottom:0vw;
     margin:0vw;
     color: #F25C05;
     
    }

alt{
    font-feature-settings: "ss01";
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    
 }

 li, p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

    /* font-family: 'Trench'; */
    color: #F25C05;
    background-color: #fff;
   font-size: 1.2vw;
   padding-bottom:0vw;
    
 }

 a{
  font-family: 'Trench';
  color: #F25C05;
  font-size: 3vw;
  font-style: italic;
  text-decoration: none;
  
 }

 
 .btn {
  font-family: 'Trench';
  font-weight: 100;
  border: 2px solid #F25C05;
  background-color: rgba(255, 255, 255, 10);
  color: #F25C05;
  padding: 7px 14px;
  font-size: 2vw;
  cursor: pointer;
    border-radius: 40px;
  }


 

  .btn:hover{
    color: black;
    border: 2px solid #000;
     }


#altbutton{
border: 2px solid #fff;
background-color: #F25C05;
color: #fff;
}


#altbutton:hover{
  background-color: #311d1d;
}


  .bigger{
    font-size: 5vw;
  }

  .fixedonscreen{
  position:fixed; 
  z-index: 2;
  }

  .column{
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex: 1;
    height: fit-content;
    width: 30%;
  }

  .textbox{
    background-color: #fff;
    padding: 3rem;
    border: 2px solid #F25C05;
    border-radius: 40px;
  }
  
  
 

  .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
    padding-left: 3rem;
    padding-top: 1rem;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
    
  }

  .wider{
    width: 100vw;
    min-width: 85vw;
    max-width: 85vw;
  }

  iframe {
    margin: 0;
    padding: 0;
    width: 50vw;
    height: 100vh;
    display:inline-flex;
    border: #fff;
  }

  figure{
    padding:0%;
    margin: 0%;
  }
  figcaption{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #F25C05;
    font-style: italic;
    font-size: 1vw;
    background-color: #fff;
    padding-top: 1rem;
  }

  .page-boundary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed #ccc;
  }

  img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: flex;
    display:inline-flex;
    border-radius: 4px;
  }

  img.draggable {
    position: absolute; 
    top: 100px;         /* initial position: adjust as needed */
    left: 100px;        /* initial position: adjust as needed */
    width: 120px;  /* Adjust width to your liking */
    height: 120px; /* Adjust height to your liking */
    border: 2px solid #e4c753;
    cursor: grab; 
    user-select: none;  /* prevent text selection when dragging */
  }


  /* Change cursor while dragging */
  img.draggable:active {
    cursor: grabbing;
  }

  video{
    border-radius: 4px;
  }

   /* Draggable videos */
   video.draggable {
    position: absolute;
    width: 120px;  /* Adjust width to your liking */
    height: 120px; /* Adjust height to your liking */
    border: 2px solid #e4c753;
    cursor: grab;
    user-select: none; /* Prevent accidental text selection while dragging */
  }

  /* Show "grabbing" cursor on mousedown */
  video.draggable:active {
    cursor: grabbing;
  }

  .info-container {
    position: fixed;
    top: 50%;
  width: 20%;
    left: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;

    z-index: 0;
  }

  .panel-container {
    position: fixed;
    top: 50%;
  
    right: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
    /* This z-index ensures panels are above all draggable media */
    z-index: 999;
  }

  /* --- Fixed Filter Buttons on the Right --- */
  .filter-panel {
    position: fixed;
    top: 20%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .filter-button {
    font-family: 'Trench';
  font-weight: 100;
  
  border: 2px solid #F25C05;
  background-color: #e4c753;
  color: #F25C05;
  padding: 7px 14px;
  font-size: 1vw;
  cursor: pointer;
  text-align: center;
    border-radius: 40px;
    transition: background-color 0.3s;
  }
  /* When a filter is active, highlight the button */
  .filter-button.active {
    background: #F25C05;
    color: #fff;
    border-color: #fff;
    font-weight: bold;
  }

  /* Hidden elements: use display: none */
  .hidden {
    display: none !important;
  }


    /* --- Slider Panel --- */
    .slider-panel {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
    .slider-panel label {
      font-family: 'Trench';
      color: #F25C05;
      font-weight: bold;

    }
    #sizeSlider {
      accent-color: #F25C05;
      width: 120px;
    }


    .chat-bubble {
      position: relative;         /* Allow for the pseudo-element positioning */
      display: inline-block;      /* Ensures the bubble wraps the content */
      max-width: 250px;           /* Optional max-width */
      padding: 1rem;              /* Padding for the text */
      background: #3f3f24;        /* Light yellow background for the bubble */
      border-radius: 8px;         /* Rounded corners */
      margin: 2rem;               /* Add some spacing around the bubble */
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
    }
    
    /* Triangle on the left, flush with the top */
    .chat-bubble::before {
      content: "";
      position: absolute;
      top: 10px;                  /* Align the triangle with the top padding */
      left: -40px;                /* Move the triangle outside the bubble */
      width: 0;                   /* Triangle width is created by borders */
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #6c6c46; /* Same color as the bubble background */
    }
    
    




  .container{
    
    min-height: 100vh;
    width: 75vw;
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    margin: 20px;
  }

 

  .griditem{
     color: #000;
    
  }

  #p5sketch{
    grid-column-start: 4;
  grid-column-end: span 2;
   
  }
  
  .column.textbox {
    display: flex; /* Enable flexbox for the container */
    flex-direction: column; /* Keep the heading and paragraph stacked vertically */
}

.column.textbox img {
    display: inline-block; /* Ensure the images are inline */
    margin: 0.5rem; /* Add some spacing between the images */
}

.row.wider {
    display: flex;
    flex-wrap: wrap; /* Wrap content if necessary */
}

.textbox img {
    flex: auto; 
    /* Responsively handle spacing between images and size*/ 
}


canvas {
  vertical-align: top;
}
.controls {
  position: fixed;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
}
.controls label {
  display: block;
  margin: 5px 0;
}
.controls input {
  width: 100%;
}


.image-text-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; /* Space between the image and text */
  /* background-color: #fff; */
    padding: 3rem;
    /* border: 2px solid #F25C05;
    border-radius: 40px; */
  width: 87%;
  margin-top: 3rem;
  position: relative; /* Ensure positioning for overlap */
}

.image-container {
  flex: 1; /* Take up equal space as the text */
  position: relative; /* Ensure positioning for overlap */
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Optional: Rounded corners */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Shadow effect */
}

.text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  margin-left: -8rem; /* Move text left to overlap with the image */
  margin-top: -9rem;
  z-index: 1; /* Ensure text appears above the image */
  
  padding: 1.5rem; /* Add padding for better readability */
  
}

.text-container h2 {
  font-family: 'Trench', sans-serif;
 
  /* margin-bottom: 1rem; */
}

/* .text-container p {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 1rem;
} */

.read-more-btn {
  font-family: 'Trench', sans-serif;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #f25c05;
  background: #fff;
  color: #f25c05;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 30%;
}

.read-more-btn:hover {
  background-color: #f25c05;
  color: #fff;
}

.interview-container{
  /* position: fixed; */
    top: 50%;
  width: 60%;
    left: 5%;
    transform: translate(10%, -20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
    margin-top: 0;

    z-index: 0;
}

.interview-container h3{
  background-color: #F25C05;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 0rem;
  border-radius: 1rem;
  border-color: #fff;
}

.interview-container p{
  padding-top: 0rem;
  margin-top: -1rem;
  background-color: #F25C05;
  color: #fff;
  padding: 1rem;
  font-size: 1.5rem;
}

.interviewee-container{
  /* position: fixed; */
    top: 50%;
  width: 60%;
    left: 5%;
    transform: translate(20%, -16%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;

    z-index: 0;
}

.interviewee-container h3{
  background-color: #FFF;
  color: #f25c05;
  padding: 0.5rem;
  margin-top: 1rem;
  border-radius: 1rem;
  border: 2px solid #F25C05;
}

.interviewee-container p{
  padding-top: 0rem;
  margin-top: -1rem;
  line-height: 2rem;
  background-color: #fff;
  color: #f25c05;
  padding: 1rem;
  font-size: 1.5rem;
}

.quote-callout{
  width: 60%;
  margin-top: -3rem;
  margin-bottom: 6rem;
  background-color: #FFF;
}

.quote-callout h2{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  font-weight:400;
}

.quote-callout .quotes{
  font-family: 'Trench', sans-serif;
}









  
