/* Hide anchor link arrows */
.anchor-head {
  display: none !important;
}

a.anchor-head {
  display: none !important;
}

/* Style social icons */
#home-social a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}

#home-social a:hover {
  opacity: 0.7;
}

#home-social a::after {
  display: none !important;
}
