/*
    cassiopeia_2_footers_donate - template user.css
 */
@import url("/media/templates/site/cassiopeia_2_footers/css/user.css");

/* Donate module statements to override others */

div.mcs_donate {
	/* background-color: #FFFFD2; */  /* shade of yellow */
	background-color: var(--sd-h1-color);
}
.osdonate-introtext {
	color: white;
}

/* Select and style every <h3> element that is inside <div.mcs_donate> elements: */

div.mcs_donate h3 {
	color: white;
}
#osdonate-form-119 {
	color: white;
}
/* If not online, display the alt text in white */
/* NOTE This doesn't do it!!!!!!!!!!!!! */
#currency_code_119 input {
	color: white;
}

@supports (display: grid) {
@media (min-width: 992px) {
.site-grid {
  grid-template-areas:
    ". banner banner banner banner ."
    ". top-a top-a top-a top-a ."
    ". top-b top-b top-b top-b ."
    ". side-l comp comp side-r ."
    ". bot-a . . . ."	/* Shorten the donate module position */
    "bot-b bot-b bot-b bot-b bot-b bot-b"
    "footer-a footer-a footer-a footer-a footer-a footer-a"
    }
  }
}
