body {
  font-family: "Open Sans", san-serif;
  font-weight: 400;
  font-style: normal;
}
.introImage {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/img_hdr.jpg");
  background-position: center;
  background-size: cover;
}
.divider {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
