/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */


 /* Remove max-height limits and set a larger size */
.header .logo img,
.navbar-brand img,
#header .logo img {
  max-height: none !important;
  height: 80px !important; /* Adjust height as desired */
  width: auto !important;  /* Preserves aspect ratio */
}

.header .logo svg,
.navbar-brand svg,
#header .logo svg {
  height: 80px !important; /* Adjust height as desired */
  width: auto !important;
}