.btn-primary, .nav-pills .nav-link.active {
    background-color: #198754 !important;
    color: white !important;
}
.nav-pills .nav-link {
    color: #198754 !important;
}
.nav.topnav.bold li.active > a {
    background-color: red !important;
    color: white !important;
}

span.mobile:hover {
    color: red !important;
}

footer {
    height: 150px;
}

header, footer {
    background-color: #198754 !important;
    padding: 0;
}

.nav.topnav.bold li a, .nav.topnav.bold li a i {
    color: white !important;
}

.logout-btn {
    border-bottom: 2px red solid !important;
}

footer * {
    color: white !important;
}
.btn {
    height: 50px;
    line-height: 35px;
}
.profile-top {
    background: #333 !important;
}
#content {
    margin-top: 0;
    padding-top: 0;
}