body {
  font-family: 'Work Sans', sans-serif;
  color: #A4A4A4;
}

.color-primary {
  color:  #132156;
}
.color-secondary {
  color:  #21B6C9;
}
.color-white {
  color: #fff;
}
.bg-secondary {
  background-color: #21B6C9 !important;
}

.hero {
  min-height: 50vh;
  padding-top:  10rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display:  flex;
  align-items: center;
}

.hero::before {
  content:  '';
  position:  absolute;
  top:  0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.33);
  display:  block;
  z-index:  0;
}

.hero__content {
  color: #fff;
  position: relative;
  z-index: 1;
  width:  100%;
}

.hero__title {
  font-size:  4.5rem;
  line-height: 1.1;
  font-weight:  400;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  position:  absolute;
  top:  0;
  left: 0;
  right: 0;
  z-index:  1030;

}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.h3 {
  font-size:  2.2rem;
  font-weight:  500;
}

.btn-inverse-secondary {
  background-color: #fff;
  color: #21B6C9;
}

.btn-inverse-green {
  background-color: #fff;
  color: #a5a660;
}



.cta {
  position: relative;
}

.cta__content {
  background-color: #e0e0e0;
  padding:  3rem;
}

.cta__link {
  text-decoration: underline;
}


@media (min-width: 992px) {

  .spacer {
    height:  150px;
  }
  .img-screen {
    position:  absolute;  
    transform:  translateY(-75%);
  }  

  .py-lg-5 {
    padding-top:  5rem !important;
    padding-bottom: 5rem !important;
  }
}

.vacature {
  position: relative;
}
.vacature__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}