#header {
  background: #000;
}

footer footer {
  border-top: none;
}

nav .brand a {
  align-items: baseline !important;
}

.nav-links > .nav-menu > .nav-item > a {
  top: 0 !important;
}

@supports (-moz-appearance:meterbar) {
  .brand span {
    top: 3.5px !important;
  }

  .nav-wrapper .btn-join {
    padding: 12px 12px 9px 12px !important;
  }
}

@media screen and (min-width: 992px) {
  #header {
    min-height: 45px;
  }

  #header .actions input[type="text"] {
    min-width: 220px;
  }
}
