/* The mobile homepage has a white header: show only the approved dark logo. */
@media (max-width:700px) {
  body .garment-header .garment-logo .logo-light {
    display:none;
  }
  body .garment-header .garment-logo .logo-dark {
    opacity:1;
  }
}
