.header {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  position: relative;
}

.header-image-container {
  flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Hoofdmenu items */
.navbar-nav .simple-menu-list-dropdown-toggle {
  font-size: 16px;
}

/* Dropdown items */
.navbar-nav .simple-menu-list-dropdown-menu .dropdown-item {
  font-size: 16px;
}