/* custom css */

a {
   color: #00084a;
}

a.donate-button {
   background-color: #184175;
}

.margright {
margin-right: 40px;
}

.margfirst {
margin-right: 40px;
margin-left: 40px;
}

.containerw {
    column-width: 400px;
    column-gap: 20px;
    column-rule: 4px;
    text-align: center;
}


.footerText, .footerLink{
   color: #fff;
}

#rightHonoree  {
display: none;
}

div.scrollingtext {
   width: 92%; /*allows text to be centered regardless of text size*/
}

.honoreeDonateButton {
    width: 50%;
}

@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}

.margright {
margin-right: 0px;
}
.margfirst {
margin-right: 0px;
margin-left: 0px;
}


}



