/* custom css */
#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}

a.donate-button {
background-color: #ffffff; 
}
a {
   color: #ffffff;
}
.campaignSponsorAmount {
   display: none; 
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
display: none;
    width: 50%;
}

div.honoreeTaglineWidget {
   color: #ffffff;
}

div.title.honoreeName {
   color: #ffffff;
}

div.subtitle.honoreeTagline {
   color: #ffffff;
}

#program {
display: none;
}

#donate.galaButton  {
display: none;
}

