*, *::after, *::before {
    box-sizing: inherit;
}
.navbar::after {
    clear: both;
    content: "";
    display: table ;
}
*, *::after, *::before {
    box-sizing: inherit;
}
.bg-inverse {
    background-color: #019B45 !important;
}
.navbar {
    border-radius: 0;
}
.navbar {
    padding: 0.5rem 1rem;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, *::after, *::before {
    box-sizing: inherit;
}

html {
    font-size: 16px !important;
}
html {
    font-family: sans-serif !important;
    line-height: 1.15 !important;
}
a {
    color: #01bc71 !important;
    text-decoration: none;
}
a:focus, a:hover {
    color: #F42A41 !important;
}
.navbar-dark .dropdown-menu {
    background-color: #E6001A !important;
}
.dropdown-menu .menu-item a:hover {
      background-color: #019B45 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #E7C533 !important;
}