/* Keep the footer description optically centred beneath the AJAIR lockup. */
.ajair-theme .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ajair-theme .footer-brand > .brand {
  margin-inline: auto;
}

.ajair-theme .footer-brand > p {
  margin-inline: auto;
  text-align: center;
}
