/* custom css */
#rightHonoree  {
display: none;
}

#program {
display: none
}

.honoreeDonateButton {
    width: 40%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}
