/* custom css */

#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

a.donate-button {
   background-color: #E9BF4A;
}

.footerText, .footerLink{
   color: #fff;
}


#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}
