/* increase the width of centered content; left/right padding is 40px, and the remaining 1260px has 36 divisors */
.container {
    max-width: 1340px;
}

/* center navigation menu items horizontally */
.navigation-menu > ul > li {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
