.eof-footer {
  background-color: var(--colour-text);
  padding: 3em 5%;
  text-align: center;
}
.eof-footer .footer-column {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 300px;
  margin: 2em auto 0;
}
.eof-footer h3 {
  color: #fff;
  font-family: "Anivers-Bold";
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  max-width: 10em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.eof-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eof-footer ul.menu li a {
  color: #fff;
  font-family: "Anivers-Regular";
  font-size: 1em;
  line-height: 1.6em;
  text-decoration: none;
}
.eof-footer .highlight {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Anivers-Regular";
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.7em;
}
.eof-footer .highlight a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted var(--colour-text);
}
.eof-footer .footer-column.logo img {
  max-width: 100%;
}
@media (min-width: 800px) {
  .eof-footer {
    padding-left: 10%;
    padding-right: 10%;
  }
  .eof-footer .footer-column {
    margin-top: 0;
    padding-bottom: 5em;
  }
  .eof-footer .footer-column.logo {
    width: auto;
    padding-left: 3em;
  }
}

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