.navbar {
  padding: 10px 40px;
  border-bottom: 4px solid #fecc00;
  background-color: #fff;
}

.section {
  padding: 60px 40px;
}

.section.hero {
  min-height: 60vh;
  background-image: url('../images/rhk-hero-vinter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  background-color: #003e6d;
}

.section.services {
  background-color: #dce7ef;
}

.section.background-video {
  height: 60vh;
}

.section.instagram {
  background-color: #e7f0e9;
}

.container {
  max-width: 1200px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #0462a8;
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
}

.body-text {
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 22px;
}

.body-text.slide-caption {
  margin-bottom: 0px;
}

.h2 {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #0462a8;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.nav-item {
  font-family: Inconsolata, monospace;
  color: #003e6d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-item:hover {
  color: #0462a8;
}

.nav-item.hero {
  margin-left: 20px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 10px;
  background-color: #003e6d;
  color: #fff;
}

.services-wrapper {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service {
  width: 32%;
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
}

.img-wrapper {
  overflow: hidden;
  height: 260px;
  background-image: url('../images/rhk-gravning-ny.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img-wrapper.avlopp {
  background-image: url('../images/rhk-avlopp.jpg');
}

.img-wrapper.dranering {
  background-image: url('../images/rhk-dranering.jpg');
}

.img-wrapper.bygg {
  background-image: url('../images/rhk-bygg.jpg');
}

.img-wrapper.sprangning {
  background-image: url('../images/rhksprangning.jpg');
}

.img-wrapper.tradgard {
  background-image: url('../images/rhk-tradgard.jpg');
}

.title-wrapper {
  margin-bottom: 20px;
  padding: 10px 20px;
}

.white-text {
  color: #fff;
}

.logotype {
  padding-top: 8px;
}

.contact {
  margin-top: 10px;
  padding-right: 60px;
}

.contact-wrapper {
  display: flex;
}

.brand {
  width: 20%;
}

._80 {
  width: 80%;
}

.link {
  text-decoration: underline;
}

.button {
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 44px;
  background-color: #0462a8;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 22px;
}

.button:hover {
  background-color: #024475;
}

.divider {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 0px;
  background-color: #b6c8d6;
}

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

.utility-page-content {
  display: flex;
  width: 400px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  text-align: center;
}

.contact-image {
  border: 2px solid #fecc00;
}

.contact-image.instagram {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 100px;
}

.instagram-promo-wrapper {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

.referens-image {
  height: 600px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: url('../images/referens-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  background-image: url('../images/referens-Garsgard.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/referens-Garageuppfart-grund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.referens-slider {
  height: 70vh;
}

.slide-3 {
  background-image: url('../images/referens-Garageuppfart.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/referens-Brygga.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/referens-Tradgard.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/referens-Nytt-avlopp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/referens-Garageuppfart-avlopp2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/referens-8-Plattsattning.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 52px;
  padding: 10px;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.7));
}

.h3 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  color: #0462a8;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
}

.instagram-image {
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding: 30px 30px 50px;
  }

  .section.hero {
    min-height: 45vh;
    background-position: 50% 100%;
  }

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

  .container.navigation {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h2 {
    font-size: 2.3vw;
    line-height: 3vw;
    white-space: normal;
  }

  .nav-item {
    color: #fff;
  }

  .nav-item.hero {
    margin-left: 1px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .img-wrapper {
    height: 200px;
  }

  .title-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    width: 50%;
  }

  ._80 {
    width: 100%;
  }

  .nav-menu {
    background-color: #003e6d;
  }

  .contact-image.instagram {
    margin-bottom: 4px;
  }

  .referens-slider {
    height: 70vh;
  }

  .h3 {
    font-size: 2.3vw;
    line-height: 3vw;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 20px 20px 40px;
  }

  .section.hero {
    min-height: 200vh;
  }

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

  .section.background-video {
    height: 100vh;
  }

  .h2 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .nav-item {
    color: #fff;
  }

  .services-wrapper {
    flex-direction: column;
  }

  .service {
    width: 100%;
  }

  .img-wrapper {
    height: 280px;
  }

  .title-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logotype {
    width: auto;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .referens-image {
    height: 400px;
  }

  .referens-slider {
    height: 400px;
  }

  .h3 {
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    min-height: 35vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .section.background-video {
    height: 40vh;
  }

  .h1 {
    font-size: 8vw;
    line-height: 11vw;
  }

  .body-text {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .body-text.slide-caption {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .h2 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .nav-item {
    font-size: 5vw;
    line-height: 7vw;
  }

  .img-wrapper {
    height: 240px;
  }

  .contact {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .brand {
    width: 70%;
    padding-left: 0px;
  }

  .button {
    font-size: 5vw;
    line-height: 7vw;
  }

  .divider {
    display: none;
  }

  .referens-image {
    height: 300px;
  }

  .slide {
    background-size: cover;
  }

  .referens-slider {
    height: 240px;
  }

  .arrow {
    margin-right: 10px;
    margin-left: 10px;
  }

  .caption {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
  }

  .h3 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .instagram-image {
    display: flex;
    width: 30%;
    justify-content: center;
  }
}