/*Nav Bar*/

#main-navbar {

 padding: 10px;

 height: 70px;

}

/*Donation Amount Buttons*/

.btn-info {

 font-family: 

 font-size: 16px;

 font-weight: bold;

}

input.btn.btn-info.donate-btn-group {
 
 border-color: #CCCCCC; 

 background: #CCCCCC !important;

}

span.add-on {
  color: #0359A7 !important;
}

/*Big Submit button on Main Landing Page*/

.btn-inverse{

 font-family: 

 font-size: 20px;

 font-weight: bold;

 background: #0359A7 !important;

}

/*Payment Summary*/

label {

 font-weight: bold;

 color: #0359A7 !important;

}

a.green {
 color: #0359A7 !important;

}

/*Big Submit button on Billing Info Page*/

input.button {

 font-family: 

 font-size: 20px;

 font-weight: bold;

 background: #0359A7 !important;

}

/*DONATE NOW HEADER*/

h3{

padding: 10px 0px 10px 0px;

}


/*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: #0359A7 !important;

text-align: center;

}