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

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

footer a {
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  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 .logo-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 10px auto;
}
footer .logo-container a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
footer .footer-logo {
  max-width: 200px;
  margin: 0 auto;
}

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

.footer-social li {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.footer-social li a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: var(--white);
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.footer-social li a.twitter:before,
.content-social li a.twitter:before {
  content: "\f099";
}

.footer-social li a.facebook:before,
.content-social li a.facebook:before {
  content: "\f39e";
}

.footer-social li a.youtube:before,
.content-social li a.youtube:before {
  content: "\f167";
}

.footer-social li a.instagram:before,
.content-social li a.instagram:before {
  content: "\f16d";
}

.footer-social li a.snapchat:before,
.content-social li a.snapchat:before {
  content: "\f2ac";
}

.footer-social li a.linkedin:before,
.content-social li a.linkedin:before {
  content: "\f0e1";
}

.footer-social li a.pinterest:before,
.content-social li a.pinterest:before {
  content: "\f231";
}

.footer-social li a.flickr:before,
.content-social li a.flickr:before {
  content: "\f16e";
}

.footer-social li:hover a:before,
.content-social li:hover a:before {
  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: 20px;
  line-height: 20px;
}

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

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

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

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

footer .footer-hls {
  max-width: 8rem;
}

footer .footer-flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: left;
}

@media (max-width: 767px) {
  footer .footer-logo {
    max-width: 50vw !important;
    margin-bottom: 2rem;
  }
  footer .footer-flex {
    flex-flow: row nowrap;
  }
  footer .footer-hls {
    margin: 0 auto;
  }
  footer .mb-4 {
    margin-bottom: 0 !important;
  }
}
