.DocumentBody {
    background-color: #F1E1FF;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #AB73E7;
}
.DocumentBody .nav-link {
    color: #662D91;
}
.DocumentBody .inner_page_title {
    color: #662D91;
}
.orange {
    color: #662D91;
}
.DocumentBody .sub_title {
    color: #662D91;
}


@media (min-width: 929px) {
    .DocumentBody .sub_title {
        color: #662D91;
    }
}

