
.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;
}

header.masthead {
  position: relative;
  /*background-color: #343a40;*/
  /*background: url("../assets/img/istockphoto-1410821867-612x612-photoaidcom-2x-ai-zoom-photoaidcom-2x-ai-zoom.jpeg") no-repeat center center;*/
  /*background: url("../assets/img/blue-curves-18206-2560x1440.jpeg") no-repeat center center;*/
  background: url("../img/bgg.jpg") no-repeat center right;
  background-attachment: fixed;
  /*background: url("../assets/img/bg.png") no-repeat center center;*/
  /*background: url("../assets/img/background-4-1440.jpeg") no-repeat center center;*/
  /*background: url("../assets/img/dandelion_01.jpeg") no-repeat center center;*/
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
header.masthead:before {
  content: "";
  position: absolute;
  /*background-color: #1c375e;*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
header.masthead h1, header.masthead .h1 {
  /*font-size: 2rem;*/
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 5rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 4rem;
  }
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.testimonials .testimonial-item {
  max-width: 18rem;
}
.testimonials .testimonial-item img {
  max-width: 12rem;
  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:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

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

.form-control, .btn {
  border-radius: 0;
}




/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-brand,
.navbar-scroll .navbar-toggler .fa-bars {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler .fa-bars {
  /*color: #4f4f4f;*/
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #333;
  transition: background-color 0.5s ease;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
}
