:root {
  --white: #fff;
  --black: #333437;
  --gray: #9da0a4;
  --lgray: #f7f7f8;
  --dgray: #4f5255;
}

@media screen and (max-width: 1023px) {
  body.sticky-nav-open {
    overflow-y: hidden;
  }

  #PageContainer {
    padding-top: 120px;
    padding-top: var(--header-height);
  }

  .mobile-header {
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .mobile-header.mobile-header--nav-open {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mobile-header .mobile-navigation {
    position: relative;
    display: block;
    height: 100vh;
    background: white;
  }
  .mobile-header .mobile-navigation .mobile-navigation__list {
    position: absolute;
    width: 100%;
    background: white;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 200px;
  }
}
.hero__background--dark {
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
  padding: 2em 4em;
  right: 0;
  max-width: 700px;
}
.hero__background--dark h1, .hero__background--dark h2, .hero__background--dark h3, .hero__background--dark h4, .hero__background--dark h5, .hero__background--dark h6, .hero__background--dark p, .hero__background--dark span, .hero__background--dark a {
  color: var(--black) !important;
}
.hero__background--dark .btn {
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
}

/*# sourceMappingURL=/cobblehill.css.map */