.site-footer {
  background-color: var(--primary-bg-color, #14679f);
  color: var(--primary-text-color, #fff);
  margin-top: auto; /* works well with flex body layout below */
  padding: 1rem 1.25rem;
}

.site-footer-inner {
  max-width: var(--max-width-container, 2000px);
  /* match your content inset if you want: */
  /* padding-left: var(--page-margin-left, 125px); */
}

.site-footer-text {
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center; /* or left / right */
}

.site-footer-sep {
  margin: 0 0.35rem;
  opacity: 0.7;
}

.site-footer-version {
  opacity: 0.9;
}

