footer {
  background-image: url("../images/BHSU-Website-Footer_UPDATED_2560pxWide-VERT.png");
  background-color: #036234;
  padding: 40px 0 0 0;
  color: var(--white);
  background-size: 1000px 2560px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  footer {
    background-image: url("../images/BHSU-Website-Footer_UPDATED_2560pxWide.png");
    background-size: unset;
    transform: unset;
    background-position: top right;
  }
}

footer a {
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: underline;
}

.footer-social {
  padding-left: 0;
  list-style: none;
  margin: 20px 0;
}

.footer-social li {
  display: inline-block;
  margin: 0 10px;
}

.footer-social li a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: var(--white);
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.footer-social li:hover a,
.content-social li:hover a {
  text-decoration: none;
  color: var(--light-gray);
}

ul.inline-unstyled-center li {
  margin: 0 0.25em;
  display: inline;
}

@media screen and (min-width: 992px) {
  ul.inline-unstyled-center {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    list-style: none;
  }

  ul.inline-unstyled-center li {
    margin: 0 1em;
  }
}

.footer-link-column {
  padding: 0.5em;
}

.footer-link-column-title {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: 1.2em;
  padding: 1em 2em 0 1.75em;
  background-color: var(--green-dark-0a4525);
  display: block;
}
.footer-link-column ul {
  padding: 1em 2em 3em 2em;
  background-color: var(--green-dark-0a4525);
}
