/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
@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: 40px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Various Changes */
.jumbotron {
  background-color: #fff
}
.bronze {
  background-color: #977a1f
}
.silver {
  background-color: #a7b6b2
}
.gold {
  background-color: #c27c0e
}
.diamond {
  background-color: #bceaec
}
.sapphire {
  background-color: #0deafd
}
.platinum {
  background-color: #bff6b3
}
.whale {
  background-color: #335591
}
form {
  margin-left: auto;
  margin-right: auto;
}
.card-header-bg {
  background-image: linear-gradient(to bottom,#bff6b3 0,#fff 100%);
  border-bottom: 0px;
}
.nav-links.disabled {
  color:#a0a0a0;
}

footer {
  background-color: #272d3b;
}