footer .footer-section-heading {
  font-family: 'Dosis', sans-serif;
}

.footer {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  background-color: #93291e; 
}


footer {
  position: relative;
  color: #ebeceb;
}


footer .footer-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem;
}


footer .footer-section-heading {
  width: 100%;
  margin: 0;
  color: #f1ece8;
}


footer hr {
  width: 100%;
}

footer .footer-links {
  position: relative;
  width: 100%;
}


footer .footer-links .footer-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.25rem 0;
}


footer .footer-social-icons {
  position: relative;
  width: 100%;
}


footer .footer-social-icons .social-icon-link {
  margin-left: 0;
  margin-right: 1rem;
  font-size: 200%;
}


footer .order-with-icons {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
}


footer .order-with-icons * {
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin: 0 0.5rem 0 0 !important;
}


footer .footer-addresses {
  position: relative;
  width: 100%;
}

footer .footer-addresses .footer-address {
  display: inline-block;
  width: 100%;
}

footer .footer-addresses .footer-address .address-title {
  margin: 0;
}


footer .footer-bottom {
  position: relative;
  width: 100%;
  text-align: center;
}


footer .footer-bottom .footer-logo {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 1051, /Library/WebServer/Documents/celebrita/scss/celebrita.scss */
  footer .footer-bottom .footer-logo {
    width: 200px;
    max-width: 400px;
  }
}


footer .footer-bottom .footer-logo .footer-logo-image {
  width: 100%;
}

footer .footer-bottom .footer-logo .footer-logo-image img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}


footer .footer-bottom .copyright-info {
  width: 100%;
  margin: 0;
  text-align: center;
}