/* IMPORT FONTS */
/* LANDING PAGE CSS */
/* BEGIN - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */

/* TICKET PAGE CSS */


/* DONATION PAGE CSS */


/* ALL PAGES */
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  }


/* END - responsive behavior (auto adjust for different screen sizes) */
/* LANDING PAGE CSS */
/* BEGIN – ITEM DONATION BUTTON COLOR */
#df-toggle-donor-address {
/* landing page: donor address button */
background-color: #20295a !important;
}
#df-toggle-donor-address:hover {
/* landing page: donor address button */
background-color: #151d49 !important;
}
#label-file-1 {
/* landing page: tap to choose file button */
background-color: #20295a !important;
}
#label-file-1:hover {
/* landing page: tap to choose file button hover */
background-color: #151d49 !important;
}
#df_submit {
/* landing page: submit donation button */
background-color: #20295a !important;
}
#df_submit:hover {
/* landing page: submit donation button hover */
background-color: #151d49 !important;
}
/* END – ITEM DONATION BUTTON COLOR */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
/* landing page: removes the default title from all sections */
display: none !important;
}
#bidder-login{
/* landing page: adds additional spacing under bidder login */
padding-bottom: 100px !important;
}
/* TICKET PAGE CSS */
/* BEGIN-TICKET PAGE BACKGROUND HEADER */
#blurry_bg {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/17548/images/donation_logo_ZJLqLzHf6z.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
/* END-TICKET PAGE BACKGROUND HEADER */
#donation_amount, #seating_request {
/* ticket page: adds additional spacing above donation amount box */
margin-top: 20px !important;
}
/* BEGIN – CHECKOUT BUTTON COLOR */
.card_show_hide_link, .checkout-btn, #submitMe {
/* ticket page: changes the button color of the ‘submit button’ in checkout */
background-color: #20295a !important;
}
#submitMe:hover {
/* ticket page: changes the hover color of the ‘submit button’ in checkout */
background-color: #151d49 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
/* ticket page: changes the hover color of the ‘add payment’ button (for credit cards) in checkout */
background-color: #151d49 !important;
}
/* total amount */
#total {
/* ticket page: changes the font color of ‘total amount’ in checkout */
color: #a8ad00 !important;
}
/* END – CHECKOUT BUTTON COLOR */
/* DONATION PAGE CSS */
#og h1 {
/* donation page: removes the default title */
display: none !important;
}
#og {
/* donation page: removes default text shadow from text*/
text-shadow: none !important;
/* donation page: changes default text color for the text body */
color: #20295a !important;
}
#bg_grad {
/* donation page: removes the default black linear gradient */
display: none !important;
/* donation page: replaces the black linear gradient with another color */
/* background-image: linear-gradient(to bottom, #[HEX CODE-GRADIENT COLOR-LINEAR GRADIENT] -50%, transparent 90%) !important; */
}
.donation_thank_you_text {
/* donation page: changes the default ‘thank you’ (after donation payment) text color */
color: #20295a !important;
}
#footer {
color: #20295a !important;
}
#footer a{
color: #20295a !important;
}
/* BEGIN – SUBMIT DONATION BUTTON COLOR */
#donation_submit.checkout-btn {
/* donation page: changes the default donation page ‘submit’ button color */
background: #20295a !important;
border-color:#20295a #20295a #20295a !important;
}
/* END – SUBMIT DONATION BUTTON COLOR */
/* GUEST UPDATE LINK CSS */
/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: 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) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100%  !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .flyer-img {
    /* ticket page event title image */
    width: 50%  !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */  
@media only screen and (min-width: 1200px) {
  .flyer-img {
    /* ticket page event title image */
    width: 50%  !important;
}
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/
