.bg-kf-dark {
  background: #1c1c1c;
  color: white !important;
}

.bg-kf-dark li {
  background: #1c1c1c;
  color: white !important;
}

.bg-kf-products {
  background: #e8e8e8 !important;
}

.btn-primary {
  background: #b00000;
  border: none;
}

.btn-primary:active {
  background: #700303 !important;
}

.btn-primary:hover {
  background: #6c757d;
}

.btn-outline-secondary {
  color: white;
}

.btn-outline-secondary:active {
  background: #700303 !important;
  border-color: #700303 !important;
}

.divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.flex-container-kf {
  width: 100%;
  height: 80%;
  align-items: center;
  display: flex;
  align-self: center;
  justify-content: center;
}

.flex-kf {
  display: flex !important;
}

.flex-kf img {
  float: left;
  width: auto;
  height: 20em;
  object-fit: contain;
}

.kf-hero {
  background: #1c1c1c;
  color: white;
  margin: 0 !important;
}

.kf-hero h1 {
  color: white !important;
  font-size: 5em;
}

.kf-hero h3 {
  color: white !important;
}

.kf-hero .display-3 {
  color: white !important;
}

.kf-hero .display-6 {
  color: white !important;
}

.icon-link {
  color: #b00000;
  text-decoration-color: #b00000;
}

/* to make white PUEHL logo black  */
.img-reverse-color {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

.text-body-primary {
  font-size: 2em;
}

@media (max-width: 480px) {
  .kf-hero h1 {
    font-size: 3em;
  }

  .grp-logo {
    margin-top: 0% !important;
  }
}
