/* Move the header menu items to the center */
.header-nav.header-nav-main.nav.nav-left {
    justify-content: center;
}

/* Change the menu items weight, color, margin */
.header-nav.header-nav-main.nav .menu-item {
    font-weight: normal;
    line-height: 100%;
    color: #707070;
    margin-right: 21px;
    margin-left: 21px;
}

.nav>li>a {
    font-size: 14px !important;
}

/* Style the phone custom html in the header */
.header-main .rep-phone {
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #707070;
    margin-right: 4px;
}

/* Align logo with title */
header .logo-left .logo {
    margin-left: 4px;
}