/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  color: #5a5a5a;
}

a { color: #42BB92; }
a:hover { color: #42BB92; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* 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;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* 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;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@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: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.container-fluid { max-width: 1200px; margin-left: auto; margin-right: auto;
padding: 0 3rem; }
.logo {  max-width: 300px; width: 100%; margin-bottom: 2rem; }
.footer { text-align: center; }
.section { padding: 2rem 0;}
.section-wrap { max-width: 1000px; margin-right: auto; margin-left: auto; }
.section1 { background-color: #42BB92; color: #fff; overflow: hidden; }
.section6 { background-color: #E7E7E7; }
.pic  {  max-width: 300px;  margin: auto; }
.pic img { width: 100%; }

.align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

strong { font-size: 1.5rem;  margin-bottom: 30px; display: block; }
strong:after, h2:after {
display: block;
  content: '';
  width: 100px;
  height: 10px;
  margin-top: 30px;
  background-color: #42BB92;

}

.border-center:after {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}

.btn-app { max-height: 60px; }
.btn-prtnr { max-height: 100px;}
h1,
h2 { margin-bottom: 3rem; font-weight: bold; }

.text { max-width: 400px; }
.text-wide { max-width: 800px; }

li { margin-bottom: 1.5rem; }
.copy { color: #ccc; }

li:before {   }

@media (max-width: 768px) {
  .section {
    padding: 3rem 0 0 0;
  }
  .section5 { padding-bottom: 3rem; }
.btn-app {
  max-height: 40px;
}
  h1, .h1 {
    font-size: 1.5rem;
  }
  .pic {
    max-width: 200px;
    margin: auto;
  }
  .logo {
    max-width: 200px;
  }
  strong {
    font-size: 1.2rem;
  }
  h2, .h2 {
    font-size: 1.2rem;
  }
  .container-fluid {
    padding: 0 1.5rem;
  }
  .btn-prtnr {
    max-height: 77px;
  }

  .section1 .pic {
    height: 220px;
  }

}

.single-page-wrap h2 { margin: 2rem 0;}
.logo-inner { margin-right: auto; margin-left: auto; width: 200px; padding-top: 2rem; margin-bottom: 2rem; }
.site-error { text-align: center; }