.container{
    z-index: 2;
}
.content{
    min-height: 40vh;
}
.activity.is-wrapper:root {
    --bs-primary: #012063;
    --bs-secondary: #CBAD6F;
    --title-color: #011F64;
    --bs-info: #01779B;
}

.team-member {
    margin-bottom: 1.5rem;
}

.navbar .navbar-nav .nav-item a {
    color: #1A1A36;
}

.navbar .navbar-nav .nav-item a:hover {
    font-weight: 600;
}

.intro {
    background-color: #f5f5f5;
    padding: 2rem;
}

.intro img {
    width: 100%;
}

.card img {
    max-width: 100%;
    height: auto;
}

.activity.is-wrapper .reset .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.activity.is-wrapper .reset .btn.btn-primary {
    background-color: #012063;
}

.activity.is-wrapper .reset .btn.btn-warning {
    background-color: #CBAD6F;
    color: #fff;
}

.activity.is-wrapper .reset .text-primary {
    color: #012063 !important;
}

.activity.is-wrapper .reset .text-info {
    color: #01779B !important;
}

.reset a:not(.btn):not(.nav-link),
.reset.is-container a:not(.btn):not(.nav-link),
.reset .is-container a:not(.btn):not(.nav-link) {
    color: #01779B !important;
}