body {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  display: flex;
  flex-direction: column;
  /*min-height: 100vh;*/
  height: 100%;
}
html {
  height: 100%;
}

hr {
  margin: 5rem 0;
}

h1 {
  padding-bottom: 3rem;
}

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
  background-color: #009900;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

footer {
  padding-bottom: 3rem;
  height: 100px;
  margin-top: auto;
}

.impress {
  text-align: center;
}

.chicken-wrap {
  min-height: 100%;
   margin-bottom: -130px;
   padding-bottom: 100px;
}

.featurette-divider-3 {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  background-color: #ffffff;
  color: #ffffff;
}


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
  }

  .bonus {
    margin-top: 7rem;
  }
}
