.footer {
  width: 100%;
  display: block;
  text-align: center;
  background: #141618;
  color: #869899;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer .h4 {
  margin-bottom: 20px;
  color: #b3c3c4;
}

.footer a {
  text-decoration: none;
  transition: all .2s ease;
}

.footer a:hover {
  color: #ffffff; /* lighten(#829495, 50%) */
}

.footer nav {
  display: flex;
}

.footer nav ul {
  display: flex;
}

.footer nav ul li {
  display: flex;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 40px;
  text-align: left;
  line-height: 32px;
}

.footer-top ul li a {
  color: #829495;
  padding: 5px 0;
  display: inline-block;
}

.footer-bottom {
  border-top: 1px solid #32323A;
  padding: 20px 0;
  display: flex;
  justify-content: end;
}

.footer-bottom .link {
  text-decoration: none;
  color: #808080;
  padding: 15px;
}

/* Mobile */
@media only screen and (min-width: 18.75em) and (max-width: 740px) {
  .footer {
    padding: 80px 20px 20px 20px;
  }

  .footer .h4 {
    margin-bottom: 18px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top .item {
    margin: 20px 0;
  }
}
