/* Logo size fix */
.nav-logo-img {
    height: 60px !important;
    width: auto !important;
    filter: drop-shadow(0 0 10px rgba(255, 0, 184, 0.6)) !important;
    transition: all 0.3s ease !important;
}

.nav-logo:hover .nav-logo-img {
    filter: drop-shadow(0 0 15px rgba(255, 0, 184, 0.8)) !important;
}
