html {
  position: relative;
  min-height: 100%;
  height: auto;
}

body {
  margin-bottom: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 50px;
  background-color: #3ad0cc;
  font-family: 'Antonio';
  color: #fff;
}

