/* ==========================================================================
   Footer - The bottom of every page
   ========================================================================== */
.site-footer {
  font-size: 1rem;
  padding: 10vh 0 30vh 0;
  line-height: 1.75em;
  color: #121314;
  mix-blend-mode: darken;
  text-align: center;
  position: relative;
  margin-block-start: var(--s4);
}

.site-footer a {
  color: #121314;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #a34f98;
}

.social-links {
  font-size: var(--font-size-1);
}

@media print {
  .social-links {
    display: none;
  }
}

.social-links__item {
  display: inline-block;
  margin: 0 0.25em;
  border-radius: 50%;
  background: rgba(238,238,231,0.4);
  box-shadow: 0 0 1px rgba(119,119,119,0.3);
  height: 2em;
  line-height: 2em;
  width: 2em;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 420px) {
  .social-links__item {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

.social-links__item:hover,
.social-links__item:focus {
  border-color: currentColor;
  background: rgba(238,238,231,0.4);
}

.social-links__item__icon {
  width: 1em;
  height: 0.9em;
  fill: currentcolor;
}

.copyright {
  margin-top: 2.5em;
}

.footer-portrait {
  width: 2.7em;
  height: 2.7em;
  display: inline-block;
  border-radius: 50%;
  vertical-align: inherit;
  overflow: hidden;
  filter: grayscale(1);
}
