body {
    margin: 0 !important;
}

.nav-menu {
    background: #060025 !important;
}

.btn-info, .btn-primary {
    background-color: #060025 !important;
}

.footer {
    background: #060025 !important;
}

#navbar ul .active {
    background-color: rgba(37, 32, 82, 1) !important;
}

#navbar ul li a:focus {
    background-color: rgba(37, 32, 82, 1) !important;
}

#navbar ul li a:hover {
    background-color: #060025 !important;
}

ul.nav li.active .selected {
    border-top: 7px solid rgba(37, 32, 82, 1) !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(37, 32, 82, 1) !important;
}

.nav .open > ul {
    background-color: rgba(37, 32, 82, 1) !important;
}

.dropdown-submenu > .dropdown-menu {
    background-color: rgba(37, 32, 82, 1) !important;
}

.dropdown-menu > .active > a:hover {
    background-color: rgba(37, 32, 82, 1) !important;
}

.dropdown-menu > .active > a {
    background-color: #060025 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgba(37, 32, 82, 1) !important;
}