/* PRIVACY POLICY */

main {
  word-wrap: break-word;
}

.header-img-bg {
  width: 100%;
  background-image: url("/static/media/assets/parc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: black;
  color: #fff;
  height: 17rem;

  box-shadow: inset 0 0 20rem rgba(0, 0, 0, 1);
  padding: 2rem 1rem 2rem 1rem;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 2rem;
}

.header-img-bg h1 {
  word-wrap: break-word;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}

/* BELOW 960px - phones & tables */
@media (max-width: 60em) {
  .header-img-bg h1 {
    font-size: 2rem;
  }
}
