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