/* custom css */

#maincontainer {
    font-family: raleway;
    font-size: 18px;
    color: #2E358B;
background: #F9DFB7;
}

a {
   color: #2E358B;
}

.scroll_heading {
color: #2E358B;
}

.catLevel {
 color: #2E358B !important;
font-weight: bold;
}


a.donate-button {
   background-color:  #2E358B;
}


#rightHonoree  {
display: none;
}
.footerText, .footerLink{
   color: #2E358B;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}

}

