/* Load this file after style.css and style.min.css */

#header a.logo,
#header .logo {
  display: flex;
  align-items: center;
  line-height: 0;
}

#header a.logo img.fundzon-logo-header,
img.fundzon-logo-header {
  height: 50px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain !important;
  display: block !important;
}

#footer .footer-contact a.footer-logo img.fundzon-logo-footer,
#footer .footer-logo img.fundzon-logo-footer,
img.fundzon-logo-footer {
  height: 80px !important;
  width: auto !important;
  max-width: 320px !important;
  object-fit: contain !important;
  display: block !important;
}

#footer .footer-contact a.footer-logo {
  line-height: 0;
  max-width: 320px;
}
