a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
  
  video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  /* Color overlay */
.color-overlay {
    position: absolute; /* Positions overlay relative to .video-container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
background: linear-gradient(
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.1)
  );
  
    z-index: 0; /* Places overlay above video but below content */
}

  html, body {
    height: 100%;
    overflow-x: hidden
  }
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 150%;
    line-height: 1.4;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
  }
    #hero {
    position: relative;
}


  #logo-top-left {
    position: absolute;
    height: 90px;
    margin-top: 45px;
    margin-left: 45px;
    width: auto
}
  .hero-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-header h1 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    color: #fff;
    font-size: 2.2em;
  }    
  .hero-header h1 h1italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    color: #fff; 
    }    

  #down  {
  bottom: 5%;
  position: absolute;
  width: 45px;
  opacity: 0.8;
  }

.floating {
            animation: float 1s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0);
            }
        }

  #down.floating:hover {
  animation-play-state: paused;
}

  #scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;   /* or block */
  text-align: center;
  }

  #intro {
    height: auto;
    overflow: auto;
    background: #f2eee5;
    position: relative;
    scroll-margin-top: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  
    .intro-left {
    width: 5%;
  }
    .intro-centre {
    width: 80%;
  }  
  .intro-right {
    width: 15%;
  }
  #intro-text h2 { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15em;
    text-align: center;
    margin-bottom: 0;
  }

  #intro-text { 
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    text-align: center;
    max-width: 1100px;
    }

  #intro-logo {
    height:50%;
    width: auto;
    float: left;
    position: absolute;
    top: 20%;
    margin-left: 5%;
        /*transform: translate(-50%, -50%);*/
  }    

#intro-cow {
  height:60%;
  width: auto;
  float: right;
  position: absolute;
  top: 20%;
  right: 0;
  /*transform: translate(-50%, -50%);*/
}

@media only screen and (max-width: 1650px) {
    #intro-cow {
        display: none;
    }
}

  #section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 70%;
    margin-left: 10%;
    font-size: 0.9em;
    color: #f2eee5;
    border-bottom: 1px solid #f2eee5;
   line-height: 0.05em;
  }
  #section-title span { 
    background:#a54e54;
    padding:0 10px; 
  }

  #capabilities { 
    height: auto;
    overflow: auto;
    background: #a54e54;
    position: relative;
    padding: 1rem;
  }
  #capabilities-section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
    color: #f2eee5;
    border-bottom: 1px solid #f2eee5;
   line-height: 0.05em;
  }
  #capabilities-section-title span { 
    background: #a54e54;
    padding:0 10px; 
  }

  #capabilities-content {
  margin-left:auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  }  


#capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
}

@media (max-width: 1400px) {
  #capabilities-grid {
    grid-template-columns: 1fr;
  }
}


.capabilities-item h2 {
  margin-bottom: 10px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #f2eee5;
  }

.capabilities-item h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #f2eee5;
  opacity: 0.4;
  margin-top: 10px;
}





    .capabilities-serif-list-block {
    font-family: "Instrument Serif", serif;
    letter-spacing: -0.5px;
        padding-top: 20px;

  }

  .capabilities-serif-list-block h2 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    font-size: 1.3em;
    color: #f2eee5;
  }

  .capabilities-serif-list-item {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #f2eee5;
    font-size: 1.1em;
    padding-left: 45px;
    position: relative;
  }


.capabilities-serif-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;            /* length of the line */
  height: 1px;            /* thickness */
  background-color: currentColor; /* matches text colour */
  opacity: 0.6;           /* subtle */
}

.row {
  display: flex;
}

.capabilities-column {
  flex: 50%;
}
  .serif-list-block {
    font-family: "Instrument Serif", serif;
    letter-spacing: -0.5px;
  }

  .serif-list-block h2 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    font-size: 1.3em;
    color: #f2eee5;
  }

  .serif-list-item {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #f2eee5;
    font-size: 1.1em;
    padding-left: 45px;
    position: relative;
  }


.serif-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 30px;            /* length of the line */
  height: 1px;            /* thickness */
  background-color: currentColor; /* matches text colour */
  opacity: 0.6;           /* subtle */
}


  #leadership {
    height: auto;
    overflow: auto;
    background: #f2eee5;
    position: relative;
    padding: 0rem 1rem;
  }

  #leadership-content {
  width:90%;
  margin-left:auto;
  margin-right: auto;
  padding-top: 40px;
    padding-bottom: 40px;

  }  

  #leadership-section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #leadership-section-title span { 
    background: #f2eee5;
    padding:0 10px; 
  }

  .leadership-left {
  width: 30%;
}

@media (max-width: 1500px) {
    .leadership-left {
    width: 0%;
  }
}

.leadership-right {
  width: 70%;
}

