a {
    color: #4ebd96 !important;
}

.btn-primary {
    color: white !important;
    background-color: #4ebd96;
    border-color: #4ebd96;
}

.btn-primary:hover {
    color: white !important;
    background-color: #4ebd96;
    border-color: #4ebd96;
}

.btn-link {
    color: #4ebd96;
}

.branding-bar {
    width: 100%;
    height: 10px;
    background: #4ebd96;
}

.nav-pills .nav-link.active {
    background-color: #4ebd96 !important;
    color: #fff !important;
}

