.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

.custom-container {
  width: 1050px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custom-container.collection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.custom-container.collection-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-container.collection-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-container.collection-page._3 {
  margin-bottom: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 145px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.collection-section.laatste {
  height: auto;
  margin-bottom: 0px;
}

.body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.collection-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 130px;
  margin-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-text-wrapper.title {
  width: auto;
}

.button {
  margin-top: 30px;
  padding: 20px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #0097ea;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  color: #0097ea;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.button.portfolio {
  display: none;
}

.button-text {
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.collection-grid {
  display: none;
  width: 100%;
  height: 250px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-image {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.collection-image._1 {
  background-image: url('../images/IMG_0682-17.jpg');
  background-size: cover;
}

.collection-image._2 {
  background-image: url('../images/IMG_7934-6-3.jpg');
  background-size: cover;
}

.collection-bg {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_7934-6-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_7934-6-3.jpg');
  background-position: 0px 0px, 50% 50%;
}

.collection-bg._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_0242-11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_0242-11.jpg');
  background-position: 0px 0px, 50% 50%;
}

.collection-bg._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_7509-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_7509-3.jpg');
  background-position: 0px 0px, 0% 75%;
  background-size: auto, 150%;
}

.collection-bg._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_8025-11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_8025-11.jpg');
}

.collection-bg._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/3G6A4922.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/3G6A4922.jpg');
  background-size: auto, 100%;
}

.collection-bg._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_5280-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_5280-8.jpg');
  background-position: 0px 0px, 0% 59%;
  background-size: auto, 130%;
}

.collection-bg._6.title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_5280-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_5280-8.jpg');
  background-position: 0px 0px, 10% 50%;
  background-size: auto, auto;
}

.collection-bg._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_8113.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_8113.jpg');
}

.contact {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.contact-info {
  padding-top: 135px;
  padding-bottom: 135px;
  color: #000;
}

.collection-paragraph {
  display: none;
  margin-top: 15px;
  margin-bottom: 30px;
}

.collection-paragraph.intro {
  display: none;
}

.contact-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url('../images/Ronald-skewed.png');
  background-position: 50% 50%;
  background-size: 130%;
  -webkit-transform: translate(40px, 0px) skew(-10deg, 0deg);
  -ms-transform: translate(40px, 0px) skew(-10deg, 0deg);
  transform: translate(40px, 0px) skew(-10deg, 0deg);
}

.about {
  position: relative;
  background-color: #fff;
}

.text-wrapper {
  width: 40%;
  margin-top: 120px;
}

.about-paragraph {
  margin-bottom: 30px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 95vw;
}

