/* GLOBAL STYLES -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 3rem;
  color: #5a5a5a;
  overflow-x: hidden;
}

.body {
  padding-top: 2rem;
}

.body-main {
  padding-top: 50px;
}

.body-section {
  padding-top: 67px;
}

section.linkTo {
  padding-top: 38px;
}

.page-header-grey-darken-3 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #424242;
}

.well-info {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 2px solid #3E4551;
    border-radius: 4px;
}
/* GLOBAL STYLES -------------------------------------------------- */

/* AFFIX MENU -------------------------------------------------- */
.affix {
    top: 90px;
    position: fixed;
    width: 262px;
}
/* AFFIX MENU -------------------------------------------------- */

/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.ts {
    color: #2a88bd;
    background-color: transparent;
    border-color: #2a88bd;
}
/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */


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


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

.featurette-divider-grey-darken-3 {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  border-bottom: 1px solid #424242;
}

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


/* RESPONSIVE CSS -------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* RESPONSIVE CSS -------------------------------------------------- */

/* CORRECT DISPLAY FOR FORM ERROR -------------------------------------------------- */
.has-feedback .form-control {
    padding-right: 0px;
}
/* CORRECT DISPLAY FOR FORM ERROR -------------------------------------------------- */

/* FOOTER -------------------------------------------------- */
footer.page-footer {
    margin-top: 0.3em;
    font-weight: 300;
}
/* FOOTER -------------------------------------------------- */

/* SOCIAL MEDIA COLORS -------------------------------------------------- */
.linkedin {
	coloer: #0082CA;
}
/* SOCIAL MEDIA COLORS -------------------------------------------------- */

/* ALERTS -------------------------------------------------- */
.msg-alert {
    position: fixed;
    bottom: 5%;
    right: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
}
/* ALERTS -------------------------------------------------- */

.list-docs {
	font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 300;
}

.page-header-doc {
    margin: 0 0 20px;
    border-bottom: 2px solid #eee;
}

.smaller {
	font-size: 55%;
}

/* STAR RATING -------------------------------------------------- */
.rating-xs {
    font-size: 1.3em;
}
/* STAR RATING -------------------------------------------------- */