:root {
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #333;
  text-decoration: underline;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-wrapper.pop-up-event {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  position: fixed;
}

.image-columns {
  width: 100%;
  height: 100%;
}

.image-left-wrapper {
  background-color: var(--black);
  background-image: url('../images/kensignton-home-image-left.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 85%;
  height: 90vh;
}

.image-right-wrapper {
  background-image: url('../images/kensignton-home-image-right.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 85%;
  height: 90vh;
}

.right-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-column {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-wrapper {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 100px;
  display: flex;
  position: absolute;
}

.text-block-wrapper.pop-up {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 900px;
  height: 350px;
  padding: 60px 100px 40px;
  position: relative;
  bottom: 0;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper.pue {
  margin-bottom: 100px;
}

.separator {
  background-color: #00000080;
  width: 1px;
  height: 40px;
}

.separator.pue {
  position: absolute;
  top: -23px;
}

.coming-soon {
  text-align: center;
  letter-spacing: .6rem;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph1 {
  text-align: center;
  letter-spacing: .05rem;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1rem;
  line-height: 2rem;
}

.text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-port {
  display: none;
}

.body {
  background-color: #f2f2f100;
  background-image: url('../images/kensignton-home-image-crop.jpg');
  background-position: 50%;
  background-size: cover;
}

.body.pop-up-event {
  background-color: #f5f5f0;
  background-image: none;
}

.pue-head {
  text-align: center;
  letter-spacing: .6rem;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.picture-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 30svh;
  margin-bottom: 0;
  display: grid;
}

.image1 {
  background-image: url('../images/kh_sub1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image2 {
  background-image: url('../images/kh_main.jpg');
  background-position: 50%;
  background-size: cover;
}

.image3 {
  background-image: url('../images/kh_sub2.jpg');
  background-position: 50%;
  background-size: cover;
}

.bottom-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70svh;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.event-details {
  text-align: center;
  letter-spacing: .05rem;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.home-link {
  position: absolute;
  inset: 4% auto auto 2%;
}

.home-link-text {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .page-wrapper.pop-up-event {
    width: 100%;
    height: 100svh;
    position: static;
  }

  .text-block-wrapper {
    width: 70%;
    padding: 60px 40px;
  }

  .text-block-wrapper.pop-up {
    width: 90%;
  }

  .logo-wrapper.pue {
    margin-bottom: 60px;
  }

  .coming-soon {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }

  .paragraph1 {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
  }

  .logo-land {
    display: none;
  }

  .logo-land.pue {
    display: block;
  }

  .logo-port {
    display: none;
  }

  .picture-wrapper {
    height: 30svh;
  }

  .bottom-wrapper {
    height: 70svh;
  }

  .event-details {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .image-columns {
    width: 100svw;
    height: 100svh;
  }

  .image-left-wrapper, .image-right-wrapper {
    width: 95%;
    height: 95%;
  }

  .right-column {
    height: 50svh;
  }

  .left-column {
    justify-content: flex-start;
    align-items: flex-start;
    height: 50svh;
  }

  .text-block-wrapper.pop-up {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-wrapper.pue {
    margin-bottom: 60px;
  }

  .separator.pue {
    top: -18px;
  }

  .coming-soon {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .paragraph1 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .logo-land.pue {
    max-width: 80%;
    display: none;
  }

  .logo-port {
    display: block;
  }

  .picture-wrapper {
    grid-template-rows: .5fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 40svh;
  }

  .bottom-wrapper {
    height: 60svh;
  }

  .event-details {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  .image-columns {
    width: 100svw;
    height: 100svh;
  }

  .image-left-wrapper, .image-right-wrapper {
    width: 95%;
    height: 45svh;
  }

  .right-column {
    justify-content: flex-end;
    align-items: flex-end;
    height: 50svh;
  }

  .left-column {
    height: 50svh;
  }

  .text-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 80%;
    padding: 40px 20px;
  }

  .text-block-wrapper.pop-up {
    height: 300px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper.pue {
    margin-bottom: 40px;
  }

  .separator {
    height: 30px;
  }

  .separator.pue {
    top: -15px;
  }

  .coming-soon {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .paragraph1 {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .logo-land.pue {
    display: none;
  }

  .logo-port {
    max-width: 80%;
    display: block;
  }

  .pue-head {
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .picture-wrapper {
    height: 40svh;
  }

  .bottom-wrapper {
    height: 60svh;
  }

  .event-details {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .home-link {
    top: 2%;
  }
}

#w-node-c7401816-f76a-b73e-0085-6e7515d6b623-ed031a6c, #w-node-a97d435c-3b66-725e-0dc4-0cdc3c336132-ed031a6c, #w-node-_8d8ce863-a261-ac6e-92dd-86537491f8e2-ed031a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c7401816-f76a-b73e-0085-6e7515d6b623-ed031a6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a97d435c-3b66-725e-0dc4-0cdc3c336132-ed031a6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8d8ce863-a261-ac6e-92dd-86537491f8e2-ed031a6c {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7401816-f76a-b73e-0085-6e7515d6b623-ed031a6c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a97d435c-3b66-725e-0dc4-0cdc3c336132-ed031a6c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8d8ce863-a261-ac6e-92dd-86537491f8e2-ed031a6c {
    grid-area: 1 / 3 / 2 / 5;
  }
}


@font-face {
  font-family: 'Bigcaslon';
  src: url('../fonts/BigCaslon.ttf') format('truetype'), url('../fonts/BigCaslon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tradegothicltstd Extended';
  src: url('../fonts/TradeGothicLTStd-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}