.footer {
  background: #00B2D6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.125rem 0.5rem;
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 720px) {
  .footer {
    flex-direction: column;
  }
}
.footer span {
  display: block;
  color: #676767;
  -webkit-text-fill-color: #676767;
}
@media only screen and (max-width: 720px) {
  .footer span {
    font-size: 14px;
  }
}
.footer a {
  color: #676767;
  -webkit-text-fill-color: #676767;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .footer a {
    font-size: 14px;
  }
}
.footer a:link, .footer a:visited {
  text-decoration: none;
}

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