/*
 * Copied from https://sharingbuttons.io/
 */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 100%;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #DA291C;
}

.resp-sharing-button--twitter:hover {
  background-color: black;
}

.resp-sharing-button--pinterest {
  background-color: #DA291C;
}

.resp-sharing-button--pinterest:hover {
  background-color: black;
}

.resp-sharing-button--facebook {
  background-color: #DA291C;
}

.resp-sharing-button--facebook:hover {
  background-color: black;
}

.resp-sharing-button--tumblr {
  background-color: #DA291C;
}

.resp-sharing-button--tumblr:hover {
  background-color: black;
}

.resp-sharing-button--reddit {
  background-color: #DA291C;
}

.resp-sharing-button--reddit:hover {
  background-color: black;
}

.resp-sharing-button--google {
  background-color: #DA291C;
}

.resp-sharing-button--google:hover {
  background-color: black;
}

.resp-sharing-button--linkedin {
  background-color: #DA291C;
}

.resp-sharing-button--linkedin:hover {
  background-color: black;
}

.resp-sharing-button--email {
  background-color: #DA291C;
}

.resp-sharing-button--email:hover {
  background-color: black;
}

.resp-sharing-button--xing {
  background-color: #DA291C;
}

.resp-sharing-button--xing:hover {
  background-color: black;
}

.resp-sharing-button--whatsapp {
  background-color: #DA291C;
}

.resp-sharing-button--whatsapp:hover {
  background-color: black;
}

.resp-sharing-button--hackernews {
  background-color: #DA291C;
}
.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: black;
}

.resp-sharing-button--vk {
  background-color: #DA291C;
}

.resp-sharing-button--vk:hover {
  background-color: black;
}

.resp-sharing-button--bluesky {
  background-color: #DA291C;
}

.resp-sharing-button--bluesky:hover {
  background-color: black;
}

.resp-sharing-button--facebook {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--twitter {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--tumblr {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--email {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--pinterest {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--linkedin {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--reddit {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--xing {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--xing:hover .resp-sharing-button--xing:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--whatsapp {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--hackernews {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--hackernews:hover .resp-sharing-button--hackernews:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--vk {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
  background-color: black;
  border-color: black;
}

.resp-sharing-button--bluesky {
  background-color: #DA291C;
  border-color: #DA291C;
}

.resp-sharing-button--bluesky:hover .resp-sharing-button--bluesky:active {
  background-color: black;
}

/*
 * Additional custom css
 */
.social-icons {
  font-size: 1.5rem;
  line-height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  .social-icons {
    font-size: 1rem;
  }
}

.social-icons > li {
  display: inline-block;
}
.social-icons .visually-hidden {
  display: none;
}
