:root {
    --color--primary-main: #0f7597;
    --color--primary-dark: #0c607c;
    --color--accent: #ffd605;
    --logo--width:270px;
    --logo--width-tablet: 240px;
    --logo--width-mobile: 210px;
}

#kc-header {
    height: 65px;
}

/*tablet*/
@media (max-width: 767px) {
    #kc-header {
        height: 55px;
    }
}

/*mobile */
@media (max-width: 480px) {
    #kc-header {
        height: 45px;
    }
}