body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

#verhaal-kleur {
  background-color: rgb(172, 216, 218);
}

#verhaal-wit {
  background-color: rgb(226, 82, 82);
}

#titel {
  position: relative;
  text-align: align-left;
  color: rgb(0, 0, 0);
}

#home-heading {
  position: relative;
  min-height: 200px;
  background-color: rgb(172, 216, 218);
  text-align: align-left;
  color: rgb(0, 0, 0);
}

#paragraaf-wit {
  position: relative;
  min-height: 200px;
  text-align: align-left;
  color: rgb(7, 2, 59);
}

#paragraaf-kleur {
  position: relative;
  min-height: 200px;
  background-color: rgb(172, 216, 218);
  text-align: align-left;
  color: rgb(7, 2, 59);
}

#main-footer {
  background: #000;
  color: #fff;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
