header {
  background: url("../images/header_bg.jpeg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  header div#nav {
    background: #fff; }
  header div#catchcopy {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: #fff solid 1px;
    width: 800px; }

main section.bg-on {
  background-color: #eee; }

main h3 {
  color: #a21f1f; }
/*# sourceMappingURL=sample1.css.map */