/* custom css */

#maincontainer {
    font-family: open sans;
    font-size: 18px;
}




#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 40%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}
