/* custom css */

#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

.scroll_heading {
color: #28656A;
}

.vertical_scroller {
border: 3px solid #28656A !important;
}

.footerText, .footerLink{
   color: #E1F3F4;
}

#rightHonoree  {
display: none;
}

a.donate-button {
   background-color: #153639;
}


a {
   color: #153639;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}



