/* custom css */
#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 40%;
}

#custom-caption {
 color: #000000;
}

a {
   color: #000000;
}

.scroll_heading {
 color: #000000;
}

.vertical_scroller {
border: 2px solid #000000 !important;
}
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

#donate.galaButton  {
display: none;
}

a.donate-button {
   background-color: #414e54;
}

#program {
display: none
}

.loginButton {
   background-color: #000000;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 80%;
}
}

