/* custom css */

#maincontainer {
    font-family: arial;
    font-size: 18px;
    color: #ffffff;
    background-color: #00308C;
}

a {
   color: #ffc600;
}

.dropdown-category {
color: #000000;
}

.scroll_heading {
color: #ffffff;
}

a.donate-button {
   background-color: #ffc600;
  color: #00308c;
}

.honoreeDonateButton {
    width: 50%;
}

.adtext, .donor {
   color: #000;  /* default text color of ads */
}
.hrstyle {
   background: #000000;
}

.margright {
margin-right: 40px;
margin-bottom: 50px;
}

.margfirst {
margin-right: 40px;
margin-left: 40px;
}




@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}

.margright {
margin-right: 0px;
}
.margfirst {
margin-right: 0px;
margin-left: 0px;
}
}


