/* landing page css */
/* BEGIN – ITEM DONATION BUTTON COLOR */
#df-toggle-donor-address {
/* landing page: donor address button */
background-color: #2d3a86 !important;
}
#df-toggle-donor-address:hover {
/* landing page: donor address button */
background-color: #222b71 !important;
}
#label-file-1 {
/* landing page: tap to choose file button */
background-color: #2d3a86 !important;
}
#label-file-1:hover {
/* landing page: tap to choose file button hover */
background-color: #222b71 !important;
}
#df_submit {
/* landing page: submit donation button */
background-color: #2d3a86 !important;
}
#df_submit:hover {
/* landing page: submit donation button hover */
background-color: #222b71 !important;
}
/* END – ITEM DONATION BUTTON COLOR */
#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: #69b657 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #5aae56 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #5aae56 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #61b358 !important;
}
.section_title {
	/* ticket page section title */
	color: #000000 !important; /* font color */
	background: #e8bc45 !important; /* background color */
}
#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: #69b657 !important;
  border-color:#69b657 #69b657 #69b657 !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; */
/* } */
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.info-img {
width: 100% !important;
}
.info-txt {
padding: 590px 0 0 0 !important;
}
.btn-txt {
font-size: 24px !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.info-img {
width: 100% !important;
}
.info-txt {
padding: 590px 0 0 0 !important;
}
.btn-txt {
font-size: 24px !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.info-img {
width: 25% !important;
}
.info-txt {
padding: 0px !important;
}
.btn-txt {
font-size: 30px !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.info-img {
width: 25% !important;
}
.info-txt {
padding: 0px !important;
}
.btn-txt {
font-size: 30px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.info-img {
width: 25% !important;
}
.info-txt {
padding: 0px !important;
}
.btn-txt {
font-size: 30px !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/