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