/* custom css */

a {
   color: #00084a;
}

a.donate-button {
   background-color: #184175;
}

.footerText, .footerLink{
   color: #fff;
}

#rightHonoree  {
display: none;
}

div.scrollingtext {
   width: 92%; /*allows text to be centered regardless of text size*/
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}



