html {
  font-size: 32px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

nav.navbar{
    background-color: white;
}

a.navbar-brand {
    color: black !important;
    padding: 5px 20px;
}

li.nav-item > a.nav-link {
    margin: 0 10px 0 10px !important;
    color: black !important;
}

    li.nav-item > a.nav-link:hover, a.navbar-brand:hover, a.dropdown-item:hover, button.nav-link:hover {
        color: black !important;
        background-color: #87bdf3;
        border-radius: 4px;
    }

    li.nav-item > a.nav-link:focus, a.navbar-brand:focus, a.dropdown-item:focus, button.nav-link:focus {
        color: black !important;
        background-color: #87bdf3;
        border-radius: 4px;
    }

/*
a.nav-link:focus {
    background-color: yellow;
} */
