/*
TODO: this should only have global variables... make input stuff to its ows scss...
*/
footer {
  background-color: #B5C0D0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
  margin-top: 50px;
  font-size: 20px;
}
footer a {
  line-height: 1;
  color: #317be7;
  font-weight: 300;
}
footer a:hover {
  text-decoration: underline;
  color: #317be7;
}
footer h3 {
  text-align: center;
  margin-bottom: 10px;
}
footer nav {
  display: flex;
  flex-direction: column;
}
footer div {
  text-align: center;
  margin: 0 30px;
}
footer .f-inner {
  display: flex;
}/*# sourceMappingURL=footer.css.map */