@media (max-width: 1500px) {
    .leadership-right {
    width: 100%;
  }
}
  #leadership-text { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  max-width: 900px;
  }

  @media (max-width: 1500px) {
  #leadership-text { 
  max-width:none
  }
}


  #leadership-text h1 { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    color: #a54e54;;
    }

    #leadership-text h2 { 
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.8em;
          line-height: 1.5em;
      text-align: justify;
      color: #000;
      }
  
    #george-portrait {
      float: right;
      padding-right: 20%;
      position:absolute;
      bottom:0;
      height: 75%;
      width: auto;
    }    

    @media only screen and (max-width: 1500px) {
    #george-portrait {
      display:none;
    }
}

#leadership-linkedin-icon  {
      height: 25px;
      width: 25px;
    }   

    #experience { 
      height: auto;
      overflow: auto;
      background: #a54e54;
      position: relative;
      padding: 1rem;
    }

    #experience-section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
    color: #f2eee5;
    border-bottom: 1px solid #f2eee5;
   line-height: 0.05em;
  }
  #experience-section-title span { 
    background: #a54e54;
    padding:0 10px; 
  }

  #experience-content {
  margin-left:auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 730px;
  }  

    #interdisciplinary { 
      height: auto;
      overflow: auto;
      background: #f2eee5;
      position: relative;
      padding-top: 40px;
      padding-bottom: 40px;
    }     

    #interdisciplinary-text { 
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }    

  #border-quote  { 
  padding-inline: 1.5rem;
  border-inline-start: 1px solid #98838e;
  border-inline-end: 1px solid #98838e;
    }  

    #interdisciplinary-text h2 { 
      font-family: "Instrument Serif", serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.5em;
      letter-spacing: -0.5px;
      font-size: 1.5em;
      color: #000;
    }      
    #interdisciplinary-text h2 i { 
      font-family: "Instrument Serif", serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1.5em;
      letter-spacing: -0.5px;
      color: #000;
    }      

    #focus-areas { 
      height: auto;
      overflow: auto;
      background: #f2eee5;
      position: relative;
      padding: 1rem;
    }

  #focus-section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #focus-section-title span { 
    background: #f2eee5;
    padding:0 10px; 
  }

#focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1000px;
}


@media (max-width: 1000px) {
  #focus-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

.focus-item h2 {
  margin-bottom: 10px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #a54e54;
  }

.focus-item h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #a54e54;
  opacity: 0.4;
  margin-top: 10px;
}

p.focus-item-text {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #000;
    font-size: 1.1em;
    padding-left: 45px;
    position: relative;
    max-width: 400px;
    margin-bottom: 0px;
  }

  @media (max-width: 1000px) {
    p.focus-item-text {
        max-width: 100%;
    } 
  } 

  #focus-areas-content {
  margin-left:auto;
  margin-right: auto;
  max-width: 1000px;
  }  


    #how-we-work {
      height: auto;
      overflow: auto;
      background: #f2eee5;
      position: relative;
      padding: 0rem 1rem;
    }

  #HWW-section-title { 
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
    color: #a54e54;
    border-bottom: 1px solid #a54e54;
   line-height: 0.05em;
  }
  #HWW-section-title span { 
    background: #f2eee5;
    padding:0 10px; 
  }

    #how-we-work-text { 
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 40px;
      padding-top: 50px;
      font-size: 0.8em;
  }

    #how-we-work-text h1 { 
      font-family: "Instrument Serif", serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.1em;
      letter-spacing: -0.5px;
      color: #a54e54;;
      }
  
    #how-we-work-text h2 { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #000;
    text-align: center;
    }

    #how-we-work-text h2 i { 
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    color: #000;
    }      
    
    #footer { 
      height: auto;
      overflow: auto;
      background: #a54e54;
      position: relative;
      padding: 2rem 1rem 0rem 1rem;      
    }
    #footer-text{ 
      width: 40%;
      margin-left: auto;
      margin-right: auto;    
      font-family: "Instrument Serif", serif;
      letter-spacing: -0.5px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.1em;
      font-size: 1.4em;
      color: #f2eee5;
      text-align: center;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    #footer-text-copyright { 
      margin-left: auto;
      margin-right: auto; 
      font-family: "Montserrat", sans-serif;;
      font-weight: 400;
      font-size: 0.6em;
      line-height: 1.1em;
      color: #f2eee5;
      text-align: center;
      opacity: 0.8;
      margin-bottom: 0.2em;
    }

    #footer-linkedin-icon { 
      height: 40px;
      width: auto;
      float: left;
      position: absolute;
      bottom: 1em;
    }          

    #footer-logo { 
      height: 145px;
      width: auto;
      float: right;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
    }          

  @media (max-width: 900px) {
    #footer-logo { 
    display:none
    }          
}
  @media (max-width: 900px) {
    #footer-text{ 
      width:auto
    }
}