body {
    padding-top: 0;

}

.header-bg {
    background-color: var(--background-color, #b82d36);
}

.header {
    padding-top: 45px;
    padding-bottom: 150px;
    padding-left: 10vw;

}

.column-separator {
    /* Cannot be replaced with shorthand, currently changes behavior */
    background: linear-gradient(#F4A0A5 0 0) left / 1px 25%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .col-6.column-separator:nth-child(2n+1) {
        background: none;
    }

    .col-4.column-separator:nth-child(3n+1) {
        background: none;
    }
}

@media (min-width: 992px) {
    .col-lg-4.column-separator:nth-child(3n+1) {
        background: none;
    }

    .col-lg-3.column-separator:nth-child(4n+1) {
        background: none;
    }
}

.main-logo {
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .intro {
        margin-top: 50px;
    }
}

/* Once header intro is no longer hidden, simply re-add commented out elements */
/* @media (max-width: 991px) { */
.header {
    display: block;
    text-align: center;
    padding-left: 0;
}
.intro {
    margin-left: auto;
    margin-right: auto;
}


.intro {
    color: white;

}
.main-content {
    margin-top: -150px;
    background-color: white;
    box-shadow: 2px 2px 14px -5px #000;
    text-align: center;
}

.banner-link {
    text-decoration: none;
}

.banner {
    height: 150px;
    margin-bottom: 0;
    position: relative;
}

.banner p {
    font-family: Inter, "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.supporter-identifier {
    padding-top: 15px;
    margin-top: 10%;
}

.gold-banner p {
    font-size: 48px;
}

.gold-banner .supporter-name {
    position: absolute;
    top: 50%;
    /* Centers the text */
    left: 0;
    right: 0;

}

.silver-banner p {
    font-size: 42px;
}

.bronze-banner p {
    font-size: 32px;
}

.supporter-name {
    padding: 0 2vw 0 2vw;
    color: #343a40 !important;
    font-size: 22px !important;
    overflow-wrap: break-word;
}

.banner img {
    max-height: 140px;
    max-width: 280px;
    position: absolute;
    inset: 0;
    margin: auto;
}

.silver-banner img {
    max-height: 120px;
    max-width: 200px;
}

.bronze-banner img {
    max-height: 95px;
    max-width: 180px;
}

.first-element {
    background: none;
}

@media (min-width: 992px) {
    .lg-newline-element {
        background: none;
    }
}

@media (max-width: 992px) {
    .newline-element {
        background: none;
    }
    .main-content {
        max-width: 90vw;
    }
}

@media (max-width: 576px) {
    .main-content {
        max-width: 100%;
    }
}

.progress {
    --bs-progress-bar-bg: #b82d36;
}

.total-contributed-sum {
    color: #b82d36;
    font-family: Inter, "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.section-divider {
    margin-top: 3.0rem;
}
