/* Alternative colors */
.section.item-home {
    background: url("../img/items/img-sample1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .section.item-home .section-bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(233, 30, 99, 0.5); }
  
  /*# sourceMappingURL=style-color1.css.map */
  