/* Landing Page CSS */
#blockA_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
/* Ticket Page CSS */
.section_title {
	/* ticket page section title */
	color: #FFFFFF !important; /* font color */
}
#sponsor_button {
  cursor: pointer;
}
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #e4765b !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #b6481d !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #b6481d !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #e4765b !important;
}
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* Donation page CSS */
#bg_grad {
  /* donation page gradient */
  display: none !important;
  /* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}

#og h1 {
  /* donation page h1 title */
    display: none !important;
}

#og {
     /* donation page text */
    text-shadow: none !important;
    color: #FFFFFF !important;
}

.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}