.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  background-color: #543136;
  height: 75px;
  left: 0;
  text-align: center;
}
.sitemap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  padding-bottom: 25px;
}
.sitemap > a {
  text-decoration: none;
  color: black;
  border: double;
  padding: 2px;
  margin-left: 10px;
}
.footer > p {
  color: white;
  font-family: 'klinic_slabmedium';
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0;
  font-size: 18px;
}
.fa {
  padding: 8px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 3px 3px;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}