/* custom css */

#maincontainer {
    font-family: open sans;
    font-size: 16px;
}

.scroll_heading {
color: #031a2c;
}

.vertical_scroller {
border: 3px solid #031a2c !important;
}

a.donate-button {
   background-color: #031a2c;
}


.footerText, .footerLink{
   color: #fff;
}

a {
   color: #031a2c;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}

