/* custom css */

#maincontainer {
    font-family: raleway;
    font-size: 18px;
Color: #e4e8de;
}

.adtext, .donor {
   color: #000;  /* default text color of ads */
}
.hrstyle {
   background: #000000;
}

.dropdown-category {
color: #000000;
}

.margright {
margin-right: 40px;
}

.margfirst {
margin-right: 40px;
margin-left: 40px;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

.footerText, .footerLink{
   color: #e4e8de;
}

a.donate-button {
   background-color: #e4e8de;
}

a {
   color: #e4e8de;
}

.fa-arrow-alt-circle-left {
   color: #ffffff;
}

.fa-arrow-alt-circle-right {
   color: #ffffff;
}

.fa-play-circle {
   color: #ffffff;
}

.fa-pause-circle {
  color: #ffffff;
}

#custom-caption {
 color: #ffffff;
}

.scroll_heading {
 color: #e4e8de;
}

.vertical_scroller {
border: 4px solid #e4e8de !important;
}




@media screen and (max-width: 421px) {
.margright {
margin-right: 0px;
}
.margfirst {
margin-right: 0px;
margin-left: 0px;
}
.honoreeDonateButton {
    width: 90%;
}
}






