/* custom css */
a.donate-button {
background-color: #0a2c4e; 
}
.footerText, .footerLink{
   color: #fff;
}
.hrstyle { 
   background: #000000; 
} 

#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}






