#mainMenu .hamburger svg path {
  fill: var(--headerColour);
  transition: .4s ease-in-out; }

.hero-section {
  height: 100svh; }
  .hero-section .text-wrap {
    padding-top: 160px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hero-section .text-wrap .fp {
      font-family: 'Pitch Sans';
      color: white;
      font-size: 18px;
      opacity: 0; }
    .hero-section .text-wrap .lower {
      opacity: 0;
      color: white;
      display: flex;
      justify-content: center; }
      .hero-section .text-wrap .lower .para {
        padding-bottom: clamp(40px, 8vh, 400px);
        max-width: 900px;
        font-family: "Altform TRIAL";
        font-size: 43px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.2;
        text-align: center; }
        @media (max-width: 960px) {
          .hero-section .text-wrap .lower .para {
            font-size: 25px;
            line-height: 1.2;
            padding-bottom: clamp(40px, 12vh, 200px); } }
  @media (max-width: 960px) {
    .hero-section {
      height: 100svh; }
      .hero-section .text-wrap {
        padding-top: 95px;
        padding-bottom: 30px; }
        .hero-section .text-wrap .lower {
          padding-left: 0; }
          .hero-section .text-wrap .lower .fh3 {
            font-size: 30px; } }
