body {
    font-family: Roboto !important;
}   

/*Donation Amount Buttons*/
.btn-info {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
}

input.btn.btn-info.donate-btn-group {
    /* background: #49aeed !important; */
    background: #3f90b9 !important;
    /*background: #507583 !important;*/
}

.public_organizations #donate-form .donation-buttons-wrapper .btn.active {
    background: #f7b531 !important;
    color: #ffffff;
}

/*Big Submit button on Main Landing Page*/

.public_organizations #donate, .btn-inverse, input.button {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    background: #3f90b9 !important;
    /* background: #49aeed !important; */
}

.public_organizations #donate:hover, .btn-inverse:hover, input.button:hover, input.btn.btn-info.donate-btn-group:hover {
    background: #f7b531 !important;
}

.public_organizations .classic-desc-wrapper h3{
    font-size: 56px;
    font-weight: 400;
    font-family: "Playfair Display";
    color: #3f90b9 !important;
    line-height: initial;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
    font-language-override: normal;
    font-optical-sizing: auto;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    letter-spacing: normal;
    text-transform: none;
    vertical-align: baseline;
}

/* Big Submit button on Billing Info Page */
/*
input.button {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 20px;
 font-weight: bold;
 background: #3f90b9 !important;
} 
*/

/*DONATE NOW HEADER*/

/* h3{
 padding: 20px 20px 20px 20px;
} */


/*INFO HEADERS ON BILLING SCREEN

To Do: change theme-red to match whatever theme you selected inside Kindful

https://app.kindful.com/admin/fundraising/donation_page*/

/* div.theme-red .infoCard > h2{
 background: #7AA6BA !important;
 text-align: center;
} */