

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.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;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 10rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #C2D02F;
}

/* Thin out the marketing headings */
.featurette-heading {
  margin-top: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */

  .featurette-heading {
    font-size: 2.6rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) { 
  .x-gradient {
    background: linear-gradient(to right, #f1f1f1 50%, #ffffff 50%);
  } 
}

@media (max-width: 991.98px) { 
  .x-gradient {
    background: #f1f1f1;
  } 
}
