/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

a {
   color: #07387b;
}

.vertical_scroller {
border: 4px solid #ffffff !important;
background-color: #050706 !important;
}


a.donate-button {
   background-color: #3c57be;
}

.scroll_heading {
color: #07387b;
}

.footerText, .footerLink{
   color: #fff;
}

.adtext, .donor {
   color: #fff;  /* default text color of ads */
}

.hrstyle {
   background: #ffffff;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}



