﻿
html,
body {
  height: 100%;
}

form {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: 0;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}