footer {
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  color: #ffffff;
  background: #404040;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  z-index: 1;
}
footer .footer_row {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
footer .footer_row .social_link {
  margin: 0 5px;
  transition: opacity 0.25s ease;
}
footer .footer_row:hover .social_link {
  opacity: 0.25;
}
footer .footer_row .social_link:hover {
  opacity: 1;
}
footer a {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

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