footer {
  background-color: #56250d;
  padding: 50px 0 20px;
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}

footer .logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 10px;
}

footer .logo img {
  width: 100%;
  max-width: 180px;
}

footer .abouttext {
  line-height: 2;
}

footer .links li {
  margin-bottom: 5px;
}

footer .links li a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 18px;
  text-decoration: none;
}

footer .links li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .links {
    margin: 40px 0 !important;
  }
}

footer .location {
  margin-top: 20px;
}

footer .location i {
  font-size: 38px;
  margin-right: 10px;
}

footer .location address {
  margin: 0;
  text-align: left;
}

footer .social {
  margin-top: 15px;
}

footer .social li {
  display: inline-block;
  margin-right: 5px;
}

footer .social li a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #0580dc;
  font-size: 26px;
  text-align: center;
}

footer .copyright {
  margin-top: 30px;
  font-size: 13px;
}

footer .heading {
  font-size: 24px;
  margin-bottom: 15px;
}
/*# sourceMappingURL=footer.css.map */