/* FIX FOR CLICKABLE SOCIAL MEDIA ICONS AND SCROLLDOWN LINK */

/* Make overlay not block clicks */
#home .overlay {
    pointer-events: none !important;
}

/* Ensure social icons are above overlay and clickable - maintain original positioning */
#home .home-social-list {
    z-index: 10 !important;
}

#home .home-social-list li {
    pointer-events: auto !important;
}

#home .home-social-list a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure scrolldown is clickable - maintain original positioning */
#home .scrolldown {
    z-index: 10 !important;
}

#home .scrolldown a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure content is clickable - maintain original positioning */
#home .home-content-table {
    z-index: 5 !important;
}

#home .home-content-table a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Make sure buttons are clickable */
#home .button {
    pointer-events: auto !important;
    cursor: pointer !important;
}
