/*
 * Footer
 * -------------------------------------------------- */

footer {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
}

footer nav {
  padding: 2.6vh 2.5vh;
}

footer ul {
  margin: 0;
  list-style: none;
}
footer li {
  display: inline-block;
  margin: 0 1.25vh;
}

@media all and (max-width: 736px) {
  footer {
    position: fixed;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    text-align: center;
    background: #ffffff;
  }
  footer nav {
    padding: 2.6vh 2.5vh;
  }
}