/* CSS Stylesheet */
.navbar-blauw {
  background-color: #004d9f !important;
};   

.kleur{
  color: #004d9f !important;
  }
  
  .custom-bg {
    background: linear-gradient(
        135deg,
        #DDF4F3 0%,
        #CFEAEA 45%,
        #BFE3E4 100%
    );
}