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

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

/*Donation Amount Buttons*/
@font-face {
  font-family: 'LoveLetter';
  src: local('LoveLetter'), url(https://s3.amazonaws.com/dannyronsrescue.org-fonts/loveletter.ttf) format('woff');
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo'), url(https://s3.amazonaws.com/dannyronsrescue.org-fonts/arimo-latin-400.b3641e05.woff2) format('woff');
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}
.btn-info {
  font-family: Arimo, sans-serif;
  /* font-size: 1rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
}

input.btn.btn-info.donate-btn-group {
 background: #e8282a !important;
}

/*Big Submit button on Main Landing Page*/

.btn-inverse{
  font-family: Arimo, sans-serif;
  /* font-size: 1rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
  background: #e8282a !important;
  border-radius: 0 !important;
  transition: background-color 300ms ease-in-out;
}

.btn-inverse:hover{
  font-family: Arimo, sans-serif;
  /* font-size: 1rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
  background: black !important;
  border-radius: 0 !important;
}
.public_organizations #donate {
  font-family: Arimo, sans-serif;
  /* font-size: 2.5rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
  background: #e8282a !important;
  border-radius: 0 !important;
  transition: background-color 300ms ease-in-out;
}
.public_organizations #donate:hover {
  font-family: Arimo, sans-serif;
  /* font-size: 2.5rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
  background: black !important;
  border-radius: 0 !important;
}
/*Big Submit button on Billing Info Page*/
.btn.btn-default.donate-btn-group.active {
  border-color: #e8282a !important;
}
.public_organizations #donate-form .form-header h3, .public_chapters #donate-form .form-header h3 {
  font-size: 2em;
  line-height: 1.3em;
}
.public_organizations #donate-form .form-header h3 i, .public_chapters #donate-form .form-header h3 i {
  display: none;
}
input.button {

  font-family: Arimo, sans-serif;
  /* font-size: 1rem; */
  /* line-height: 1.25rem; */
  font-weight: 500;
  border-radius: 0;
 
  background: black !important;

 transition: background-color 300ms ease-in-out;

}

/*DONATE NOW HEADER*/

h3{
  padding: 20px 20px 20px 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  /* font-size: 1.75rem; */
  /* line-height: 2rem; */

  /* text-align: left; */
  font-family: LoveLetter, sans-serif;
  font-weight: 400;
  transform: rotate(2deg);
}
.form-header h3 {
  transform: none;
}


/* Hide some of the stuff in the footer like the Kindful branding and the link to the login page */
#footer #footer-wrapper .footer-brand {
  display: none;
}
.theme-default #main-navbar {
  display: none;
}
.user_campaigns small.info-card-sub-header, .admin_give small.info-card-sub-header, .user_pledges.new small.info-card-sub-header {
  display: none !important;
}

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

  text-align: center;

} */