html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #0BB7AF !important;
    border-color: #0BB7AF !important;
    color: #fff !important;
}

a.menu-link.active {
    background-color: #3699FF;
}

a.menu-link.active  span.menu-text {
    color: white !important;
}