@font-face {
  font-family: Ellahuntfont;
  src: url('../fonts/EllaHuntFont-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 48px 12px;
  display: flex;
  position: relative;
}

.logos {
  width: auto;
  max-width: none;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.countdown-embed {
  max-width: 512px;
  margin: 0;
}

.image {
  max-width: 88px;
}

.crossword-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 48px;
  display: grid;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.hint-text {
  color: #cbcbcb;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.clue-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.clue-heading {
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.clue-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.clue-column.column-1, .clue-column.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.image-2 {
  mix-blend-mode: luminosity;
  max-width: 96px;
}

.image-2-copy {
  mix-blend-mode: luminosity;
  max-width: 188px;
}

@media screen and (max-width: 991px) {
  .crossword-contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  .code-embed {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  .crossword-contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  .code-embed {
    order: -9999;
  }

  .clue-column.column-1 {
    align-items: stretch;
    width: 48%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .clue-column.column-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 479px) {
  .crossword-contents {
    justify-content: space-between;
  }

  .hint-text {
    font-size: 10px;
  }

  .clue-heading {
    font-size: 14px;
    line-height: 1.2;
  }

  .clue-column.column-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 45%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .clue-column.column-2 {
    width: 45%;
    padding-left: 4px;
    padding-right: 4px;
  }
}

#w-node-a200823b-3472-fb8d-db01-ec63c006d462-72d2bba7 {
  justify-self: end;
}

#w-node-ea4c4e9c-cd28-03ab-3d62-bed855540925-72d2bba7 {
  justify-self: start;
}


@font-face {
  font-family: 'Ellahuntfont';
  src: url('../fonts/EllaHuntFont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}