/* css styles */
/* Remove restrictions and vertically align the logo */



 .navbar-brand img {
  height: 40px !important;    /* Forces the exact vertical size you want */
  max-height: 100% !important; /* Prevents it from clipping outside the navbar container */
  width: auto !important;     /* Keeps the image aspect ratio perfectly intact */
}
