:root {
    --focus_color: #917237;
}

@media (min-width: 1200px)  and (max-width: 1700px) {
    html:lang(en-US) {
        #header .container {
            max-width: 1250px;
        }

        #header .menu_left ul.menu>li>a {
            font-size: 0.8em;
        }
    }
}

.fixed #logo {
    width: 220px;
}