#sp-header {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  animation: spFadeIn 0.5s;


#sp-footer .topsocial li a {
  font-size: 160px;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  padding: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
