/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

a {
   color: #152e4d;
}

.footerText, .footerLink{
   color: #fff;
}

.scroll_heading {
color: #152e4d;
}

.vertical_scroller {
border: 2px solid #152e4d !important;
}


a.donate-button {
   background-color: #152e4d;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 40%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}

