/* Make the header logo larger */
header#header .navbar-brand img,
header#header .logo img {
  height: 80px !important;     /* Try 64, 72, 80, etc. */
  width: auto !important;
  max-height: none !important;
}

/* Adjust header padding so it stays balanced */
header#header .navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
