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

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 7em;
  line-height: 1em;
  display: flex;
}

.section {
  height: 100vh;
  background-image: url('../images/hero-img-upscaled.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-menu {
  width: auto;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: block;
  position: relative;
}

.section-2 {
  background-color: #e8e8e8;
  background-image: url('../images/background-logo-full.png');
  background-position: 130% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 7% 10%;
  display: flex;
}

.navbar {
  width: 100%;
  max-width: 100%;
  background-color: rgba(36, 36, 36, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
}

.brand {
  flex: 0 auto;
  transition: all .3s;
  display: block;
}

.brand:hover {
  transform: scale(1.05);
}

.div-block {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  display: block;
}

.nav-link {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.contactbutton {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(135deg, #990100, #b90504);
  border: 2px solid #990100;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s;
  box-shadow: 0 4px 6.5px rgba(0, 0, 0, .25);
}

.nav-link.contactbutton:hover {
  background-image: linear-gradient(135deg, rgba(153, 1, 0, 0), rgba(185, 5, 4, 0));
  border: 2px solid #990100;
}

.div-block-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.div-block-3 {
  width: 25%;
  height: 2px;
  background-image: linear-gradient(#fff, #fff);
}

.image {
  margin-left: 25px;
  margin-right: 25px;
}

.container-3 {
  width: 50%;
  margin-left: 50px;
  margin-right: 0;
}

.text-block {
  color: #990100;
  text-align: center;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
}

.text-block.left-align-test {
  text-align: left;
}

.heading-2 {
  color: #242424;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Josefin Sans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.heading-2.white-heading {
  color: #fff;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.heading-2.left-heading {
  text-align: left;
}

.paragraph {
  color: #242424;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.paragraph.white-text {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.4em;
}

.image-2 {
  width: 500px;
}

.section-3 {
  background-color: #242424;
  padding: 7% 10%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

.section-4 {
  background-color: #e8e8e8;
  justify-content: space-around;
  align-items: center;
  margin-top: 0%;
  padding: 7% 10%;
  display: flex;
}

.div-block-4 {
  width: 29%;
  height: 70vh;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/410173198_890072005850587_3288964970974610560_n.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  border-radius: 35px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding: 25px;
  transition: all .3s;
  display: flex;
}

.div-block-4:hover {
  width: 29%;
  transform: scale3d(1.05, 1.07, 1);
}

.div-block-4.bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/121496741_2717608145147885_6611316844224774665_n.jpeg');
  background-position: 0 0, 0 0, 70%;
  background-size: auto, auto, cover;
}

.div-block-4.bg-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/384103275_742028421273018_1091503604115198711_n.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.div-block-5 {
  width: 40px;
  height: 2px;
  color: #fff;
  background-color: #fff;
}

.text-block-3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
}

.section-5 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/galeire-section-background-upscaled.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 7%;
  padding-left: 20%;
  padding-right: 20%;
  transition: all .3s;
  display: flex;
}

.button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #fff;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

.div-block-6 {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-block-6:hover {
  transform: scale(1.05);
}

.text-block-4 {
  color: #fff;
  margin-right: 5px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.section-6 {
  background-color: #e8e8e8;
  padding: 7% 10%;
}

.div-block-7 {
  width: 30%;
  height: 350px;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.text-block-5 {
  font-family: Josefin Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-2 {
  font-family: Josefin Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.image-3 {
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: -3px;
}

.div-block-8 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #990100, #b90504);
  position: static;
  bottom: 0;
}

.section-7 {
  background-color: #e8e8e8;
  padding-left: 10%;
  padding-right: 10%;
}

.section-8 {
  background-color: #e8e8e8;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 7% 10%;
  display: flex;
}

.div-block-10 {
  width: 50%;
  margin-right: 50px;
  padding-right: 0;
}

.div-block-11 {
  width: 50%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  background-color: #e8e8e8;
  background-image: url('../images/map-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-12 {
  width: 400px;
  background-color: #242424;
  border-radius: 25px;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.div-block-12.last-contact-block {
  margin-bottom: 0;
}

.div-block-13 {
  width: auto;
  height: auto;
  background-color: #e8e8e8;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 15px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

.link, .paragraph-3 {
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.image-4 {
  width: 60px;
}

.section-9 {
  background-color: #242424;
  background-image: url('../images/background-image-dark.png');
  background-position: 0 -5%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 10%;
}

.image-5 {
  background-color: #e8e8e8;
}

.div-block-14 {
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 50px;
  margin-bottom: 30px;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fffefe;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.div-block-16 {
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 100%;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  margin-left: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.image-7 {
  width: 30px;
  margin-top: 0;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.div-block-19 {
  width: 130px;
}

.link-block {
  margin-top: 70px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-10 {
  height: 50vh;
  background-image: url('../images/hero-galerie-v2.jpg');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 7% 10%;
  display: flex;
}

.section-11 {
  padding: 7% 20%;
}

.paragraph-4 {
  color: #242424;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
}

.heading-5 {
  text-align: center;
  margin-top: 7%;
  font-family: Josefin Sans, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
  font-family: Josefin Sans, sans-serif;
  font-size: 5em;
}

.section-12 {
  padding: 7% 10%;
}

.heading-7 {
  color: #242424;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 4em;
}

.section-13 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-20 {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(#990100, #b90504);
}

.section-14 {
  background-color: #e8e8e8;
  padding: 0% 10% 50px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.heading-8 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 37px rgba(0, 0, 0, .5);
  font-family: Josefin Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-21 {
  width: 100%;
  background-color: #990100;
  background-image: linear-gradient(#990100, #b90504);
  border-radius: 23px;
  padding: 15px 30px;
}

.section-15 {
  background-color: #e8e8e8;
  padding: 7% 20%;
}

.paragraph-6 {
  color: #242424;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.6em;
  line-height: 1.1em;
}

.collection-item {
  width: 29%;
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
}

.section-16 {
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 50vh;
  filter: brightness(80%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-block-2:hover {
  filter: brightness(50%);
}

.image-9 {
  width: 70px;
}

.text-block-7 {
  margin-top: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.container-4 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-22 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 29%;
  height: 40vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-item {
  width: 29%;
  height: 50vh;
  background-image: url('../images/pendu.jpeg');
  background-position: 50%;
  background-size: cover;
  margin: 20px;
}

.image-item.image-2 {
  background-image: url('../images/denis-femme.jpeg');
}

.image-item.image-3 {
  background-image: url('../images/ours-denis.jpeg');
}

.image-item.image-4 {
  background-image: url('../images/carcasse2.jpeg');
}

.image-item.image-5 {
  background-image: url('../images/ours.jpeg');
}

.image-item.image-6 {
  background-image: url('../images/carcasse.jpeg');
}

.video-item {
  width: 45%;
  height: 50vh;
  margin: 20px;
  padding-bottom: 20px;
}

.image-item-copy {
  width: 29%;
  height: 50vh;
  background-image: url('../images/pendu.jpeg');
  background-position: 50%;
  background-size: cover;
  margin: 20px;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  background-image: url('../images/thumbnail1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-block-3:hover {
  filter: brightness(60%);
}

.link-block-3.video-1 {
  background-image: url('../images/thumbnail2.jpg');
}

.image-11 {
  width: 60px;
}

.text-block-8 {
  color: #242424;
  margin-top: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

@media screen and (min-width: 1280px) {
  .heading {
    text-shadow: 0 1px 37px rgba(0, 0, 0, .52);
    font-size: 10em;
  }

  .section {
    background-image: url('../images/hero-img-upscaled.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .brand.w--current {
    transition: all .3s;
  }

  .brand.w--current:hover {
    transform: scale(1.05);
  }

  .text-block, .text-block.left-align-test {
    font-size: 2em;
  }

  .heading-2, .heading-2.white-heading, .heading-2.left-heading {
    font-size: 5em;
  }

  .paragraph {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .paragraph.white-text {
    font-size: 1.6em;
  }

  .image-2 {
    width: 600px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 6em;
  }

  .div-block-4.bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/121496741_2717608145147885_6611316844224774665_n.jpeg');
    background-position: 0 0, 0 0, 70%;
    background-size: auto, auto, cover;
  }

  .div-block-4.bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/384103275_742028421273018_1091503604115198711_n.png');
    background-position: 0 0, 0 0, 50%;
  }

  .section-5 {
    background-image: url('../images/galeire-section-background-upscaled.jpg');
    background-position: 50%;
    text-decoration: none;
  }

  .div-block-6, .text-block-4 {
    text-decoration: none;
  }

  .div-block-7 {
    padding: 40px;
  }

  .section-8 {
    height: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-bottom: 4%;
  }

  .div-block-11 {
    height: auto;
    min-height: 100%;
    object-fit: cover;
    background-image: url('../images/map-full.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    flex-direction: column;
    flex: 1;
    margin: 0;
    display: flex;
  }

  .div-block-12 {
    width: 500px;
  }

  .link, .paragraph-3 {
    line-height: 1.4em;
  }

  .section-9 {
    background-position: 50%;
  }

  .text-block-6 {
    display: block;
  }

  .text-block-6.test-footer {
    display: none;
  }

  .section-10 {
    height: 50vh;
    background-image: url('../images/hero-galerie-v2.jpg');
    background-position: 50% 70%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    display: flex;
  }

  .section-11 {
    padding: 7% 25%;
  }

  .paragraph-4 {
    color: #242424;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .heading-5 {
    color: #242424;
    text-align: center;
    margin-top: 7%;
    font-family: Josefin Sans, sans-serif;
    font-size: 4em;
    line-height: 1em;
  }

  .heading-6 {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-family: Josefin Sans, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
  }

  .section-12 {
    padding: 7% 10%;
  }

  .heading-7 {
    color: #242424;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 4em;
    line-height: 1em;
  }

  .section-13 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-20 {
    width: 100%;
    height: 2px;
    max-height: 2px;
    min-height: 2px;
    background-image: linear-gradient(#990100, #b90504);
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-14 {
    background-color: #e8e8e8;
    padding: 0 10% 50px;
  }

  .paragraph-5 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: Josefin Sans, sans-serif;
    font-size: 2em;
  }

  .heading-8 {
    color: #fff;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
  }

  .div-block-21 {
    width: 100%;
    background-image: linear-gradient(#990100, #b90504);
    border-radius: 23px;
    padding: 25px 30px;
  }

  .section-15 {
    background-color: #e8e8e8;
    padding: 7% 25%;
  }

  .paragraph-6 {
    color: #242424;
    text-align: center;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .collection-item {
    width: 29%;
    height: 50vh;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: block;
  }

  .section-16 {
    padding-bottom: 7%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .collection-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    width: 100%;
    height: 50vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image-item.image-2 {
    width: 29%;
  }

  .video-item {
    width: 45%;
    margin: 20px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 5em;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    background-color: #242424;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 25px 20px;
    display: flex;
  }

  .section-2 {
    background-position: 150%;
    background-size: 70%;
    flex-direction: column-reverse;
  }

  .brand.w--current {
    width: 50px;
    height: 100%;
    margin-top: 10px;
  }

  .div-block {
    background-color: #242424;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.contactbutton {
    width: 200px;
  }

  .container-3 {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .heading-2, .heading-2.white-heading, .heading-2.left-heading {
    font-size: 3.5em;
  }

  .image-2 {
    width: 400px;
  }

  .text-block-2 {
    font-size: 3.5em;
  }

  .div-block-4 {
    height: 50vh;
  }

  .div-block-4.bg-3 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to top, black, rgba(0, 0, 0, 0) 75%), url('../images/384103275_742028421273018_1091503604115198711_n.png');
    background-size: auto, auto, cover;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .text-block-3 {
    font-size: 1.3em;
  }

  .text-block-5 {
    font-size: 1.5em;
  }

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

  .image-3 {
    width: 100px;
  }

  .section-8 {
    flex-direction: column;
  }

  .div-block-10 {
    width: 50%;
  }

  .div-block-11 {
    width: 100%;
    height: 50ch;
    flex: 0 auto;
    margin-top: 50px;
  }

  .section-11 {
    padding: 50px 15%;
  }

  .menu-button {
    color: #fff;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    font-family: Josefin Sans, sans-serif;
    font-size: 40px;
    line-height: 30px;
  }

  .menu-button.w--open {
    background-color: #242424;
    font-size: 40px;
  }

  .section-15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-item {
    width: 45%;
    margin: 10px;
  }

  .collection-list {
    justify-content: center;
  }

  .image-item {
    width: 45%;
    height: 40vh;
    margin: 10px;
  }

  .video-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-item-copy {
    width: 45%;
    height: 40vh;
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3em;
  }

  .section {
    background-position: 70%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-2 {
    background-position: 0%;
    background-size: cover;
  }

  .image {
    width: 60px;
  }

  .heading-2, .heading-2.white-heading, .text-block-2 {
    font-size: 3em;
  }

  .section-4 {
    flex-direction: column;
  }

  .div-block-4 {
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/410173198_890072005850587_3288964970974610560_n.png');
    background-position: 0 0, 0 0, 50% 30%;
    margin-bottom: 50px;
  }

  .div-block-4:hover {
    width: 100%;
  }

  .div-block-4.bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/121496741_2717608145147885_6611316844224774665_n.jpeg');
    background-position: 0 0, 0 0, 50% 80%;
  }

  .div-block-4.bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%), url('../images/384103275_742028421273018_1091503604115198711_n.png');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    margin-bottom: 0;
  }

  .div-block-7 {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }

  .div-block-7.last-testimony {
    margin-bottom: 0;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .div-block-14 {
    margin-top: 30px;
  }

  .text-block-6 {
    margin-right: 25px;
    font-size: 1.1em;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-2 {
    margin-left: 30px;
  }

  .link-2.first-footer-link {
    white-space: nowrap;
    margin-left: 0;
  }

  .div-block-18 {
    align-items: center;
    margin-top: 25px;
  }

  .link-block {
    margin-top: 25px;
  }

  .image-8 {
    width: 50px;
  }

  .section-11 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-4 {
    font-size: 1.3em;
  }

  .paragraph-5 {
    font-size: 1.5em;
  }

  .heading-8 {
    font-size: 2em;
  }

  .section-15 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .paragraph-6 {
    font-size: 1.5em;
  }

  .collection-item {
    width: 100%;
  }

  .section-16 {
    padding-bottom: 40px;
  }

  .collection-item-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-item {
    width: 100%;
  }

  .video-item {
    padding-bottom: 20px;
  }

  .image-item-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 2.5em;
  }

  .section {
    height: 80vh;
  }

  .section-2 {
    background-position: 10%;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-3 {
    margin-bottom: 20px;
  }

  .heading-2, .heading-2.white-heading {
    font-size: 1.5em;
  }

  .heading-2.left-heading {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .paragraph {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .paragraph.white-text {
    font-size: 1.1em;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-2 {
    font-size: 2em;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-4 {
    margin-bottom: 30px;
  }

  .text-block-3 {
    font-size: 1.2em;
  }

  .section-5 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-7 {
    height: 225px;
    margin-bottom: 30px;
  }

  .image-3 {
    margin-bottom: 5px;
  }

  .section-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    height: 40vh;
  }

  .div-block-12, .div-block-12.last-contact-block {
    width: 100%;
  }

  .div-block-13 {
    margin-right: 15px;
    padding: 10px;
  }

  .heading-4 {
    font-size: 1.3em;
  }

  .link, .paragraph-3 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .section-9 {
    background-position: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-15 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .text-block-6 {
    margin-bottom: 20px;
  }

  .div-block-17 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .link-2 {
    white-space: nowrap;
    overflow-wrap: normal;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-2.first-footer-link {
    margin-bottom: 15px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .heading-5 {
    margin-top: 50px;
  }

  .section-14 {
    padding-bottom: 50px;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 1.3em;
  }

  .section-15 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-6 {
    font-size: 1.3em;
  }

  .collection-item {
    height: 40vh;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-2 {
    height: 40vh;
  }

  .image-item, .image-item-copy {
    height: 35vh;
  }
}


