/* custom css */
a {
   color: #26599b;
}

a.donate-button {
   background-color: #26599b;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

div.honoreeTaglineWidget {
   color: #26599b;
}

div.title.honoreeName {
   color: #26599b;
}

div.subtitle.honoreeTagline {
   color: #26599b;
}

#program {
display: none
}


@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}