/* custom css */


#maincontainer {
background-color: #5a77a2;
color: #ffffff;
    font-size: 16px;
}

.adtext, .donor {
   color: #000000;  /* default text color of ads */
}

.dropdown-category {
color: #000000;
}

.scrollWidget {
   margin: 0 auto;
   width: 360px;
}

.catLevel {
  font-size: 20px; # !important;
 font-weight: bold; # !important;
 color: #000000; !important;
}


a {
   color: #ffffff;
}

.footerText, .footerLink{
   color: #ffffff;
}

.scroll_heading {
color: #ffffff;
}


.rafflepic {
margin-right: 30px; 
margin-bottom: 50px;
}

.vertical_scroller {
border: 2px solid #967e56 !important;
}

@media screen and (max-width: 421px) {
#maincontainer {
    font-size: 18px;
}

.rafflepic {
margin-right: 0px;
}

.scrollWidget {
   width: 100%;
}


}



