h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 36px;
  font-weight: 600;
  text-transform: none;
}

h3 {
  margin-top: -15px;
  margin-bottom: 15px;
  color: #69c6fa;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}

h4 {
  margin-top: -15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 12.5%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 21px solid #69c6fa;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
}

.image {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  width: 35%;
}

.div-menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 12.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #69c6fa;
}

.link {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block {
  width: auto;
  padding: 10px 5px;
  border-right: 1px solid hsla(0, 0%, 100%, .38);
  border-left: 1px solid hsla(0, 0%, 100%, .38);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.text-block:hover {
  background-color: hsla(0, 0%, 100%, .09);
}

.text-block.contact-menu {
  background-color: hsla(0, 0%, 100%, .23);
  color: #fff;
  font-weight: 400;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.link-block-2 {
  width: 25%;
  text-decoration: none;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Hiring-a-Professional-Moving-Company.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Hiring-a-Professional-Moving-Company.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.image-3 {
  width: 49px;
  margin-top: 20px;
}

.section-verhuizingen-en-opslag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 12.5%;
  -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;
}

.section-verhuizingen-en-opslag.grey-background {
  background-color: rgba(105, 198, 250, .21);
}

.div-block {
  width: 47%;
}

.rich-text-block {
  font-size: 25px;
  font-weight: 800;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 12.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #69c6fa;
  color: #4b4949;
}

.link-block-3 {
  padding: 11px 23px;
  border-right: 2px solid #0094e7;
  border-bottom: 2px solid #0094e7;
  border-radius: 3px;
  background-color: #69c6fa;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
}

.image-4 {
  border: 1px solid #69c6fa;
  border-radius: 0px;
}

.image-5 {
  border: 1px solid #69c6fa;
}

.image-6 {
  border: 1px solid #69c6fa;
}

.div-block-2 {
  width: 43%;
}

.text-block-3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.textarea {
  padding-bottom: 60px;
  border-style: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  border-style: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2 {
  border-style: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3 {
  border-style: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  border-right: 1px solid #0a78b6;
  border-bottom: 1px solid #0a78b6;
  background-color: #003553;
}

.footer-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .34);
}

.image-7 {
  margin-right: 20px;
}

.image-8 {
  border: 1px solid #69c6fa;
}

.image-9 {
  border: 1px solid #69c6fa;
}

@media (max-width: 991px) {
  .section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .link-block {
    width: 47%;
  }
  .div-menu-bar {
    padding-right: 1%;
    padding-left: 1%;
  }
  .heading {
    font-size: 33px;
  }
  .section-verhuizingen-en-opslag {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-verhuizingen-en-opslag.grey-background {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-block-2 {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .div-menu-bar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
  }
  .section-verhuizingen-en-opslag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    width: auto;
  }
  .section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-2 {
    width: auto;
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .div-menu-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    border-bottom: 1px solid hsla(0, 0%, 91%, .41);
    border-right-style: none;
    border-left-style: none;
  }
  .link-block-2 {
    width: 100%;
  }
  .hero-section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .heading-2 {
    text-align: center;
  }
  .section-verhuizingen-en-opslag {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}