/**
 * Created by John Woodcock (john@userx.co) on 6/11/2018.
 */
.hero-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-height: 450px;
  background-color: #333; }
  .hero-section .entry-title, .hero-section .post-meta {
    width: 100%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff; }
    .hero-section .entry-title a, .hero-section .post-meta a {
      color: #fff;
      text-decoration: underline; }
      .hero-section .entry-title a:hover, .hero-section .post-meta a:hover {
        color: inherit;
        text-decoration: none; }

/*# sourceMappingURL=style.css.map */
