@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 h3 {
  color: rgba(178, 0, 0, 1);
}
main .figure-caption {
  font-size: 0.75em;
}
main article {
  flex: 1;
}
main article img.icon {
  width: 42px;
  margin-right: 10px;
  border-radius: 21px;
  border: 2px solid rgba(0, 0, 0, .4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}
main article p {
  overflow: hidden;
}
main blockquote {
  font-family: 'Merriweather Sans', sans-serif;
  border-left: 4px solid rgba(204, 204, 204, 1);
  background-color: rgba(236, 236, 236, 1);
  padding: 10px 20px;
}
@media (min-width: 576px) {
  main div {
    border: 1px solid rgba(33, 37, 41, .175);
    border-radius: .375rem;
  }
}
@media (min-width: 1200px) {
  main div {
    max-width: 1160px !important;
  }
}