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


  html, body {
    height: auto !important;
    width: auto !important;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5em;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #7497ab;
  }

  body p { font-weight: 300;  padding-top: 1em; padding-bottom: 1em;}

 /* make text smaller for the intermediate sized 2 col solution */

  @media screen and (min-device-width: 720px) and (max-device-width: 1080px) {

    html, body {
      font-size: 1.2em;
    }

    } /* media query */

  .container {
    display: flex;
    flex-direction: row;
    height: 100dvh;
    width: 100dvw;
  }

  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    height: 100lvh;
    aspect-ratio: 9 / 16;
    background: black;
    z-index: 0;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .text-container {
    margin-left: 720px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5em;
    min-height: 200vh;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
  }

  .text-container p {
    max-width: 900px;
    font-size: 1rem;
  }
  .overlay-heading, .sub-heading-container {
    display: block;
    position: absolute;
    z-index: 2;
    text-align: center;
  }

  .overlay-heading {
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    #background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: clamp(1rem, 4vw, 1.5rem);
  }

  .sub-heading-container {
    bottom: 4rem;
    left: 15%;
    transform: translateX(-10%);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: clamp(0.6rem, 3vw, 0.9rem);
    max-width: 90%;
  }

  /* For intermediate type screens */
  @media (max-width: 1080px) {
    .container {
      flex-direction: column;
      height: auto;
      font-size: 0.8rem;

    }

    .text-container {
      margin-left: min(540px, calc(66%));
      padding: 2rem;
      min-height: 200vh;
      background-color: #f5f5f5;
      position: relative;
      z-index: 1;
    }

    .video-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      width: 66%;
      max-width: 540px;
      height: 100vh;
      aspect-ratio: 9 / 16;
      background: black;
      z-index: 0;
    }

        .overlay-heading {
          top: 5rem;
          left: 50%;
          transform: translateX(-50%);
          #background-color: rgba(0, 0, 0, 0.6);
          color: #fff;
          padding: 0.5rem 1rem;
          border-radius: 6px;
          font-size: clamp(1rem, 3vw, 1.2rem);
        }

        .sub-heading-container {

          bottom: 4rem;
          left: 50%;
          transform: translateX(-50%);
          background-color: rgba(123, 0, 0, 0.4);
          color: #fff;
          padding: 0.5rem 1rem;
          border-radius: 6px;
          font-size: clamp(0.6rem, 3vw, 0.9rem);
          max-width: 90%;
        }

        /*
        The MORE complicated situiation of a smaller screen in landscape !
        Only display WARREN MILLER over video and move sub heading to top of text colum or hide?
        */

        @media (max-width: 1080px) and (orientation: landscape) {

          .sub-heading-container { display: none; }

          .text-container {
            margin-left: min(440px, calc(66%));
            padding: 2rem;
            min-height: 200vh;
            background-color: #f5f5f5;
            position: relative;
            z-index: 1;
          }

          .video-container {
            position: fixed;
            top: 0;
            left: auto;
            width: 66%;
            max-width: 440px;
            height: 104vh;
            aspect-ratio: 9 / 16;
            background: pink;
            z-index: 0;

          }

         .overlay-heading { top: 4rem;
           font-size: 0.9rem;
           padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
padding-top: env(safe-area-inset-top);
padding-bottom: env(safe-area-inset-bottom);
left: 50%;
transform: translateX(-50%);

}

        } /* media query for small landscape */

  } /* intermediate width outer media query */



  /* Overlay styles for mobile portrait */
  @media (max-width: 720px) {
    .container {
      flex-direction: column;
      height: auto;
    }

    .video-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: auto;
      aspect-ratio: 9 / 16;
    }

    .overlay-heading, .sub-heading-container {
      display: block;
      position: absolute;
      z-index: 2;
      text-align: center;
    }

    .overlay-heading {
      top: 5rem;
      left: 50%;
      transform: translateX(-50%);
      #background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 6px;
      font-size: clamp(0.3rem, 5.5vw, 3rem);
    }

    .sub-heading-container {
      bottom: 4rem;
      left: 30%;
      transform: translateX(-20%);
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 0.2rem 0.2rem;
      border-radius: 6px;
      font-size: clamp(0.2rem, 3vw, 0.9rem);

    }

    .text-container {
      margin-left: 0;

      text-align: center;
    }
  }

  /* Email Octopus modifiers */
  .mb-2 {
    font-size: 0.7rem;
  }

  .btn-primary {
    font-size: 0.7rem;
    background-color: #04AA6D;
  }

  .fa-ticket:before {
    content: "\f145" }

        .book-button {
        font-size: 0.5em;
        text-decoration: none;
        text-align: center;
        height: 55px;
        line-height: 55px;
        width: 100%;
        display: block;
        background-color:#41739b
    }

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.left, {
  width: 15%;
}

.middle {
  width: 50%;
}
.england { background-color: red; }
.scotland {background-color: #1A6BB5; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
