/* Bathroom Estimator overrides */
.hero {
  background: url('../images/hero-bg.jpg') center/cover no-repeat;
  min-height: 80vh;
}

.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
