
/* Front styles */
.dho-brand { display:flex; align-items:center; justify-content:center; margin: 6px 0 10px; }
.is-style-dho-logo-tiny img { max-height: 7px; height:auto; width:auto; }
@media (min-width: 768px) { .is-style-dho-logo-tiny img { max-height: 9px; } }
h1, h2 { line-height: 1.2; }

/* New selectable logo sizes */
.is-style-dho-logo-small img { max-height: 14px; height:auto; width:auto; }
.is-style-dho-logo-medium img { max-height: 28px; height:auto; width:auto; }
@media (min-width: 768px) {
  .is-style-dho-logo-small img { max-height: 18px; }
  .is-style-dho-logo-medium img { max-height: 36px; }
}
