.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: rgb(24,188,156);
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: rgb(24,188,156);
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services {
  padding-bottom: 30px;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

#about-section {
  background-attachment: fixed !important;
}

#schedule-appointment {
}

#specials-section {
  background-attachment: fixed !important;
}

.services .icon-box:hover h4 {
  color: white;
}

@media only screen and (max-width: 768px) {
  #top-bar-logo {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #top-bar-call-button {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #top-bar-navbar-brand {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #make-appointment {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .about-snowball-image-columns {
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  #photo-row {
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  #filters-heading {
    font-size: 220% !important;
  }
}

