About Us Banner

A Little About Us

Scrubby's Laundry Center is a family-owned, mother/daughter duo business that has been supporting the community for over twenty-two years. Raechl is always on hand to meet customers and help run the facility smoothly. Janine is a 30-year Realtor from Sun Valley who runs the back end of the business from Australia. You might have a sighting of her now and then when Raechl puts her to work. 

 

.hero-container { position: relative; width: 100%; min-height: 500px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; overflow: hidden; } /* Dark color overlay */ .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Black with 50% opacity — adjust the last number to change darkness */ background-color: rgba(0, 0, 0, 0.5); z-index: 1; } /* Ensure content stays above the overlay */ .hero-content { position: relative; z-index: 2; /* Keeps text above the z-index: 1 overlay */ color: #ffffff; text-align: center; max-width: 800px; padding: 20px; }