/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
    color: #ffffff;
    background-color: #1b5cbb;
}
.dropdown-category {
color: #000000;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}
.footerText, .footerLink{
   color: #fff;
}
a.donate-button {
   background-color: #ABC3E3;
}

a {
   color: #ebebeb;
}

.adtext, .donor {
   color: #000;  /* default text color of ads */
}
.hrstyle {
   background: #000000;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}


