/* custom css */
#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}
.footerText, .footerLink{
   color: #ffffff;
}
a {
   color: #ffffff;
}
