
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

.social-icons a img {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  transition: all 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}

.social-icons a img[src*="FACEBOOK"] {
  filter: hue-rotate(200deg);
}

.social-icons a img[src*="TWITTER"] {
  filter: hue-rotate(120deg);
}

.social-icons a img[src*="LINKEDIN"] {
  filter: hue-rotate(60deg);
}

.social-icons a img[src*="INSTAGRAM"] {
  filter: hue-rotate(340deg);
}

.social-icons a img[src*="YOUTUBE"] {
  filter: hue-rotate(280deg);
}

.social-icons a img[src*="tiktok"] {
  filter: hue-rotate(320deg);
}

