html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.menu {
    font-size: 1rem;
}

.menu-list {
    line-height: 1.25;
    list-style-type: none;
}

    .menu-list a {
        border-radius: 2px;
        color: #4a4a4a;
        display: block;
        padding: 0.5em 0.75em;
        text-decoration: none;
    }

        .menu-list a:hover {
            background-color: whitesmoke;
            color: #00d1b2;
        }

        .menu-list a.is-active {
            background-color: #00d1b2;
            color: #fff;
        }

    .menu-list li ul {
        border-left: 1px solid #dbdbdb;
        margin: 0.75em;
        padding-left: 0.75em;
        list-style-type: none;
    }

.menu-label {
    color: #7a7a7a;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .menu-label:not(:first-child) {
        margin-top: 1em;
    }

    .menu-label:not(:last-child) {
        margin-bottom: 1em;
    }

