/* social links */
.DOH--global-footer {
  margin: 30px 0;
}
.DOH--global-footer-text:first-child {
  padding: 8px 0;
}
.DOH--global-footer-text {
  font: small 'Anon', helvetica, sans-serif;
  padding-bottom: 8px;
  text-align: center;
}
.DOH--global-footer-icons {
  font-family: FontAwesome;
  text-decoration: none;
}
#DOH--global-footer-find-us .DOH--global-footer-icons:hover {
  text-decoration: none;
}
#DOH--global-footer-find-us .fab:first-child {
  margin-left: 5px;
}
#DOH--global-footer-find-us .fab {
  border: transparent 2px solid\9;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 26px;
  margin: 0 4px;
  padding: 6px 0;
  vertical-align: middle;
  width: 40px;
}
#DOH--global-footer-find-us .fab:hover {
  border: rgb(255, 255, 255) 2px solid\9;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#DOH--global-footer-find-us {
  text-align: center;
  width: 100%;

  .fa-facebook-f {
    background-color: rgb(59, 89, 153);
  }
  .fa-twitter {
    background-color: rgb(23, 134, 235);
  }
  .fa-instagram {
    background-color: rgb(133, 138, 141);
  }
  .fa-google-plus {
    background-color: rgb(221, 75, 57);
  }
  .fa-google-plus:before {
    content: '\f0d5';
  }
  .fa-github-alt {
    background-color: #000;
    opacity: 0.5;
  }
  .fa-linkedin {
    background-color: #0077b5;
    opacity: 0.5;
  }
  .fa-youtube {
    background-color: #f00;
    opacity: 0.5;
  }
  .fa-twitch {
    background-color: #9147ff;
    opacity: 0.5;
  }
}
#DOH--global-footer-find-us .DOH--global-footer-icons:hover {
  opacity: 1;
  transform-origin: center;
  transform: rotate(5deg) scale(1.5);
  transition: transform 0.125s ease-in-out, opacity 0.125s ease-in-out;
}
