:root {
    --text-color         : #000;
    --primary-color      : #f0ab00;
    --primary-color-hover: #7A7A7A;
    --secondary-color    : #7A7A7A;

    --black-color: #000;
    --green-color: #009944;
    --red-color  : #cf000f;

    --base-font: 'Arial',
        'sans-serif';
    --font-weight-normal: 400;
    --font-weight-bold  : 700;
}

.header--left .brand img {
    max-width: 100px !important;
}