.navbar-brand {
  line-height: 19px;
}

.navbar-brand sup {
  font-size: 10px;
}






/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  max-width: 1440px;
  margin: 0 auto 60px auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-inner > .item > img {
  min-width: 100%;
  max-height: 500px;
}



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

/* Pad the edges of the mobile views a bit */
.mapping {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.mapping .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.mapping h2 {
  font-weight: normal;
}
.mapping .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


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

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



.carousel-caption {
  padding-bottom: 20px;
}

.carousel-caption h1 {
  font-size: 18px;
}

.carousel-caption p {
  font-size: 12px;
}

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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .mapping {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

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

}

@media (min-width: 992px) {

  .carousel-caption {
    padding-bottom: 30px;
  }

  .carousel-caption h1 {
    font-size: 34px;
  }

  .carousel-caption p {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .featurette-heading {
    margin-top: 120px;
  }
}