/* primary: #21468b recent blue of Netherland flag*/
/* secondary: #ff9a00 old orange of Netherland flag */

body {
  font-size: 16px;
}

.dropdown-menu.show {
  left: -45px;
}

#app {
  margin-bottom: 50px;
}

footer {
  background-color: #21468b;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex !important;
  justify-content: center;
  padding: 10px 0px;
}

footer a {
  color: #ff9a00;
  margin: 0px 10px;
}

h1 {
  color: #21468b;
  font-size: 36px;
}

h2 {
  color: #ff9a00;
  font-size: 28px;
}

h3 {
  color: #ff9a00;
  font-size: 20px;
}

.center-img-caroussel {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
