body {
  background-color: white;
}

header {
  position: relative;
}

.pattern-block {
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 100%;
  background-image: url(/user/themes/superb/images/broken_stripes_header.png);
  background-size: 20px;
}

.legal-block {
  padding: 0 5vw;
  font-family: serif;
  text-align: justify;
}
.legal-block h2, .legal-block p {
  color: black;
  font-size: 1rem;
}
.legal-block h2 a, .legal-block p a {
  text-decoration: underline;
  color: var(--accent-one-color);
}
.legal-block h2 {
  margin-bottom: 0.5%;
  font-size: 1.25rem;
}

.legal-block::after {
  background-color: black;
  height: 1px;
  width: 50vw;
  margin: 1rem auto 1.5rem auto;
  content: "";
  display: block;
  box-sizing: border-box;
  max-width: 800px;
}

.spacer-h {
  height: 3vh;
}

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