/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.h2, h2 {
    color: #5a5a5a;
}

header.masthead {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

header.masthead .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 18px 28px 0;
  color: #fff;
}

header.masthead h1 {
  font-size: 1.2rem;
}
header.masthead p {
  font-size: 1.4rem;
  display: none;
}

.addbox {
	position: relative;
}
.addoverlay {
  position: absolute;
  padding: 20px;
  margin: 30px;
  top: 20px;
  left: 0;
  background-color: #fff;
  color: #444;
  opacity: 0.8;
}

.addoverlay .lead {font-size: 1.1rem;}

.slide ol {
    margin-bottom: 0.2rem!important;
}



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

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette-divider-bold {
  border-top: 2px solid;
  margin: 2rem 0 3rem; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette h2 {
  padding-top: 0;
  margin-bottom: .9rem;
  line-height: 1.4;
  font-size: 1.6rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 2rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-bottom: 4rem;
}

.btt-slider {
	font-size: 0.8rem;
}


@media (min-width: 665px) {
  
  .btt-slider { font-size: 1rem; }
  header.masthead p { font-size: 0.8rem; display: block;}
}

@media (min-width: 768px) {
  header.masthead p { font-size: 1rem; }
  header.masthead h1 { font-size: 1.5rem; }
  header.masthead .overlay {padding: 40px 70px 0;}
  .addoverlay {margin: 20px 30px; top:  0;}
  .addoverlay .lead {font-size: 0.8rem;}
}

@media (min-width: 1024px) {
  header.masthead {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .slide ol {
	 margin-bottom: 1rem!important;
  }
  .showcase .showcase-text {
    padding: 7rem;
  }
  header.masthead p { font-size: 1.2rem; }
  .testimonials {
    padding-top: 7rem;
  }
  .btt-slider { font-size: 1.4rem; margin-top:30px; }
  
  .featurette h2 { font-size: 2rem; }
  .addoverlay .lead {font-size: 1.1rem;}
}

@media (min-width: 1120px) {
  .featurette-divider { margin: 5rem 0; }
  .featurette-divider-bold { margin: 5rem 0 3rem; }

}

@media (min-width: 1440px) {
	header.masthead .overlay {
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  padding: 112px 150px 0;
	  color: #fff;
	}
	.addoverlay .lead {font-size: 1.25rem;}
	header.masthead h1 {
	  font-size: 2rem;
	}
	header.masthead p {
	  font-size: 1.4rem;
	}  
}