footer {
  /* padding: 5rem 2rem;
  margin-top: -4rem; */
  font-size: var(--body-font-size-s);
  background-color: white;
  color: black;
  border-top: 1px solid #575757;
  font-family: Monsterrat-Light, sans-serif;
  max-width: 120rem;
  margin: auto;
  padding: 32px 0 1rem;
  text-transform: uppercase;
}

footer .footer {
  max-width: var(--page-max-content-width);
  margin: auto;
}

@media (min-width: 769px) {
  footer .footer {
    padding: 0 1.75rem;
  }
}

footer .footer a {
  color: black;
  letter-spacing: 0.125rem;
  font-size: 1.2rem;
  text-decoration: none;
  opacity: 0.7;
  font-family: Montserrat-Light, sans-serif;
  line-height: 45px;
  font-weight: lighter;
}

footer .footer-social {
  max-width: 26.5rem;
}

footer .top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

footer div.columns.footer-nav {
  padding: 20px;
}

footer .footer-nav ul {
  padding-left: 0;
}

footer .top-row li {
  list-style: none;
}

footer h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-block-start: 0;
}

footer .footer h3 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  margin: 0;
}

ul.footer-logo {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 20px;
  right: 20px;
}


ul.footer-logo picture img {
  display: block;
  width: min(100%, 226px);
  height: auto;
}

ul.footer-logo li:last-child {
  line-height: 1.9375rem;
  letter-spacing: .05em;
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  top: 6px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  padding: 16px 16px 16px 0;
}

ul.footer-social-icons {
  display: flex;
  justify-content: space-between;
  max-width: 17.625rem;
}

ul.footer-social-icons .icon {
  width: 38px;
  height: 38px;
}

ul.footer-social-icons .icon-youtube {
  width: 37px;
}

ul.footer-social-icons a path {
  transition: fill .3s;
}

/* ul.footer-social-icons a:hover path {
  fill: var(--color-icon-gray);
} */

.icon svg{
  width: 38px;
  height: 38px;
}

.copyright {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .05em;
}

@media (max-width: 1024px) {
  footer div.sm-half-width {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-flow: row wrap;
  }

  footer{
    min-height: 0;
  }

  footer ul.footer-logo {
    display: block;
    margin-bottom: 0;
  }

  footer ul.footer-logo > li {
    max-width: 11.25rem;
  }

  ul.footer-social-icons {
    margin-top: 0;
    margin-left: 0;
  }

  ul.footer-social-icons .icon {
    width: 38px;
    height: 38px;
}

  footer ul.footer-logo > li:first-child {
    padding-bottom: 40px;
  }

  footer ul.footer-logo > li:last-child{
    line-height: .9375rem;
    margin-bottom: .5rem;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  footer .top-row li {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  footer .footer a {
    color: black;
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    text-decoration: none;
    opacity: 0.7;
    font-family: gotham-light, sans-serif;
    line-height: 20px !important;
    font-weight: lighter;
}

  ul.footer-logo li:last-child {
    line-height: 1.9375rem;
    letter-spacing: .05em;
    font-size: 1.25rem;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    padding: 16px 16px 16px 0;
  }

  footer div.copyright {
       font-size: 0.688rem;
        position: relative;
        bottom: 26px;
  }

  footer div.columns.footer-nav ul {
    margin-top: 5px;
  }

  footer div.columns.footer-nav li {
    margin-top: 10px;
  }

  footer div.columns.footer-nav > p {
    line-height: 1rem;
    font-size: .75rem;
    font-weight: 100;
  }

  ul.footer-logo picture img {
    width: 100%;
    height: auto;
  }

  ul.footer-logo picture {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  ul.footer-social-icons {
    position: relative;
    bottom: 25px;
    right: 25px;
    display: flex;
    gap: 25px;
    opacity: 0.5;
  }

  footer ul.footer-logo > li:first-child {
    padding-bottom: 10px;
  }
}
