.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
   /* Vertically center the text there */
  background-color: #292b2c;
}

.legal-text {
  margin-top: 15px;
  text-align: center;
}

.footer .social {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.footer a {
  text-decoration: none;
  color: #636c72;
}

.footer a:hover {
  color: #eceeef;
}

.footer i {
  margin-right: 10px;
}
