/* Alternative colors */
.section.item-home {
  background: url("../img/items/LOGO_ECHOES_v5.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(37, 38, 42, 0.6); }

/*# sourceMappingURL=style-color1.css.map */
