::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #007bff;
}

::selection {
  color: #ffffff;
  background: #007bff;
}

.navbar {
  box-shadow: 2px 2px 2px #2bafe5;
  opacity: 0.9;
  background: #ffffff;
}

.navbar .nav-item {
  font-size: 1.2rem;
  padding-right: 1.4rem;
}

#showcase {
  position: relative;
  background: url("../img/banner.jpg");
  min-height: 600px;
}

#showcase .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#product-img {
  margin-top: 50px;
  max-height: 400px;
}

.info-header {
  width: 70%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

#testimonials img {
  margin-top: -50px;
}

#testimonials .card:hover {
  background: #007bff;
  color: #ffffff;
}

#testimonials .card:hover .fab {
  color: #ffffff;
}

.mb-resp {
  margin-bottom: 1rem;
}

footer .fab {
  color: #ffffff;
  background: #343a40;
}

@media (max-width: 768px) {
  #showcase {
    min-height: 500px;
  }
  #showcase h1 {
    font-size: 3rem;
  }
}
