/* Stylesheet */

a.social img {
  transition: opacity 0.3s;
}

a.social:hover img {
  opacity: 0.8;
}
