/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */

@media (min-width: 992px) {
  .header-holder .logo {
    max-width: 240px;
    width: 16.75rem;
  }
}

.header-top .dropdown-toggle:hover {
  color: #fff;
}

.page-node-type-blog .intro-block h1 {
  text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
}

.decor-holder.icon-star {
  z-index: 22;
}
.slogan-section:before {
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
