/* Delfin Tour dolphin logo — English private tours v9 */

/* Replace the letter D with the real Delfin Tour dolphin mark. */
.site-header .brand-mark,
.site-footer .footer-brand-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.site-header .brand-mark {
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
}
.site-footer .footer-brand-mark {
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
}
.delfin-dolphin-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 900px) {
  .site-header .brand-mark {
    flex-basis: 42px !important;
    width: 42px !important;
    height: 42px !important;
  }
  .site-footer .footer-brand-mark {
    flex-basis: 42px !important;
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 560px) {
  .site-header .brand-mark {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
  }
  .site-footer .footer-brand-mark {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
