/* Resize logo */
.navbar-brand img,
.logo-image img {
  max-height: 75px;
  width: auto;
}

/* Keep logo aligned per theme default */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center; /* change to flex-start if you want left */
}

