/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

.adtext, .donor {
   color: #fff;  /* default text color of ads */
}
.hrstyle {
   background: #ffffff;
}

.namelisting {
   padding-top: 30px;
}

.multiad {
   padding-top: 30px;
}

.catLevel {
 color: #02376d !important;
font-weight: bold; 
}

a {
   color: #26323a;
}

a.donate-button {
   background-color: #26323a;
}
.footerText, .footerLink{
   color: #fff;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}


.honoreeWidget {
   margin: 0 auto;
   width: 800px;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}

.honoreeWidget {
   width: 100%;
}
}
