/* ==========================================================
   BATHROOM LANDING PAGE - Page-specific styles
   Most styling is in ../shared/css/shared.css
   This file handles the hero background and any bathroom-
   specific overrides.
   ========================================================== */

/* Hero background image for the bathroom page */
.hero {
  background-image: url('../images/hero-bathroom.jpg');
}

/* Screen-reader only class for accessible form labels */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
