/* Ajustar altura del header */
header {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: 50px !important; /* probá 60px si lo querés más compacto */
}

/* Ajustar tamaño del logo */
header img {
  max-height: 30px !important; /* podés probar 40px o 45px */
  width: auto !important;
}