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