html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
}

h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}s