/* custom css */

a {
   color: #000000;
}

.margright {
margin-right: 40px;
margin-bottom: 15px;
}

a.donate-button {
   background-color: #111834;
}

.campaignSponsorAmount {
   display: none;
}
.campaignSponsorMessage {
   display: none;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}


@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}


.margright {
margin-right: 0px;
}
}





