/*Donation Amount Buttons*/

.btn-info {

 font-family: Georgia, "Times New Roman", Times, serif;

 font-size: 15px;

 font-weight: bold;

}

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

 
 background: #a15f52 !important;

}

/*Big Submit button on Main Landing Page*/

.btn-inverse {

 font-family: Georgia, "Times New Roman", Times, serif;

 font-size: 20px;

 font-weight: bold;

 background: #eedecd !important;

}

.btn-inverse:hover {

 font-family: Georgia, "Times New Roman", Times, serif;

 font-size: 20px;

 font-weight: bold;

 background: #a15f52 !important;

}


/*Big Submit button on Billing Info Page*/

input.button {

 font-family: Georgia, "Times New Roman", Times, serif;

 font-size: 15px;

 font-weight: bold;

 background: #a15f52 !important;

}

input.button:hover {

 font-family: Georgia, "Times New Roman", Times, serif;

 font-size: 15px;

 font-weight: bold;

 background: #eedecd !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: #a15f52 !important;

text-align: center;

}