/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 6, stdin */

.holding-page__header {
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 44px 0;
}

/* line 14, stdin */

.holding-page__header img {
  max-width: 320px;
}

/* line 19, stdin */

.holding-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  margin: 0 auto;
  padding: 103px 0;
}

/* line 30, stdin */

.holding-page__content-image img {
  border-radius: 0px;
}

@media (min-width: 768px) {
  /* line 30, stdin */

  .holding-page__content-image img {
    border-radius: 10px;
  }
}

/* line 39, stdin */

.holding-page__content-text {
  width: 80%;
  background: #ffffff;
  margin-top: -125px;
  border-radius: 10px;
  padding: 28px 30px;
}

/* line 47, stdin */

.holding-page__content-text h1,
.holding-page__content-text h2,
.holding-page__content-text h3,
.holding-page__content-text h4,
.holding-page__content-text h5,
.holding-page__content-text h6 {
  margin-bottom: 23px;
}

/* line 57, stdin */

.holding-page__content .site-button {
  margin: 28px auto 0;
}


/*# sourceMappingURL=holding-page.css.map*/