footer.footer {
  background: rgb(40,40,40);
  padding: 5rem 0 1rem;
}

.footer-sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sitemap a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-legal {
  padding-top: 1.5rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  line-height: 1.5;
}

.footer-legal p {
  color: rgba(255,255,255,0.8);
}

.footer-legal a {
  color: rgba(255,255,255,0.8);
}

.footer-legal a:hover,
.footer-legal a:focus,
.footer-legal a:active {
  color: rgba(255,255,255,1);
}


@media screen and (max-width: 992px) {

  .social-icons {
    width: 30%!important;
  }

 .footer-center {
   text-align: center;
 }
}


