.carousel-inner {
  height: 350px;
}

.carousel-caption {
  color: black;
  top: 50%;
}

.carousel-control-next, .carousel-control-prev, .carousel-indicators {
  filter: invert(100%);
}

.heading-content h1 {
}

#specials {
  position: relative;
  text-align: center;
  color: black;
}

.services {
  position: relative;
  text-align: center;
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
}

