/* custom css */
#maincontainer {
    font-family: raleway;
    font-size: 18px;
}

.footerText, .footerLink{
   color: #fff;
}

a {
   color: #6c012f;
}

a.donate-button {
   background-color: #6c012f;
}

div.title.honoreeName {
   color: #6c012f;
}

.honoreeTagline {
font-family: raleway;
   color: #6c012f;
}

.honoreeName {
font-family: raleway;
   color: #6c012f;
}

#rightHonoree  {
display: none;
}

.honoreeDonateButton {
    width: 50%;
}

.containerw {
    column-width: 250px;
    column-gap: 20px;
    column-rule: 4px dotted #6c012f;
    text-align: center;
}


@media screen and (max-width: 421px) {
.honoreeDonateButton {
    width: 90%;
}
}

