/* custom css */
#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}

a {
   color: #7d1e2b;
}

a.donate-button {
   background-color: #7d1e2b;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}
