body {
    margin: 0;
    width:100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding-bottom: 100px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
    font-size: large;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    p {
        margin-bottom: 0;
        font-size: initial;
    }
}
header {
    width:100%;
}
.nav-not-current {
    color: rgb(156, 174, 40) !important;
}
.navbar-light .navbar-toggler {
    border-color: black !important;
    .fa-bars {
        color: rgb(156, 174, 40) !important;
        border: black !important;
    }
}
main {
    margin-top: 250px;
}
ul>li {
    font-size: large;
}
.dropdown-divider {
    border-top: 1px solid grey !important;
}
.dropdown-menu {
    background-color: #f8f9fa !important;
    border: 0 !important;
    width: auto !important;
    min-width: 0 !important;
}
.dropdown-item {
    width: auto !important;
    min-width: 0 !important;
    font-size: large !important;
}