.button { border-radius: 9999px; padding:.75rem 1.25rem; font-weight:700; margin:.25rem .35rem; }

#header .logo img,#header .logo svg {
    display: inherit;
    height: 60px
}

/* Reduce header spacing */
#header.section {
  padding-top: 2px;   /* default is ~30px */
  padding-bottom: 2px;
}

/* Optional: tighten logo container */
.navbar-section.logo {
  margin: 0;
  padding: 0;
}

/* Kill the baseline gap under images */
p img,
.navbar-brand img {
  display: block;
}
