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

p {font-size: 1.12rem;}
p.lead {padding-top: 1rem;padding-bottom: 1rem;font-size: 1rem;}
p a {color: black;font-weight: 500;}

.img-fluid {padding-bottom: 1rem;padding-top: 1rem;}

ul li a {color: black;}
ol li {line-height: 2rem;}

.container {margin-top: 2rem;}
.container h1 {color: black;}

.page-item a {color: white;text-decoration: underline;background-color: black;}
.breadcrumb a {color: black;}
.icons {
  display: flex;
  justify-content: center;
  align-content: center;
}
td {font-size: 0.9rem;}

/* CUSTOMIZE THE CAROUSEL */
/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
/* MARKETING CONTENT */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
}
.marketing h1 {
  font-weight: 600;
  font-size: 2.5rem;
}
.marketing h2 {font-size: 2rem;}
.marketing h3 {font-size: 1.5rem;margin-bottom: 0;}

span.text-muted {
  font-weight: 400;
  font-style: italic;
  font-size: 1.87rem;
}

.marketing .col-lg-4 p {padding-top: 1rem;}
.marketing .col-lg-4 h2 {font-size: 1.5rem;}

footer p {text-align: center;font-size: 0.9rem;}

/* Featurettes */
.featurette-divider {
  margin: 1.5rem 0; /* Space out the Bootstrap <hr> more */
  border: 1px solid black;
}

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

/* RESPONSIVE CSS */
@media (max-width: 40em) {
  .marketing h1 {
    font-weight: 600;
    font-size: 2rem;
    /*padding-top: 2.7rem;*/
  }
  .marketing h2 {
    font-size: 1.6rem;
    /*padding-top: 1rem;*/
    font-weight: 400;
    text-align: center;
  }
  .marketing h3 {
    font-size: 1.3rem;
    /*padding-top: 1rem;*/
    padding-bottom: 1rem;
    text-align: center;
  }
  span.text-muted {font-size: 1.25rem;font-weight: 500;}
  p {font-size: 1rem;}
  p.lead {text-align: center;}
  p.button {text-align: center;}
  .img-fluid {padding-bottom: 1rem;}
  .btn {margin-bottom: 1rem;}
  .breadcrumb-item {font-size: .8rem;}
}
@media (min-width: 40em) and (max-width: 61em) {
  /* 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: 2.50rem;}
  .marketing h1 {padding-top: 1.5rem;}
  .marketing h2 {
    font-size: 1.8rem;
    padding-top: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .marketing h3 {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  p.lead {text-align: center;}
  p.button {text-align: center;}
  span.text-muted {font-size: 1.5rem;font-weight: 500;}
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  p.lead {padding-top: 1rem;padding-bottom: 1rem;font-size: 1.10rem;}
}

/*Back to Top*/
#btn-back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}