/* ===================================================================== */

/*Donation Amount Buttons*/

.btn-info {

 font-family: Josefin Sans, "Caps Josefin Sans", Open Sans;

 font-size: 20px;

 font-weight: bold;

}

input.btn.btn-info.donate-btn-group {

 
 background: #E9AB56 !important;

}

/*Big Submit button on Main Landing Page*/

.btn-inverse{

 font-family: Josefin Sans, "Caps Josefin Sans", Open Sans;

 font-size: 20px;

 font-weight: bold;

 background: #E9AB56 !important;

}

/*Big Submit button on Billing Info Page*/

input.button {

 font-family: Josefin Sans, "Caps Josefin Sans", Open Sans;

 font-size: 20px;

 font-weight: bold;

 background: #E9AB56 !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: #E9AB56 !important;

text-align: center;

}