/* The original city artwork uses light lettering; provide contrast without editing it. */
.cresson-header .city-brand { width:180px; }
.cresson-header .city-logo { background:var(--navy); padding:8px; border-radius:3px; }
@media(max-width:600px) {
  .cresson-header .city-brand { width:140px; }
}
