footer section {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

footer section img {
  height: 2rem;
  width: auto;
}

footer section div {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer section div pre {
  color: white;
  margin-right: 4rem;
  margin-top: 1rem;
  opacity: 80%;
  font-size: 0.9rem;
}

footer section .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer section .footer-links .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 10rem;
  margin-top: 1rem;
}

footer section .footer-links .footer-link h3 {
  color: #11403A;
}

footer section .footer-links .footer-link a {
  text-decoration: none;
  margin: 0.3rem 0 0.3rem 0;
  color: #11403A;
}

footer section .footer-links .footer-link a:hover {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  footer section div {
    width: 90vw;
  }
  footer section div pre {
    font-size: 0.7rem;
  }
  footer section .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*# sourceMappingURL=footer.css.map */