hr {
  border: 0;
  height: 1px;
  background: #72283f;
  max-width: 1080px;
  margin-top: 0px;
}

a {
  color: #72283f;
}

.nav-item.active a {
  color: #72283f !important;
}

.header-pic {
  margin-bottom: 30px;
}
.header-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 460px;
  width: 100%;
}

h1 {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #72283f;
}

h3 {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #72283f;
}

.wir-img {
  width: 50%;
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-footer {
  background-image: url("../images/footer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.page-footer a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */