body,
html {
  height: 100%;
  font-family: "PT Serif", serif;
  scroll-behavior: smooth;
}

.header {
  min-height: 75%;
  background: url("") no-repeat center center fixed;
  background-color: rgba(0, 0, 0, 0.85);
  background-blend-mode: multiply;
  background-size: cover;
}

.w3-top,
h4 {
  font-family: "PT Serif", serif;
}

/* Shop Information section */
.section-break {
  min-height: 100%;
  background: url("") no-repeat center center fixed;
  filter: grayscale(50%);
  background-blend-mode: multiply;
  background-size: cover;
}

