/* custom css */


#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}
.footerText, .footerLink{
   color: #fff;
}
a.donate-button {
   background-color: #002c5b;
}
a {
   color: #002c5b;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}


