[animate="true"] {
    background-color: transparent !important;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

[animate="true"] .image.logo.white {
    opacity: 1;
    transition: opacity 0.3s ease;
}

[animate="true"] .image.logo.black {
    opacity: 0;
    transition: opacity 0.3s ease;
}

[animate="true"] .nav-link {
    color: white !important;
    transition: color 0.3s ease;
}

[animate="true"].scrolled {
    background-color: white !important;
    color: inherit !important;
}

[animate="true"].scrolled .image.logo.white {
    opacity: 0;
}

[animate="true"].scrolled .image.logo.black {
    opacity: 1;
}

[animate="true"].scrolled .nav-link {
    color: inherit !important;
}