/**
Theme Name: Luxeau Zwembaden
Author: Synio
Author URI: https://syn.io
Description: Theme for Luxeau Zwembaden
Version: 0.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxeau
Template: hello-elementor
*/

.luxeau-main-header {
    transition: all 0.3s ease-in-out;
    width: 100% !important;
    left: 0 !important;
}

.luxeau-main-header .logo img {
    transition: all 0.3s ease-in-out;
}

.luxeau-main-header.header-scrolled {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.luxeau-main-header.header-scrolled .logo img {
    height: 80px;
    margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
    .luxeau-main-header.header-scrolled .logo img {
        height: 60px;
        margin-bottom: 14px;
    }
}

.luxeau-main-header.header-hidden {
    transform: translateY(-100%);
}
