/*****************************
  *  FOOTER
  ******************************/
.section-footer {
  background-color: var(--f-color-strong-dark-green);
  color: var(--f-color-white);
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.section-footer .footer-brand-container {
  margin: 0 auto;
  max-width: 200px;
  height: 100%;
  padding-bottom: 1.5rem;
}

.section-footer .footer-brand {
  height: 100%;
  display: flex;
  align-items: center;
}

.section-footer .footer-brand svg .st0 {
  fill: var(--f-color-spring-green);
}

.section-footer h3 {
  color: var(--f-color-moon);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-footer p {
  margin-bottom: 5px;
}

.section-footer .footer-bar {
  padding: 20px 0px;
  background-color: var(--f-color-holly);
  color: var(--f-color-white);
  text-align: center;
}

.section-footer .list-footer-nav a {
  color: var(--f-color-grey-granite);
  font-weight: 500;
}

.section-footer .list-footer-nav a:hover {
  color: var(--f-color-moon);
}

.section-footer address:last-child {
  margin-bottom: 0;
}

.footer-co-founded img {
  max-width: 280px;
}

.list-footer-nav {
  margin-bottom: 35px;
}

.list-footer-nav>li {
  margin-bottom: 5px;
}

footer .entry-title {
  font-size: 16px;
  font-size: 1.14286rem;
}

footer .address-entry {
  margin-bottom: 1rem;
}

.copyright {
  font-size: 12px;
}

/*****************************
  *  MEDIA QUERIES
  ******************************/
@media (min-width: 768px) {
  .section-footer .footer-brand-container {
    padding-bottom: 0;
  }

  address {
    margin-bottom: inherit;
  }

  footer .address-entry {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {}