.footer {
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: right;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
}

.footer-relative {
  position: relative;
}

.footer-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.footer > a {
  text-align: right;
  width: 100%;
}

.footer > a:first-child {
  line-height: 2rem;
}

#fullpage > footer {
  padding-right: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  text-align: right;
}

.footer > li {
  line-height: 1rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .footer {
    margin: 0;
    text-align: right;
    line-height: 1.5rem;
    justify-content: flex-end;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .footer > a {
    text-align: right;
  }

  .footer a {
    font-size: 1.25rem;
  }

  fp-tableCell {
    margin-top: 5vh;
  }
}

@media only screen and (min-width: 1200px) {
  .footer a {
    font-size: 1.3rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 2400px) {
  .footer a {
    font-size: 2rem;
    line-height: 3rem;
  }
}

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