#footer {
  font-family: "Manrope", sans-serif;
  background-color: #1C1F23;
  color: #FFF;
  font-weight: normal;
  padding-top: 50px;
}
#footer h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
}
#footer ul li {
  line-height: 24px;
  font-size: 13px;
}
#footer ul li a {
  color: #FFF;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
#footer ul li a:hover {
  color: #FFB800;
  text-decoration: none;
}
#footer .social {
  margin-top: 40px;
}
#footer .social a {
  padding-right: 6px;
}
#footer .footer-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
#footer .footer-icons .b-left span, #footer .footer-icons .b-right span {
  margin-right: 6px;
}

#copyright {
  font-family: "Manrope", sans-serif;
  background-color: #282C31;
  padding: 12px;
}
#copyright .copyright {
  text-align: center;
  font-size: 12px;
  color: #D3D7DA;
  font-weight: 400;
}

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