footer {
  padding: 40px 0 0 0;
  background-color: var(--white);
  color: var(--primary-color);
}

footer .news-list img {
  display: block;
  width: 150px;
  height: 80px;
  object-fit: cover;
}

footer a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: none;
}

footer h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: var(--hilite-color);
}

.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;
  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(--hilite-color);
}

.content-social {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 15px auto;
}

.content-social li {
  display: inline-block;
  margin: 0 5px;
}

.footer-address {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 20px;
}

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

footer .list-unstyled li {
  margin-bottom: 10px;
}

footer .copyright {
  background-color: var(--white);
  padding: 20px 0;
  font-size: 14px;
}

footer .copyright a {
  color: var(--black);
  font-weight: bold;
  font-size: 14px;
}

.footer-post img {
  max-width: 100%;
}

.prefooter-links {
  margin-top: 2rem;
  background-color: var(--primary-color);
  border-bottom: 12px solid var(--hilite-color);
  padding: 2rem;
}
.prefooter-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem;
  transition: transform 0.3s ease-in-out;
}
.prefooter-link:hover,
.prefooter-link:focus {
  background-color: var(--secondary-color);
  color: var(--white);
  text-decoration: none;
  /* transform: scale(103%); */
}
.prefooter-link a {
  color: var(--white);
  text-decoration: none;
  font-family: "Myriad Pro", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
}
.prefooter-link a span.fas {
  color: var(--hilite-color);
}

footer .list-inline.footer-imgs-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .list-inline.footer-imgs-list .footer-img {
  height: 120px;
  margin: 10px;
}
/*  tablets and smaller desktops: MD */
@media only screen and (max-width: 992px) {
  footer {
    text-align: center;
  }

  .footer-address,
  footer h2 {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  footer .copyright {
    margin-top: 40px;
  }

  .footer-social {
    text-align: center;
  }

  .footer-nav {
    margin-top: 20px;
  }

  .footer-social li a {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav .list-unstyled {
    border-right: none;
  }

  .footer-address,
  footer h2 {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  .footer-social {
    display: block;
    text-align: center;
  }

  .footer-post img {
    max-width: 80%;
  }
  footer .list-inline.footer-imgs-list .footer-img {
    height: 90px;
    margin: 10px;
  }
}
