/* custom css */

#maincontainer {
    font-family: arial;
    font-size: 18px;
color: #334A6C;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 40%;
}

#custom-caption {
 color: #000000;
}


ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}


a {
   color: #334A6C;
}

.scroll_heading {
 color: #000000;
}

.catLevel {
 font-weight: bold; # !important;
}


.scrollWidget {
   margin: 0 auto;
   width: 360px;
}

.vertical_scroller {
border: 4px solid #334A6C; !important;
}


#donate.galaButton  {
display: none;
}

a.donate-button {
   background-color: #334A6C;
}

#program {
display: none
}

.loginButton {
   background-color: #000000;
}

.margright {
margin-right: 40px;
}
.margfirst {
margin-right: 40px;
margin-left: 40px;
}


@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
.margright {
margin-right: 0px;
}
.margfirst {
margin-right: 0px;
margin-left: 0px;
}



}

