/* Utilities */
.text-fg {
  color: #a0a0a1;
}

/* Footer */
#footer .presentify {
  margin: 0 0 1.4em 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: center;
}
#footer .presentify .presentify-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .presentify .presentify-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
#footer .presentify .presentify-logo img {
  width: 72px;
  height: 72px;
  display: block;
}
#footer .presentify .presentify-text {
  margin: 0;
}