/* Add here all your CSS customizations */
/**



 * Enable smooth scrolling on the whole document
 */
html {
	scroll-behavior: smooth;
}


html.sticky-header-active #header .header-logo img,
    html.sticky-header-active #header .header-logo {
        width: 80px !important;
        height: auto !important;
    }

@media(max-width: 971px) {
    #header .header-logo img,
    #header .header-logo {
        width: 80px !important;
        height: auto !important;
    }
}

@media(max-width: 971px) {
    html.sticky-header-active #header .header-logo img,
    html.sticky-header-active #header .header-logo {
        width: 80px !important;
        height: auto !important;
    }
}