body {
  padding-top: 80px;
  font-family: sans-serif;
}
.zwartwit {
 background-color: black;
 color: white; 
}
.noUnderline {
 text-decoration: none !important;
 color: white !important;
}
.noUnderlineBlack {
 text-decoration: none !important;
}
#carousel1 .carousel-item img {  
  object-fit: cover;
  object-position: cover;
  overflow: hidden;
  height:50vh;
  width:100%;
}
.toppart {
 object-position: top !important;
}	


