.navbar {
    background-color: rgb(52, 119, 146);
    box-shadow: inset 0 0 0 1000px rgba(52, 119, 146, .75);
    min-height: 15vh;
}

.goal-banner {
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.75);
}

.red-section {
    background-color: #a93420;
    min-height: 30px;
}

.background-banner {
    background-attachment: fixed;
    background-position: top center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

/* spacing for label and darker background */
.progress {
    background-color: #d3d7da;
    height: 2rem;
}

.progress .label {
    position: absolute;
    bottom: 0;
    line-height: 2rem;
    top: 0;
}

.progress .indicator {
    position: absolute;
    bottom: 100%;
    left: 0;
}

.progress .indicator .title {
    clear: both;
    margin-left: -100%;
    text-align: center;
}

.progress .indicator .arrow {
    margin-left: -6px;
    border-top: 6px solid #347792;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    float: left;
    clear: both;
    height: 0;
    width: 0;
}

.progress .indicator-below {
    top: 100%;
    bottom: inherit;
}

.progress .indicator-below .arrow {
    margin-right: -6px;
    border-bottom: 6px solid rgb(52, 119, 146);
    border-top: none;
}

.progress-bar {
    background-color: #347792;
}

.nav-item > .nav-link.active {
    background-color: #eaf2f4;
    font-weight: bold;
}

.tab-content {
    background-color: #eaf2f4;
}

.nav.nav-tabs.nav-fill {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs > .nav-item > .nav-link {
    color: black;
}

.background-main {
    background-color: #347792;
}

:root {
    --bs-primary-rgb: 52, 119, 146;
}

.btn-outline-primary {
    --bs-btn-color: #347792;
    --bs-btn-border-color: #347792;
    --bs-btn-hover-bg: #347792;
    --bs-btn-hover-border-color: #347792;
    --bs-btn-active-bg: #347792;
    --bs-btn-active-border-color: #347792;
    --bs-btn-disabled-color: #347792;
    --bs-btn-disabled-border-color: #347792;
}

.text-muted {
    color: rgba(33, 37, 41, 0.50) !important;
}