/* landing page css */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
	/* removes title from all sections */
  display: none !important;
}
#bidder-login{
	/* add space under login info */
  padding-bottom: 100px !important;
}
/* ticket page css */
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #2172a6 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #115e8f !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #115e8f !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #6e85b9 !important;
}
#donation_amount, #seating_request {
	/* donation section - add margin above donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #2172a6 !important;
  border-color:#2172a6 #2172a6 #2172a6 !important;
}
#og h1 {
	/* removes standard h1 title */
    display: none !important;
}
#og {
	/* removes text shadow from text*/
    text-shadow: none !important;
	/* changes text color to white*/
    color: #FFFFFF !important;
}
#bg_grad {
	/* removes black linear gradient */
  display: none !important;
	/* changes black linear gradient to another color */
	/* background-image: linear-gradient(to bottom, #eb6424 -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
	/* changes thank you (after donation payment) text color */ 
  color: #FFFFFF !important;
}
/* general css */
/* a:-webkit-any-link { */
	/* changes all link colors on all pages */ 
/*  color: #6eceb2 !important; */
	/* removes underline from links on all pages */ 
/*  text-decoration: none !important; */
/* } */
