#footer.row {
  position: relative;
  margin: 0;
  padding: 15px;
}
#footer.row #footer-child {
  text-align: center;
  bottom: 5px;
  margin: 0;
  width: 100%;
}
#footer.row i {
  color: lightgray;
}
#footer.row img {
  width: 150px;
  margin: 0 10px;
}
@media screen and (max-width: 450px) {
  #footer.row img {
    width: 70px;
  }
}
#footer {
  background-color: #1c1c28;
}
