html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.aHref a {
    color: #212529;
    text-decoration: none;
}

    .aHref a:hover {
        color: #0056b3;
        cursor: pointer;
        transition: 0.2s all ease;
    }

#menuSection {
    position: sticky;
    top: 0px;
    z-index: 1001;
}