header .site-header-row{
display: flex;
justify-content: space-around;
}

@media screen and (max-width: 719px){
.site-footer-row {
align-items: center;
flex-direction: column;
}
}
#nav_menu-3 h2,
#nav_menu-4 h2{
color: white;
}
.site-footer .site-bottom-footer-wrap .site-footer-row-container-inner a:not(.button) {
    color: white;
}
footer p{
color: white;
}