.footer{
  background-color: rgb(29, 29, 29);
}
.footer .row {
  margin-right: 15px!important;
}
.footer__logo{
  height: 50px;
  width: auto;
  margin-bottom:5px;
}
.footer__social img{
  width: 23%;
  height: auto;
  margin:1%;
  float: left;
}
.credits{
  background-color: rgb(10, 10, 10);
}
.footer__title{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.footer__icon{
  height:20px;
  width:auto;
}
.footer p,
.footer a,
.credits p,
.credits a{
  color:white;
}
/*media*/
@media (max-width:750px) {
  .footer__icon {
    margin-right: 2%;
    height: 15px;
  }
}