/* custom css */

#cssmenu {
    display: flex;
    justify-content: center;
}

a.donate-button {
   font-size: 18px;
   background-color: #620062;
}


@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}


.scroll_heading {
color: #000000;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 40%;
}

a {
   color: #000000;
}

.footerText, .footerLink{
   color: #fff;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}







