footer {
  background: var(--color-2);
  bottom: 0;
  padding: 3rem 0;
}

.footer-brand {
  margin: 0 auto;
  position: relative;
  max-width: 125px;
}

.footer-brand img {
  height: auto;
  width: 48px;
}

footer div.footer-modal-launcher,
footer a.link-external,
footer a.link-internal {
  border-bottom: 0;
  color: var(--color-3);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-2-black);
  font-size: var(--font-size-h4);
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: var(--trans-hover);
  vertical-align: middle;
}

  footer div.footer-modal-launcher:hover,
  footer a.link-external:hover,
  footer a.link-internal:hover {
    color:  inherit;
    border-bottom: 0;
    text-decoration-color: #fff;
  }

div.footer-col {
  padding: 0.4rem;
  min-height: 100%;
  text-align: center;
}

div.footer-col .block-image img {
  max-height: 36px;
  width: auto;
  max-width: 30px;
}

div.footer-col>div.block-text>p{
  margin-bottom: 0;
}

footer .navbar>div.footer-container {
  align-items: center;
  flex-direction: column-reverse;
}

footer [class*="block"] {
  margin: 0 0 1rem;
}

@media screen and (min-width: 23.5em) {

  footer .navbar>div.footer-container {
    align-items: flex-start;
    flex-direction: row;
  }

  .footer-brand {
    margin: 0;
    position: static;
  }
  
  .footer-brand img {
    width: 76px;
    margin: 0;
    position: static;
    height: auto;
  }

}

@media screen and (min-width:  48em) {
  
  div.footer-col {
    text-align: left;
  }

}
