.section {
  height: 100vh;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block {
  position: absolute;
}

.image {
  width: 500px;
}

.div-block-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 500px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/fur.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-2.section3 {
  background-color: #000;
  background-image: url('../images/whatwedo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-2.section3.section4 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: none;
}

.div-block-3 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px;
  background-color: #000;
}

.div-block-3.contact-box {
  padding: 195px 0px;
}

.heading {
  font-family: 'Sk modernist', sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.heading.about-title {
  margin-top: 21px;
  padding-top: 0px;
}

.paragraph {
  font-family: 'Sk modernist', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.paragraph.about-text {
  font-weight: 400;
}

.paragraph.about-text.whatwedo-text {
  height: 160px;
}

.paragraph.about-text.contact-text {
  text-align: center;
}

.paragraph.about-text.contact-right-text {
  text-align: right;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: -30px;
  width: 100%;
  height: 55px;
  background-image: url('../images/about-us.png');
  background-position: 0px 0px;
  background-size: 180px 55px;
}

.div-block-4.top-about {
  top: -26px;
  bottom: 0px;
  height: 55px;
  background-image: url('../images/about-us.png');
  background-size: 180px;
}

.div-block-4.top-about.top-contact {
  background-image: url('../images/contact.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-4.top-about.top-whatwedo {
  height: 44px;
  background-image: url('../images/what-wedo.png');
  background-size: 226px 44px;
}

.div-block-4.bottom-about {
  bottom: -24px;
  height: 44px;
  background-image: url('../images/what-wedo.png');
  background-size: 226px 44px;
}

.div-block-4.bottom-about.bottom-contact {
  background-image: url('../images/contact.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .div-block-3 {
    max-width: 90%;
  }
}

@media (max-width: 479px) {
  .section {
    position: relative;
    height: 500px;
  }
  .image {
    width: 100%;
  }
  .div-block-2 {
    width: 90%;
  }
  .image-2 {
    width: 70%;
  }
  .div-block-3 {
    padding: 20px;
  }
  .div-block-3.contact-box {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .paragraph.about-text.contact-text {
    padding-bottom: 10px;
    text-align: left;
  }
  .paragraph.about-text.contact-right-text {
    text-align: left;
  }
  .div-block-4 {
    bottom: -18px;
    height: 27px;
    background-size: auto 27px;
  }
  .div-block-4.top-about {
    top: -16px;
    height: 27px;
    background-size: auto 27px;
    background-repeat: repeat-x;
  }
  .div-block-4.top-about.top-whatwedo {
    top: -14px;
    height: 22px;
    background-size: auto 22px;
  }
  .div-block-4.bottom-about {
    bottom: -16px;
    height: 22px;
    background-size: auto 22px;
  }
  .div-block-4.bottom-about.bottom-contact,
  .div-block-4.top-about.top-contact {
    height: 27px;
    background-size: contain;
  }

  .column-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Sk modernist';
  src: url('../fonts/Sk-Modernist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sk modernist mono';
  src: url('../fonts/Sk-Modernist-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sk modernist';
  src: url('../fonts/Sk-Modernist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}