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

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

/*Donation Amount Buttons*/

.btn-info {

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

 font-size: 20px;

 font-weight: bold;

}

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

 
 background: #507583 !important;

}

/*Big Submit button on Main Landing Page*/

.btn-inverse{

 font-family: Montserrat, "Arial", sans-serif;

 font-size: 20px;

 font-weight: bold;

 background: #0070B9 !important;

}

/*Big Submit button on Billing Info Page*/

input.button {

 font-family: Montserrat, "Arial", sans-serif;

 font-size: 20px;

 font-weight: bold;

 background: #0070B9 !important;

}

/*DONATE NOW HEADER*/

h3{

padding: 20px 20px 20px 0px;
color: #002D5D;
Font-size:30px;

}


/*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: #0070B9 !important;

text-align: center;

}

.public_organizations .classic-desc-wrapper h3, .public_chapters .classic-desc-wrapper h3 {
    color: #002D5D;
    font-size: 36px;
    font-weight: bold;
    line-height: 49px;
 font-family: Montserrat, "Arial", sans-serif;

}

public_organizations .classic-desc-wrapper p, .public_chapters .classic-desc-wrapper p {
    font-size: 18px;
    line-height: 1.5em;
      color: #002D5D;
 font-family: Montserrat, "Arial", sans-serif;

}

.public_organizations #donate-form .form-header h3, .public_chapters #donate-form .form-header h3 {
Font-size:40px;}