/* Hero background for regular pages */
.hero-background {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 75%, rgb(255, 255, 255) 100%), url(/wp-content/themes/datona-sablona/assets/images/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  max-width: 100%;
}

/*# sourceMappingURL=page.css.map */
