@charset "utf-8";
/* CSS Document */
body {
  background-size: cover;
  background-image: url("../images/reflections-bkg.jpg");
  background-position: top center;
}
main div {
  background-color: rgba(248, 248, 248, 1);
}
main div a, main div a:visited {
  color: rgba(204, 0, 0, 1);
  text-decoration: none;
}
main div a:hover {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(204, 0, 0, .175);
}
main div h1 {
  color: rgba(204, 0, 0, 1);
  font-family: "Felipa", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 576px) {
  main div {
    border-radius: .375rem;
    border: 1px solid rgba(33, 37, 41, .175);
  }
}
@media (min-width: 992px) {
  main div {
    max-width: 1160px !important;
  }
}