h1 {
    color: #fff !important;
}

h2 {
    color: #fff !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    color: white !important;
    background-color: #ec680b !important;
}

.nav-pills > li.active > a:hover {
    background-color: #ec680b !important;
    color: white !important;
}

.nav-pills > li > a:hover {
    background-color: #e6ac11 !important;
    color: white !important;
}

.nav-pills > li > a {
    background-color: #f5f5f5 !important;
    color: black !important;
}

.wrapper {
    background-color: #0f70b7 !important;
}

.content-wrapper {
    background-color: transparent!important;
}