  .services   {
    background-image: url('furnace.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    scroll-snap-align: start;    /* optional smooth snap when scrolling */
  }

  .services_outer_container {
    min-height: 50vw;
    border: 1px solid #bfdedc;
    background-image: url('furnace.webp');
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .services_container {
    min-height: 50vw;
    height: 100%;
    background-color: #bfdedc;
    opacity: 0.8;
    border: 1px solid #bfdedc;
  }

  .services_title {
    font-size: 5vw;
    font-weight: 100;
    text-align: center;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .bathroom {
    background-image: url("bathroom2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-tile  {
    background:
    linear-gradient(rgba(127,179,236,0.3), rgba(127,179,236,0.3)),
    url('bathroom2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;               /* center content */
    align-items: center;
    justify-content: center;
  }

  .contact-tile  {
    background:
    linear-gradient(rgba(127,179,236,0.3), rgba(127,179,236,0.3)),
    url('bathroom.jpg');
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;               /* center content */
    align-items: center;
    justify-content: center;
  }

  .hours-blank-tile {
    background-image: url("bathroom3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hours-tile  { 
    background:
    linear-gradient(rgba(127,179,236,0.3), rgba(127,179,236,0.3)),
    url('bathroom3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;               /* center content */
    align-items: center;
    justify-content: center;
  }

  .hours_body {
    margin: 1em;
    line-height: 1.6;
    text-align: center;
    grid-row-start: 3;
    grid-row-end: 4;
  }
        
  .business_hours {
    display: inline-block;
    padding: 0.5em 5.5em 0.5em 5.5em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .noabout_title {
    font-size: 5vw;
    font-weight: 100;
    text-align: center;
  }
              
  .flex_body {
    display: flex;
    justify-content: center;
    margin: 1em 1em 1em 1em;
    line-height: 1.6;
  } 
  .services_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em 1em 1em 1em;
    line-height: 1.6;
  }

  .services_item {
    background-color: rgba(255, 255, 255);
    margin: 1em 1em 1em 1em;
    padding: 1em 1em 1em 1em;
    width: 100%;
  }

  .for_sale_container {
    display: flex;                /* turn the div into a flex container */
    align-items: center;          /* vertical centering */
    justify-content: center;      /* horizontal centering */
    height: 50px;
  }

  .for_sale {
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
    font-weight: 700;
  }

  footer {
    padding: 30px;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 3.5em;
    background-color: #ffffff;
    scroll-snap-align: start;    /* optional smooth snap when scrolling */
  }

