/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

.hometext {
   margin: 0 auto;
   width: 750px;
}

.adtext, .donor {
   color: #212c54;  /* default text color of ads */
}

a {
   color: #273174;
}

.vertical_scroller {
border: 4px solid #273174 !important;
background-color: #ebebeb !important;
}


a.donate-button {
   background-color: #273174;
}

.scroll_heading {
color: #212c54;
}

.footerText, .footerLink{
   color: #fff;
}

.hrstyle {
   background: #ffffff;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
.hometext {
   width: 100%;
}


}



