html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

body {
  margin-bottom: 60px;
  height:100%;
  display:flex;
  flex-direction:column;
}
.container {
    flex-grow: 1 !important;
}
.footer{
    height:100px;
    text-align:center;
    font-size:18px;
}