.footer-background {

  min-height: 100px;
  color: white;
  background-color: #333333;
  border-top: 5px solid #478ac9;

}

.footer {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 5%;

  float: center;
  justify-content: center;
}

@media (max-width: 470px) {
  .footer {
    justify-content: center;
  }

  .footer-socials {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1500px) {

  .footer {
    width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
  }

}

.footer-crest {
  padding: 1.5% 1.5%;
}

.footer-links {
  font-family: inherit;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials {
  color: inherit;
  padding: 1.5% 1.5%;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.footer-socials a {
  text-decoration: none;
}

.footer-socials img {
  width: 30px;
  height: 30px;
}
