/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

section.home-block h1.home-block-text.home-block-title {
  font-family: "Microbrew Three";
  font-size: 4rem;
}

section.home-block {
  text-align: left;
}

section.home-block h1,
section.home-block p {
  padding: 0;
<<<<<<< HEAD

=======
>>>>>>> pushing my local version after working through amends
}

section.home-block article.home-block-contents p {
  margin-bottom: 33px;
  margin-bottom: var(--margin);
}

section.home-block h1.home-block-text.home-block-title {
  margin-right: unset !important;
  margin-left: unset !important;
}

<<<<<<< HEAD
=======
@media screen and (min-width: 768px) {
  section.home-block {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  section.home-block:not(.no-image) {
    min-height: 450px;
  }
  section.home-block article.home-block-contents {
    margin-bottom: unset !important;
    margin-top: unset !important;
  }
}

>>>>>>> pushing my local version after working through amends
@media screen and (min-width: 1100px) {
  /* Preset for overflowing images */
  section.home-block.overflow-image figure.home-block-bg {
    overflow: visible;
  }

  section.home-block.overflow-image figure.home-block-bg img.home-block-image {
    bottom: -15%;
    height: 140%;
  }
<<<<<<< HEAD
}
=======
}
>>>>>>> pushing my local version after working through amends
