In your css file, add “text-align: center;” to line 306 (.menu-primary).
Then on or around line 317 change the float to “none” and add “display: inline-block;” like this –
.menu-primary li, .menu-secondary li, #header .menu li {
display: inline-block;
float: none;
list-style-type: none;
}