﻿body {
}
.nav-pills .nav-link.active {
    background-color: #C54D28;
}
.nav-link {
    color: #C54D28;
}
    .nav-link:hover {
        color: #D27151 !important;
    }
.text-primary {
    color: #C54D28 !important;
}
.list-group-item.active {
    background-color: #C54D28;
    border-color: #C54D28;
}
