.donateHero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/gameNightBg.jpeg);
    background-position: center;
    background-size: cover;
    color: #fdfdfd;
    display: flex;
    height: 75vh;
    justify-content: center;
    position: relative;
    width: 100%;
}

.donateHero::before {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.donateHero h1 {
    line-height: 1;
}

.donateHero p {
    font-weight: 200;
}

.pinkBtn {
    background-color: #b64987;
    border-radius: 3px;
    display: inline-block;
    color: #fdfdfd;
    padding: .6rem 2rem;
}

.pinkBtn:hover {
    background-color: #c15793;
    color: #fdfdfd;
}

.donateIntro {
    font-size: 1.125rem;
    padding-top: 75px;
}

.sponsorContainer {
    padding: 100px 0 0;
}

.sponsorTitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
}

.sponsorPrice {
    color: #b64987;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -0.5rem;
}

.main-container {
    padding: 75px 0 !important;
}

#edit-purchase-tickets--wrapper,
#edit-ad-journal--wrapper,
#edit-camera-or-text--wrapper {
    margin-bottom: 0;
}

.form-item-total-donation-amount label {
    font-weight: bold;
}

.fieldset-legend {
    font-weight: 800;
}

.form-submit {
    background-color: #b64987 !important;
    border-radius: 3px !important;
    color: #fdfdfd !important;
    width: 100%;
}

.form-submit:hover {
    background-color: #c15793 !important;
}

@media (min-width: 768px) {
    .donateHero h1 {
        font-size: 4rem;
    }

    .donateHero p {
        font-size: 2rem;
    }
}