html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#body-wrapper {
  display: grid;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  grid-template-rows: 4.4em auto 4em;
  min-height: 100%; }

footer {
  align-self: end; }

/*# sourceMappingURL=aboveTheFold.css.map */
