.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.body {
  color: #fefefe;
  background-color: #000;
  font-size: 1rem;
  line-height: 16px;
  overflow: visible;
}

.topnavbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  background-color: #555;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 5rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  object-fit: contain;
  max-width: 4rem;
}

.navbuttons {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row-reverse;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  max-width: 0;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-button {
  background-color: #3898ec;
  border-radius: .8rem .8rem 0 0;
  box-shadow: 4px -2px 2px 2px #0003;
}

.gallery-button.w--current {
  color: #fff;
  cursor: pointer;
  background-color: #3898ec;
  box-shadow: .3rem 0 .1rem .2rem #0003;
}

.about-button {
  color: #fff;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .5rem 1rem;
  box-shadow: .3rem 0 .1rem .2rem #0003;
}

.about-button.w--current {
  cursor: pointer;
  background-color: #1c4c76;
  box-shadow: 1px -1px 1px 1px #0003;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #555;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.bottomnavcontainer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 0;
  align-self: center;
  max-width: 95%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 10px;
  width: 15rem;
  height: 15rem;
  max-height: 100%;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 10px;
  max-height: 100%;
}

.logocontainer {
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-height: 5rem;
  margin-left: 10px;
  display: flex;
}

.contentwindow {
  flex-flow: wrap;
  margin: 6rem 10px 5rem;
  overflow: auto;
}

.gallery-grid-main {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  max-height: 100%;
  display: grid;
}

.art-filter-controls {
  max-width: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  display: block;
}

.subject-filter-controls {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  display: block;
}

.subject-filter-trigger {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  background-color: #3898ec;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.titletext {
  font-size: 2rem;
}

.gallery-item {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #363636;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-height: 15rem;
  display: flex;
}

.gallery-image {
  object-fit: contain;
  max-height: 100%;
  display: block;
}

.titleoffset {
  margin-top: -36px;
}

.lightbox-overlay {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #363636;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 75%;
  max-height: 80%;
  padding: 10px;
  display: flex;
  position: relative;
}

.lightbox-image {
  object-fit: contain;
  max-height: 100%;
  overflow: auto;
}

.lightbox-close {
  z-index: 1001;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.subject-filter-panel {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  background-color: #000;
  max-height: 30rem;
  display: flex;
  overflow: auto;
}

.subject-filter-option {
  color: #000;
  background-color: #3898ec;
  border-radius: 5px;
  width: 94%;
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  display: block;
}

.art-type-filter-trigger {
  color: #000;
  background-color: #3898ec;
  border-radius: .4rem;
  padding: 1rem;
}

.art-type-option-item {
  color: #000;
}

.aboutpagecontent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  margin: 5rem 1rem;
  display: flex;
  overflow: auto;
}

.link-block {
  object-fit: contain;
  width: 2.5rem;
  height: 2.5rem;
}

.instagramicon {
  border-radius: 8px;
}

.lightbox-video-embed-wrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.lightbox-etsy-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: contain;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.request-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.request-form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.paragraph {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 16px;
  display: flex;
}

.heading {
  margin-top: 10px;
}

.quick-stack {
  grid-row-gap: 19px;
  padding: 1rem;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 10rem;
  height: 10rem;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: contain;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.text-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  font-size: 5rem;
  display: block;
}

.image-6 {
  object-fit: contain;
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.text-block-8 {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.game-button-block {
  background-color: #1c5281;
  border: .2rem solid #00aeee;
  border-radius: 2.5rem;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.top-nav-button {
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .5rem 1rem;
  box-shadow: .3rem 0 .1rem .2rem #0003;
}

.top-nav-button.w--current {
  background-color: #1c4c76;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  box-shadow: .4rem 0 0 0 #0003;
}

.button {
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .5rem 1rem;
  box-shadow: 0 2rem 5rem 0 #0003;
}

.button.w--current {
  background-color: #1c4c76;
  box-shadow: .4rem 0 0 0 #0003;
}

.button-2 {
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .5rem 1rem;
  box-shadow: .3rem 0 .1rem .2rem #0003;
}

.topnavbutton {
  background-color: #1c5281;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: .5rem 1rem;
  font-family: Varela, sans-serif;
  box-shadow: .01rem 0 .1rem .01rem #0003;
}

.topnavbutton.w--current {
  background-color: #00aeee;
  box-shadow: .3rem 0 .1rem .2rem #0003;
}

.link-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  display: flex;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 2rem;
  max-width: 10rem;
  overflow: auto;
}

.jigsawembed {
  display: flex;
  overflow: auto;
}

.div-block-3 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.gamecontainer {
  flex-flow: column;
  margin-top: 5rem;
  position: fixed;
  inset: 0%;
}

.code-embed {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-4 {
  flex-flow: column;
  width: 100%;
  display: block;
}

.div-block-5 {
  object-fit: fill;
  flex-flow: column;
  width: 100%;
  height: 99.9998%;
  display: block;
}

.game-link-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 97%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #fefefe;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 2rem;
  text-decoration: none;
}

.about-headline {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: .9375rem;
    line-height: 15px;
  }

  .topnavbar {
    max-height: 3rem;
    font-size: .6rem;
  }

  .logo {
    max-width: 2rem;
  }

  .gallery-button.w--current, .about-button.w--current {
    font-size: .8rem;
  }

  .footer {
    height: 3rem;
    padding: .5rem;
    font-size: .6rem;
  }

  .logocontainer {
    max-height: 3rem;
  }

  .contentwindow {
    margin-top: 4rem;
    margin-bottom: auto;
    padding-bottom: 4rem;
  }

  .gallery-grid-main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .subject-filter-controls {
    justify-content: flex-start;
    align-items: center;
  }

  .subject-filter-trigger {
    padding: .5rem;
  }

  .titletext {
    font-size: 1rem;
  }

  .titleoffset {
    margin-top: -16px;
  }

  .subject-filter-panel, .subject-filter-option {
    font-size: .7rem;
  }

  .art-type-filter-trigger {
    padding: .5rem;
  }

  .topnavbutton {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    padding: .25rem .5rem;
    font-size: .8rem;
  }

  .gamecontainer {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    line-height: 14px;
  }

  .topnavbar {
    max-height: 3rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .5rem;
  }

  .logo {
    max-width: 2rem;
  }

  .about-button {
    font-size: 1rem;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logocontainer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .titletext {
    font-size: 1rem;
  }

  .titleoffset {
    margin-top: -18px;
  }

  .top-nav-button, .button-2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .gallery-button {
    padding: 5px 10px;
    font-size: .8rem;
  }

  .gallery-button.w--current {
    box-shadow: 1px -1px 1px .5px #0003;
  }

  .about-button {
    padding: 5px 10px;
    font-size: .8rem;
  }

  .about-button.w--current {
    padding: .25rem .5rem;
    box-shadow: 1px -1px 1px .5px #0003;
  }

  .footer {
    height: 3rem;
  }

  .logocontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .contentwindow {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }

  .art-filter-controls {
    justify-content: flex-start;
    align-items: center;
    font-size: .8rem;
  }

  .subject-filter-trigger {
    max-width: 10rem;
    padding: .5rem;
    font-size: .9rem;
  }

  .gallery-item {
    background-color: #2b2b2b;
  }

  .gallery-image {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .text-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .subject-filter-option {
    font-size: 1rem;
  }

  .art-type-filter-trigger {
    padding: .5rem;
  }

  .aboutpagecontent {
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
  }

  .top-nav-button, .button.w--current, .button-2 {
    padding: .25rem .5rem;
    font-size: .8rem;
  }

  .image-7 {
    max-width: 3rem;
  }

  .gamecontainer {
    margin-top: 3rem;
  }

  .text-block-9 {
    font-size: 1.5rem;
  }
}

#w-node-c5f19f63-3f6e-a570-f3f7-972fe47eb8e6-a721568a {
  grid-area: 1 / 1 / 2 / 2;
}


