@charset "utf-8";
/* CSS Document */
body {
  background-size: cover;
  background-image: url("../images/pardon-me-full.jpg");
  background-position: top center;
}
main div {
  background-color: rgba(0, 0, 0, .6);
}
main div a, main div a:visited {
  color: rgba(255, 255, 0, 1);
  text-decoration: none;
}
main div a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(178, 0, 0, 1);
}
main h3 {
  font-weight: 300;
  color: rgba(255, 255, 128, 1);
  font-family: 'Merriweather', serif;
}
main article p {
  font-weight: 300;
  letter-spacing: .5px;
  font-size: .93rem;
}
main aside h6 {
  font-weight: 300;
  letter-spacing: .15px;
  font-size: .6rem;
  color: rgba(255, 255, 0, 1);
}
main header h1 {
  border-bottom: 1px dotted red;
}
main header h6 {
  font-size: .6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 0, 1);
}
main .figure-caption {
  font-size: .75rem;
}
main figure.pardon-me {
  max-width: 720px;
}
main figcaption {
  border-bottom: solid .5px rgba(255, 255, 255, .5);
}
@media (min-width: 768px) {
  main div {
    border-radius: .375rem;
  }
}
@media (min-width: 1200px) {
  main div {
    max-width: 1160px !important;
  }
}