.footer_dummy {
  height: 10em;
}

footer.footer-menu {
  border-top: solid 1px #B5B5B6;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

footer.footer-menu .footer-wrap {
  margin: auto;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer.footer-menu .footerBtn {
  color: #B5B5B6;
  padding: 1em;
  width: 20%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

footer.footer-menu .footerBtn img {
  width: 50%;
  margin: auto;
}

footer.footer-menu .footerBtn p {
  text-decoration: none;
  margin: 0.5em 0;
}

footer.footer-menu .footerBtn a {
  text-decoration: none;
  color: inherit;
}

footer.footer-menu .footerBtn.footer_active {
  color: #122958;
}

@media screen and (max-height: 450px) {
  footer.footer-menu {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  footer.footer-menu {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  footer.footer-menu .footerBtn {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=footer.css.map */