body {
  font-family: 'Inter', serif;
}

.logo-small {
    height: 26px;
}

body > main {
    padding-top: 0.75rem;
}

#footer {
    background-color: #48fb47;
}

.no-resize {
  resize: none;
}

#footer-logo {
  object-fit: contain;
  width: 160px;
  height: auto;
}

.text-uppercase {
  font-family: 'Montserrat', serif;
  font-weight: bold;
}

/* Show dropdowns on hover for desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
  }
}

/* Pas de actieve kleur van dropdown-items aan */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #343a40; /* donkergrijs */
    color: #fff;               /* witte tekst */
}
        