/*! Example of Using Custom CSS to theme Kindful Fundraising Pages

   ===================================================================== */

/*Donation Amount Buttons*/

.btn-info {

 font-family: Poppins, “Arial”, sans-serif;

 font-size: 20px;

 font-weight: bold;

}

input.btn.btn-info.donate-btn-group {

 
 background: rgba(255, 0, 0, 0)!important;

}

/*Big Submit button on Main Landing Page*/

.btn-inverse{

 font-family: Poppins, “Arial”, sans-serif;

 font-size: 20px;

 font-weight: bold;

 background: #083a51 !important;

}

/*Big Submit button on Billing Info Page*/

input.button {

 font-family: Poppins, “Arial”, sans-serif;

 font-size: 20px;

 font-weight: bold;

 background: #083a51 !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;

}
