.body {
  padding-bottom: 20px;
  background-color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin: 30px;
  padding-left: 0px;
  -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;
  background-color: #aac0ba;
}

.row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.intro {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 50%;
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-3 {
  width: 50%;
}

.h2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.h2.dark {
  margin-bottom: 43px;
  padding-left: 0px;
  color: #6e6e6e;
}

.nav {
  margin-top: 3%;
  font-family: 'Open Sans', sans-serif;
  color: #4b4b4b;
  font-weight: 600;
  letter-spacing: 3px;
}

.link {
  color: #4b4b4b;
  text-decoration: none;
}

.heading {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  white-space: normal;
}

.main {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 60px;
  text-align: center;
}

.bodytext {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  white-space: normal;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  width: 45%;
  margin-bottom: 60px;
}

.text-block {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  text-align: center;
}

.clients {
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
}

.div-block {
  width: 30%;
  text-align: center;
}

.contact-text {
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  color: #313131;
  font-size: 16px;
  text-decoration: none;
}

.icon {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/iconmonstr-email-11.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.26;
}

.icon.instagram {
  background-image: url('../images/iconmonstr-instagram-11.svg');
}

.icon.tel {
  background-image: url('../images/iconmonstr-phone-9.svg');
}

.linkblock {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.julie {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 300px;
}

.text-link {
  color: #798f88;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .intro {
    width: auto;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
  }

  .image-3 {
    width: 85%;
  }

  .h2 {
    font-size: 22px;
  }

  .h2.dark {
    padding-left: 0px;
  }

  .heading {
    font-size: 56px;
    line-height: 90px;
  }

  .main {
    padding-top: 19px;
  }

  .item {
    width: 45%;
  }

  .clients {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    margin: 20px 0px 0px;
  }

  .intro {
    width: auto;
    height: 200px;
  }

  .h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  .h2.dark {
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .heading {
    opacity: 1;
    font-size: 50px;
    line-height: 60px;
  }

  .main {
    width: 100%;
    padding-top: 20px;
  }

  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }

  .clients {
    padding-right: 0px;
  }

  .contact {
    width: 100%;
  }

  .div-block {
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    margin: 0px;
    background-color: #aac0ba;
  }

  .row1 {
    text-align: center;
  }

  .intro {
    width: auto;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .image-3 {
    width: 90%;
  }

  .h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
  }

  .h2.dark {
    padding-left: 0px;
  }

  .heading {
    font-size: 46px;
    line-height: 55px;
  }

  .main {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .bodytext {
    font-size: 15px;
    line-height: 24px;
  }

  .item {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .clients {
    width: 100%;
  }

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