/* Header */
header .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #fbbe11;
}

/* Footer */
footer .uk-nav {
  display: flex;
  flex-direction: column;
}

.darker-bg {
  background-color: #4d3b03;
}

/* Responsive fixes */
@media (min-width: 960px) {
  footer .uk-nav {
    column-gap: 1.8em;
    flex-direction: row;
    justify-content: end;
  }
}