/* Force larger logo size in navbar */
.navbar .navbar-brand img,
.navbar-brand img,
.navbar-logo {
  height: 40px !important;   /* Adjust size as needed */
  width: auto !important;
  max-height: none !important;
}