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: url(../img/bg-tema9.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

.content-wrapper {
	background-color: transparent!important;
}
