@font-face {
  font-family: "Google Sans";
  font-style: normal;
  src: url("../library/fonts/GoogleSans-Regular.ttf");
}

hr {
  margin: 4rem 0 0 0;
}

footer {
  height: 5rem;
  background-color: #fff;
}

footer small {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Google Sans";
  font-size: 14px;
  color: #b53471;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer li {
  margin: 0 0 0 2.5rem;
}

footer a {
  color: #b53471;
  font-family: "Google Sans";
}

footer a:hover {
  color: #fda7df;
}

footer .twitter:hover {
  color: #00acee !important;
}

footer .facebook:hover {
  color: #3b5998 !important;
}

footer .instagram:hover {
  color: #833ab4 !important;
}

footer span {
  margin: 0 0 0 0.5rem;
}

@media screen and (max-width: 767px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5rem 0 6rem 0;
  }
  footer li {
    margin: 1rem 0 0 0;
  }
  footer .instagram {
    margin: 0 0 4rem 0 !important;
  }
}
