footer {
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 2.5em;
  border-top: 1px solid #bcbdbd;
  text-transform: uppercase;
  background-color: white;
  margin-top: 2em;
  font-family: "Roboto Condensed";
  border-top: solid 1px lightgray;
  box-shadow: 0 0 3px 0px lightgrey;
}

footer .footer-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto
}

@media (max-width: 768px) {
  footer .footer-links {
    width: 95%;
  }
}

footer a {
  color: #23262a;
}
