@charset "UTF-8";
/* CSS Document */

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

.site-footer {
  background: #003354;
  height: 110px;
  position: absolute;
  bottom: 0px;
}
