/* Site Wide Call Now Button Animation */
@keyframes grow-shrink-call-now {
  0%, 100% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.2); /* 50% larger */
  }
}
.ws-m-header-button-group {
  animation: grow-shrink-call-now 2s infinite; 
}


/* Bouncy Book Online Button for Home Page */
@keyframes grow-shrink-book-online {
  0%, 100% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* 50% larger */
  }
}
#ws-block-cover-with-side-media-eZJCSZDo > section > div > div.ws-m-split-layout__content.ws-block-content > div > div.ws-m-button-group > ws-button-group > ws-button:nth-child(1) > a {
  animation: grow-shrink-book-online 2s infinite;
}
#ws-block-cover-with-features-and-cta-whSjl1f6 > section > div > div > div.ws-feature-container__content > div > div > div.ws-m-button-group.ws-m-button-group--center > ws-button-group > ws-button:nth-child(1) > a {
  animation: grow-shrink-book-online 2s infinite;
}


/* Custom Colors for Certain Links */
#ws-block-services-with-media-smW2SUjV > section > div > div.ws-m-service > ws-columns > ws-column:nth-child(4) > article > ws-text > p > ws-color:nth-child(1) > a,
#ws-block-services-with-media-smW2SUjV > section > div > div.ws-m-service > ws-columns > ws-column:nth-child(4) > article > ws-text > p > ws-color:nth-child(1) > a:visited {
  color: white;
}

#ws-block-services-with-media-smW2SUjV > section > div > div.ws-m-service > ws-columns > ws-column:nth-child(4) > article > ws-text > p > ws-color:nth-child(3) > b > a,
#ws-block-services-with-media-smW2SUjV > section > div > div.ws-m-service > ws-columns > ws-column:nth-child(4) > article > ws-text > p > ws-color:nth-child(3) > b > a:visited {
  color: white;
}

#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(3),
#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(3):visited {
  color: white;
}

#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(5),
#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(5):visited {
  color: white;
}

#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(7),
#ws-block-text-7a6c7TMV > section > div > div > ws-text > p.ws-fz-14 > a:nth-child(7):visited {
  color: white;
}