/* landing page css */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#bidder-login{
  /* add space under login info */
  padding-bottom: 100px !important;
}
#table-info td{
padding: 20px !important;
color: #ffffff !important;
   font-family: REM !important;
  font-size: 20px !important;
    border-bottom: 3px solid #ffffff !important;
}
#table-info {
width: 75% !important;   
  margin: 50px auto !important;

}
/* ticket page css */
/* BEGIN-TICKET PAGE BACKGROUND HEADER */
#blurry_bg {
  background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/14640/images/donation_logo_PJ57dYvP4f.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* END-TICKET PAGE BACKGROUND HEADER */

/* BEGIN – CHANGING TOTAL AMOUNT AND CHECKOUT BUTTON COLORS */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
 background-color: #d55f46 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
 background-color: #c0472f !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
 background-color: #c0472f !important;
}
/* total amount */
#total {
  /* total amount text */
 color: #2e694f !important;
}
/* END – CHANGING TOTAL AMOUNT AND CHECKOUT BUTTON COLORS */

/* BEGIN – STANDARD SECTION FONT COLOR AND BACKGROUND COLOR */
.section_title {
	/* ticket page section title */
	color: #ffffff !important; /* font color */
	background: #1c1f40 !important; /* background color */
} 
/* END – STANDARD SECTION FONT COLOR AND BACKGROUND COLOR */

/* BEGIN – SPONSOR SECTION FONT COLOR AND BACKGROUND COLOR */
.sponsor-bullets h3{
	/* ticket page sponsor section title */
	color: #ffffff !important;/* font color */
	background: #d55f46 !important; /* background color */
    padding: 10px !important;
} 
/* END – SPONSOR SECTION FONT COLOR AND BACKGROUND COLOR */

#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* donation page css */
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #1d2041 !important;
  border-color:#1d2041  #1d2041  #1d2041 !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */

#og h1 {
  /* donation page h1 title */
    display: none !important;
}
#og {
     /* donation page text */
    text-shadow: none !important;
    color: #FFFFFF !important;
}
#bg_grad {
  /* donation page gradient */
  /* display: none !important; */
  background-image: linear-gradient(to bottom, #e79500 -50%, transparent 90%) !important;
}
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
/* general css */