.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aip-logo {
    width: 300px;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}


/* .btn:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
} */

.dropdown-item {
    --bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
}

.dropdown-item:active {
    color: var(--bs-dropdown-link-color);
}

#header-navbar {
    z-index: 100;

}


code {
    color: var(--bs-body-color);
    background-color: #f5f5f5;
}

main {
    padding-top: 15px;
}


:root {
    --bs-font-size-base: 14;
    --xmm-headline-color: #333333;
    --bs-primary-bg: #002244;
    --bs-dark-rgb: 0, 33, 68;
    --bs-primary-bg: #08c;
    --bs-secondary-bg: #eee;
}

footer {
    --dq-footer-content-bg: #014078;
    --dq-footer-bottom-bg: #002C43;
    --dq-footer-content-link-color: #C5C5C5;
    --dq-footer-bottom-link-color: #C5C5C5;
}