/* Keep the hero statement readable over the decorative dark panel. */
.hero-window p{
  position:relative;
  z-index:2;
  margin:0 0 18px;
  padding:3px 8px;
  border-radius:5px;
  background:rgba(18,49,58,.58);
  color:#e6f3ee;
  letter-spacing:.04em;
  white-space:nowrap;
}
@media(max-width:540px){.hero-window p{font-size:12px;padding:2px 6px}}
