footer {
  max-width: 100% !important;
  background-color: white;
  color: black;
  padding: 20px 0;
  justify-content: space-between;
  background: #ddd;
  border-radius: 45px;
  display: flex;
}

footer p {
  margin: -2px;
}

footer .btn:hover {
  text-decoration: underline;
  text-decoration-color: #000;
}

footer .icon-2x {
  width: 2.5em;
  padding: 5px;
}

footer,
footer .btn {
  font-size: 0.8rem;
}

footer a.btn.btn-link {
  padding: 0px;
  font-size: 0.8rem;
}

.social-media-container {
  display: flex;
}

.legal-links-container {
  display: block;
}

.address-info {
  display: block;
}

.contact-info {
  display: block;
}

/*# sourceMappingURL=footer.css.map */
