/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
    background: #010101;
    color: #ffffff;
}

.adtext, .donor {
   color: #000;  /* default text color of ads */
}

.hrstyle {
   background: #000000;
}

.scroll_heading {
color: #ffffff !important;
}

.dropdown-category {
color: #000000;
}

a {
   color: #ffffff;
}

a.donate-button {
   background-color: #ffffff;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}


.honoreeWidget {
   margin: 0 auto;
   width: 800px;
}

.footerText, .footerLink{
   color: #fff;
}

.catLevel {
 color: #ffffff !important;
font-weight: bold;
}




.aname {
 color: #ffffff;
}

.margright {
margin-right: 20px;
}

.margfirst {
margin-right: 20px;
margin-left: 40px;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}

.honoreeWidget {
   width: 100%;
}

.margright {
margin-right: 0px;
}
.margfirst {
margin-right: 0px;
margin-left: 0px;
}
}