.over-mij-text-wrapper {
  position: absolute;
  right: 25px;
  display: none;
  width: 75%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-image-wrapper {
  width: 80%;
  height: 100%;
  margin-left: -25%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-intro-wrapper {
  height: 100vh;
}

.grid {
  display: none;
  width: 80%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-header {
  margin-bottom: 30px;
  margin-left: -11px;
  font-family: Montserrat, sans-serif;
  color: #e5e5e5;
  font-size: 13vh;
  line-height: 11vh;
  font-weight: 700;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  margin-top: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  color: #0097ea;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.text-button.footer {
  width: 136px;
  margin-top: 0px;
  padding: 0px;
}

.photo-section {
  padding-bottom: 250px;
}

.photo-description {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-text-wrapper {
  width: 50%;
  padding-left: 10%;
}

.hero-paragraph {
  margin-top: 30px;
  margin-bottom: 45px;
  color: #fff;
}

.hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  background-image: url('../images/Hero-image-03.png');
  background-position: 0% 50%;
  background-size: auto 100%;
}

.html-embed {
  width: 15px;
}

.html-embed.rotated {
  -webkit-transform: translate(0px, -5px) rotate(180deg);
  -ms-transform: translate(0px, -5px) rotate(180deg);
  transform: translate(0px, -5px) rotate(180deg);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.credits {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.socials {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 100%;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-block {
  width: 25px;
  padding-top: 4px;
  color: #fff;
}

.social-link-block.contact {
  width: 35px;
}

.social-link-block.embed {
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
}

.volgende-collectie {
  padding-bottom: 70px;
}

.volgende-collectie-text {
  font-family: Montserrat, sans-serif;
}

.pijl-volgende {
  width: 40px;
  -webkit-transform: translate(26px, 6px) rotate(-90deg);
  -ms-transform: translate(26px, 6px) rotate(-90deg);
  transform: translate(26px, 6px) rotate(-90deg);
}

.volgende-collectie-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 472px;
  margin-bottom: -14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e5e5e5;
}

.social-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.volgende-collectie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1050px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
}

.navbar.mob {
  display: none;
}

.hamburger-icon {
  width: 25px;
}

.menu-button {
  background-color: rgba(255, 0, 0, 0);
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262626;
  color: #fff;
}

.nav-link {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.nav-link.bar {
  padding: 20px;
  font-weight: 600;
}

.nav-link.bar.mob {
  display: none;
}

.nav-link.bar.mob.w--current {
  display: none;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-block.middle {
  margin-right: 35px;
  margin-left: 35px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-menu {
  position: absolute;
  margin-left: 30px;
}

.kruisje {
  display: none;
  width: 25px;
}

.blauwestreep {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 2px;
  background-color: #0097ea;
}

.blauwestreep.links {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blauwtuutje {
  height: 100%;
  margin-left: -3px;
}

.blauwtuutje.links {
  margin-right: -3px;
  margin-left: 0px;
}

.lightbox-collection {
  width: 100%;
}

.grid-2 {
  grid-auto-flow: column;
  grid-column-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.same-height {
  max-height: 90vh;
  min-height: 10vh;
}

.collection-name {
  color: #0097ea;
}

.collection-line {
  width: 200px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0097ea;
}

.collection-line.white {
  width: 50px;
  background-color: #fff;
}

.next-collection {
  display: none;
  margin-bottom: 75px;
}

.next-collection-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.next-collection-button-text {
  margin-right: 10px;
}

.portfolio-title {
  margin-bottom: 30px;
  margin-left: -11px;
  font-family: Montserrat, sans-serif;
  color: #e5e5e5;
  font-size: 13vh;
  line-height: 11vh;
  font-weight: 700;
}

.heading {
  display: none;
}

@media screen and (max-width: 991px) {
  .custom-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .custom-container.collection-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-section {
    overflow: hidden;
  }

  .collection-text-wrapper {
    width: 100%;
  }

  .collection-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7934-6-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7934-6-3.jpg');
    background-size: auto, cover;
  }

  .collection-bg._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_0242-11.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_0242-11.jpg');
    background-size: auto, cover;
  }

  .collection-bg._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7509-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7509-3.jpg');
    background-size: auto, cover;
  }

  .collection-bg._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_8025-11.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_8025-11.jpg');
    background-size: auto, cover;
  }

  .collection-bg._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/3G6A4922.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3G6A4922.jpg');
    background-size: auto, cover;
  }

  .collection-bg._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_5280-8.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_5280-8.jpg');
    background-size: auto, cover;
  }

  .contact-image {
    display: none;
  }

  .about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .hero-section {
    overflow: hidden;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-image-wrapper {
    display: none;
  }

  .collection-intro-wrapper {
    height: auto;
    padding-top: 150px;
  }

  .grid {
    width: 100%;
  }

  .collection-header {
    margin-bottom: 30px;
    margin-left: -4px;
    font-size: 12vw;
    line-height: 12vw;
  }

  .text-button.footer {
    display: none;
  }

  .photo-section {
    padding-bottom: 80px;
  }

  .hero-text-wrapper {
    width: 100%;
    padding-right: 10%;
  }

  .hero-image-wrapper {
    position: absolute;
    right: -150px;
    z-index: -1;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Hero-image-03.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Hero-image-03.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, auto 100%;
  }

  .volgende-collectie {
    padding: 35px 30px 50px;
  }

  .pijl-volgende {
    margin-right: 43px;
    padding-left: 5px;
  }

  .volgende-collectie-button {
    width: auto;
  }

  .volgende-collectie-wrapper {
    width: 100%;
  }

  .navbar {
    display: none;
  }

  .navbar.mob {
    display: block;
    height: auto;
  }

  .container {
    margin-left: 12px;
  }

  .nav-menu-2 {
    height: 100vh;
    padding-top: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    margin-right: 0px;
  }

  .nav-link.bar.mob {
    display: block;
  }

  .nav-link.bar.mob.w--current {
    display: block;
  }

  .nav-link.collection {
    display: none;
  }

  .nav-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-block.middle {
    display: none;
  }

  .nav-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar-menu {
    display: none;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .same-height {
    max-height: none;
    min-height: auto;
  }

  .portfolio-title {
    margin-bottom: 30px;
    margin-left: -4px;
    font-size: 12vw;
    line-height: 12vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 27px;
    line-height: 36px;
  }

  .custom-container.collection {
    padding-right: 30px;
    padding-left: 30px;
  }

  .custom-container.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .custom-container.collection-intro {
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-container.collection-page._3 {
    margin-bottom: 80px;
  }

  .collection-section {
    margin-bottom: 75px;
  }

  .collection-text-wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .collection-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7934-6-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7934-6-3.jpg');
    background-size: auto, cover;
  }

  .collection-bg._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_0242-11.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_0242-11.jpg');
    background-size: auto, cover;
  }

  .collection-bg._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_7509-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_7509-3.jpg');
    background-size: auto, cover;
  }

  .collection-bg._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_8025-11.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_8025-11.jpg');
    background-size: auto, cover;
  }

  .collection-bg._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/3G6A4922.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3G6A4922.jpg');
    background-size: auto, cover;
  }

  .collection-bg._6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_5280-8.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_5280-8.jpg');
    background-size: auto, cover;
  }

  .collection-bg._6.title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_5280-8.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_5280-8.jpg');
    background-size: auto, cover;
  }

  .contact-info {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .about {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-button {
    margin-top: 75px;
  }

  .hero-text-wrapper {
    padding-left: 15px;
  }

  .hero-paragraph {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .socials {
    width: 95px;
    padding-right: 25px;
  }

  .volgende-collectie {
    overflow: hidden;
  }

  .volgende-collectie-text {
    font-size: 6vw;
    line-height: 22px;
  }

  .pijl-volgende {
    width: 32px;
    -webkit-transform: translate(14px, 6px) rotate(-90deg);
    -ms-transform: translate(14px, 6px) rotate(-90deg);
    transform: translate(14px, 6px) rotate(-90deg);
  }

  .nav-menu-2 {
    padding-bottom: 20px;
  }

  .nav-block.middle {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-wrapper {
    padding-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfolio-title {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .credits {
    font-size: 12px;
    line-height: 18px;
  }

  .volgende-collectie-text {
    font-size: 5vw;
  }
}

#w-node-7fe238f9b9e9-c12c8028 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}