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

.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;
  }
}

.categories-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 61.8047vh;
  display: flex;
}

.category-tile {
  background-image: linear-gradient(to top, #000, #0003 55%), url('../images/1111MBE_KunstenKids_022.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 13px;
  display: flex;
}

.category-tile.bg-atelier {
  background-image: linear-gradient(to top, #000, #0003 55%), url('../images/IMG_4673-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
}

.category-tile.bg-events {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to top, #000, #0003 55%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.category-tile-heading-div {
  text-align: center;
}

.category-tile-heading {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.category-tile-description {
  color: #c5c5c5;
  font-family: Montserrat, sans-serif;
}

.atelier-section {
  height: 1200px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section {
  height: 100vh;
}

.heading {
  text-align: center;
  font-family: "Athena (personal use only)";
  font-weight: 400;
}

.heading.white {
  color: #f7f7f7;
  font-size: 48px;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph.white {
  color: #f7f7f7;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.klas-section {
  background-color: #40b5fd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.klas-blok {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.klas-blok-links {
  margin-bottom: 40px;
}

.heading-2 {
  color: #f7f7f7;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block {
  color: #f7f7f7;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image {
  padding: 0 30px;
}

.div-block {
  text-align: center;
}

.lightbox-link {
  margin-left: 10px;
  margin-right: 10px;
}

.highlight-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/MBE_KunstenKids_080.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
}

.highlight-section._2 {
  background-image: linear-gradient(#0000, #0000), url('../images/111145116272_1885491641498220_2269148122896662528_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.left {
  justify-content: flex-end;
}

.div-block-2 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  min-height: 180px;
  padding: 30px 40px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-2 {
  text-align: center;
}

.hero-section {
  background-image: url('../images/Hero-BG.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 12px;
  padding-right: 70px;
  display: flex;
  position: static;
}

.hero-container {
  background-color: #cacaca;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-header-div {
  z-index: 2;
  align-items: center;
  display: none;
  position: absolute;
  top: 50%;
  bottom: 50%;
}

.heading-4 {
  text-align: left;
  font-family: haboro-contrast-normal;
  font-size: 8em;
  position: static;
}

.navbar {
  z-index: 7;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-sub-photo {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_4673-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 37vw;
  height: 100vh;
  position: absolute;
  left: 0%;
}

.hero-sub-photo.slanted {
  position: absolute;
}

.hero-sub-photo.slanted-third {
  display: block;
}

.hero-sub-photo.middle {
  z-index: 1;
  background-image: url('../images/111145116272_1885491641498220_2269148122896662528_n.jpg');
  background-position: 240%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  left: 0%;
  right: 0%;
}

.hero-sub-photo.middle.slanted-third {
  z-index: 5;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/111145116272_1885491641498220_2269148122896662528_n.jpg');
  background-position: 0 0, 54% 46%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  display: block;
  position: sticky;
  top: 0;
  left: 0%;
  transform: scale(1);
}

.hero-sub-photo.middle.slanted-third.slanted-border {
  z-index: 3;
  transform-style: preserve-3d;
  background-image: none;
  display: none;
  position: absolute;
  transform: scale3d(1.015, 1, 1);
}

.hero-sub-photo.right-most {
  z-index: 1;
  background-image: linear-gradient(#fff3, #fff3), url('../images/82.jpeg');
  background-position: 0 0, 48% 52%;
  background-size: auto, cover;
  align-items: stretch;
  display: flex;
  left: auto;
  right: 0%;
}

.hero-sub-photo.left-most {
  z-index: 1;
  background-image: linear-gradient(#fff3, #fff3), url('../images/IMG_4673-2.jpg');
  background-position: 0 0, 48% 52%;
  background-size: auto, cover;
}

.hero-sub-photo.left-most.slanted-third {
  background-image: url('../images/IMG_4673-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-sub-mask {
  width: 20vw;
  height: 100vh;
  position: relative;
  left: 0%;
  overflow: hidden;
  transform: translate(64px);
}

.div-block-3 {
  background-color: red;
  width: 100px;
  height: 100px;
}

.link-block {
  height: 100vh;
}

.slants-container {
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  text-align: center;
  background-color: #fff;
  padding: 22px;
}

.hero-underlay {
  z-index: 0;
  background-color: #fffc;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-underlay-lower {
  justify-content: space-around;
  align-items: flex-start;
  height: 50%;
  display: flex;
}

.hero-underlay-text-div {
  z-index: 4;
  width: 100%;
  position: relative;
}

.heading-5 {
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 3.7em;
}

.text-block-3 {
  text-align: center;
  font-family: athena, sans-serif;
}

.heading-6 {
  font-family: athena, sans-serif;
  font-size: 1.9em;
}

.nav-link {
  font-family: athena, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.heading-7 {
  font-family: athena, sans-serif;
  font-weight: 400;
}

.section-heading {
  font-family: athena, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
}

.heading-8 {
  font-family: athena, sans-serif;
}

.subheading {
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 2.6em;
}

.div-block-5 {
  height: 200px;
  margin-top: 22px;
}

.lightbox-link-2 {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-2 {
  height: 100%;
}

.hero-flexbox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.hero-div {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-3 {
  max-width: 5000px;
  height: 90vh;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
}

.div-block-6 {
  flex: 0 auto;
  height: 10vh;
}

.hero-heading {
  font-family: athena, sans-serif;
}

.div-block-7 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-color-overlay {
  position: absolute;
  inset: 0%;
}

.slider {
  height: 100%;
  display: none;
}

.grid {
  height: 100vh;
}

.title-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 100%;
  display: flex;
  position: absolute;
}

.lili-title {
  text-align: center;
  margin-top: 0;
  font-family: athena, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.landing-section {
  display: none;
  position: relative;
}

.landing-container {
  position: relative;
  inset: 0%;
}

.landing-bg-performer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  inset: 37% 0% auto;
}

.landing-subtitle-container {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 38% 0% auto;
}

.landing-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: haboro-contrast-normal;
  font-weight: 300;
}

.landing-subtitle-inner-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image-4, .image-5 {
  position: absolute;
}

.landing-section-2 {
  height: 100vh;
}

.logo-container {
  flex: 0 auto;
  position: relative;
}

.rubric-heading {
  font-family: sofia-pro, sans-serif;
  font-weight: 200;
}

.quick-stack {
  grid-row-gap: 20px;
  height: 100%;
}

.cell {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.cell-2 {
  justify-content: center;
}

.image-6 {
  object-fit: cover;
  flex: 0 auto;
  overflow: visible;
}

.rubric-headings-container {
  justify-content: center;
  display: flex;
}

.image-7 {
  object-fit: cover;
}

.cell-3 {
  flex-direction: column;
  align-items: flex-start;
}

.image-8 {
  position: static;
}

.landing-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100%;
}

.rubric-flex-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 33vw;
  max-height: 100%;
  display: flex;
}

.rubric-flex-block.half-height {
  align-items: center;
  width: 100%;
  max-width: 40vw;
  height: 65vh;
  position: absolute;
  inset: auto 30% 0%;
}

.rubric-flex-block.mid-aligned {
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rubric-flex-block.first {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rubric-flex-image-container {
  flex: 0 auto;
  justify-content: center;
  max-height: 80%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rubric-flex-image-container.half-height {
  max-height: 50%;
}

.rubric-flex-image {
  box-shadow: 0 2px 5px #0003;
}

.rubric-flex-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 26px;
  padding-bottom: 14px;
  font-family: sofia-pro, sans-serif;
  font-size: 3.2em;
  font-weight: 100;
}

.logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 25% auto;
}

.image-9 {
  width: 34vw;
}

.body {
  background-color: #fce0c063;
}

.section-performer {
  min-height: 100vh;
}

.section-title-container {
  margin-top: 47px;
}

.section-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
}

.heading-10 {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-weight: 100;
}

.bg-container {
  background-image: url('../images/Hero-BG.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  min-width: 100vw;
  min-height: 100vh;
  padding: 0 0 40px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.feestje-section {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.image-10 {
  width: 40vw;
  margin-bottom: 54px;
  display: block;
}

.section-right-half {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 78px;
  display: flex;
}

.section-title {
  text-align: center;
  margin-bottom: 0;
  font-family: athena, sans-serif;
  font-size: 5.6em;
  font-weight: 400;
  line-height: 90px;
}

.section-content {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-11 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: athena, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
}

.heading-11.small-heading {
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 300;
}

.subsection-gallery-container {
  justify-content: center;
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: athena, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
  left: 0;
  overflow: scroll;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: athena, sans-serif;
  font-weight: 300;
}

.gallery-photos-container {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 90vw;
  height: 100%;
  display: flex;
}

.gallery-photos-container.horizontal {
  flex-flow: wrap;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallery-thumbnail {
  flex: 0 auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
  display: none;
  position: relative;
  overflow: visible;
}

.gallery-thumbnail.small {
  background-color: #0003;
  flex: none;
  align-self: auto;
  max-width: 100%;
  height: 290px;
  max-height: 100%;
  padding-right: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
  box-shadow: 3px 3px 18px #0006;
}

.menu-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-item-container {
  color: #333;
  background-image: linear-gradient(333deg, #fef2ed99, #fff9);
  border-radius: 200px;
  width: 40%;
  margin: 18px;
  padding: 14px 10px;
  text-decoration: none;
  box-shadow: 2px 4px 14px #00000026;
}

.menu-big-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: athena, sans-serif;
  font-size: 2.6em;
  line-height: 1em;
  text-decoration: none;
}

.menu-subheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: athena, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.in-het-atelier-section {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-12 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: athena, sans-serif;
  font-size: 5em;
  font-weight: 400;
}

.gallery-item-container {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.artwork-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.artwork-dimensions {
  text-align: center;
  margin-top: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: .8em;
  display: none;
}

.voor-de-klas-section {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.voor-de-klas-section.contact {
  padding-top: 100px;
  padding-bottom: 140px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: athena, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

.ondertitel {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: athena, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.paragraph-4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: athena, sans-serif;
  font-weight: 300;
}

.lightbox-link-3 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.collection-list {
  justify-content: space-between;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.collection-item-2 {
  flex: 1;
  min-height: 560px;
  position: relative;
}

.collection-list-wrapper {
  overflow: visible;
}

.lililightbox {
  flex: 0 auto;
  height: 410px;
  display: flex;
  overflow: visible;
}

.big-gallery-image-thumbnail {
  max-width: none;
  height: 100%;
  padding-right: 25px;
  display: block;
}

.udesly-code-snippet {
  display: none;
}

.udesly-medium-image-zoom {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  height: 100%;
}

.scroll-container {
  height: 100%;
  display: flex;
  overflow: scroll;
}

.scroll-container.scroll-left {
  justify-content: flex-end;
}

.scroll-container.scroll-right {
  flex: 1;
  justify-content: flex-start;
  overflow: visible;
}

.paragraph-5 {
  text-align: center;
  font-family: athena, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.bold-text {
  text-align: center;
  font-weight: 300;
}

.youtube {
  width: 900px;
}

.bold-text-3 {
  font-weight: 300;
}

.code-embed {
  width: 100%;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  width: 75%;
  margin-bottom: 80px;
  display: flex;
}

.container-3 {
  flex-flow: column;
  align-items: center;
  width: 75%;
  display: flex;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  z-index: 2;
  position: relative;
}

.navbar-2 {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.supplemental-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.supplemental-image-container.dichter-bij-elkaar-komen {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 107%;
}

.supplemental-image-container.snoep {
  align-items: stretch;
  width: 80%;
}

.supp-image-llightbox {
  width: 23%;
}

.supp-image-llightbox.thirds {
  width: 31%;
}

.supp-image-llightbox.th {
  width: 30%;
}

.supp-image-llightbox.halfs {
  flex: 1;
}

.supp-image-llightbox.fifths {
  width: 18%;
}

.nav-link-2 {
  font-family: Great Vibes, cursive;
}

.nav-link-2.w--current {
  font-family: athena, sans-serif;
  font-size: 1em;
}

.nav-link-3 {
  font-family: athena, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #333;
  text-decoration: underline;
}

.gimme-some-space {
  height: 60px;
}

.video {
  width: 70vw;
}

.lightbox-link-4, .testimg {
  height: 100px;
}

.schmink-lightbox {
  flex: 1;
  display: block;
}

.barbarellas-lightbox {
  flex: 1;
}

.lightbox-link-5 {
  flex: 1;
  display: flex;
}

.lightbox-link-6 {
  flex: 1;
}

.form {
  width: 60vw;
  max-width: 100%;
  display: block;
}

.submit-button {
  background-color: #000;
  border: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}

.submit-button:hover {
  background-color: #939494;
  border: 1px solid #000;
}

.field-label {
  font-style: italic;
  font-weight: 400;
}

.field-label.lightlabel {
  font-family: athena, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.field-label.lightlabel.lightlabellink {
  margin-left: 3px;
}

.form-label {
  font-family: athena, sans-serif;
  font-weight: 700;
}

.form-field, .text-field {
  font-family: athena, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .menu-item-container {
    text-decoration: none;
  }

  .menu-big-heading, .menu-subheading {
    color: #333;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .udesly-medium-image-zoom {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .title-container {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 85px;
    position: relative;
    inset: 0% 0% auto;
  }

  .rubric-heading {
    text-transform: uppercase;
    font-family: athena, sans-serif;
  }

  .landing-flex {
    flex-direction: column;
    align-items: flex-end;
  }

  .rubric-flex-block {
    flex-direction: row;
    max-width: 100vw;
  }

  .rubric-flex-block.half-height {
    flex-direction: column;
  }

  .rubric-flex-block.first {
    flex-direction: column;
    inset: 0% 0% auto;
  }

  .rubric-flex-image-container {
    max-height: 80vh;
    position: static;
  }

  .rubric-flex-image {
    flex: 0 auto;
  }

  .image-9 {
    position: static;
  }

  .bg-container {
    background-image: url('../images/Design-2-expanded-height.jpg');
    min-width: 100vw;
    min-height: 100vh;
  }

  .image-10 {
    flex: none;
    width: 75vw;
    margin-top: 35px;
  }

  .section-title {
    font-size: 5em;
    line-height: 1em;
  }

  .subsection-gallery-container {
    overflow: scroll;
  }

  .gallery-thumbnail.small {
    height: 220px;
  }

  .gallery-thumbnail.small.wide {
    height: 80px;
  }

  .menu-container {
    flex: 0 auto;
    align-items: flex-end;
  }

  .menu-item-container {
    color: #333;
    width: 80vw;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
  }

  .menu-big-heading {
    margin-bottom: 6px;
    font-size: 2.3em;
    line-height: 1em;
  }

  .menu-subheading {
    font-size: 1.1em;
    line-height: 1em;
  }

  .voor-de-klas-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .lililightbox {
    flex: 0 auto;
  }

  .udesly-medium-image-zoom {
    width: 100%;
  }

  .scroll-container {
    flex: none;
    position: relative;
  }

  .scroll-container.sc1 {
    flex: none;
    width: 100%;
    overflow: scroll;
  }

  .scroll-container.sc3 {
    flex: none;
    overflow: scroll;
  }

  .bold-text-3 {
    font-size: 1em;
  }

  .container-3 {
    width: 90%;
  }

  .supplemental-image-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .supp-image-llightbox, .supp-image-llightbox.thirds {
    width: 44%;
  }

  .supp-image-llightbox.halfs {
    width: 100%;
  }

  .supp-image-llightbox.fifths {
    width: 14%;
  }

  .schmink-lightbox {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }
}


