/* Only targets WHITE text on the Home Page */
#PAGEID_18178 [style*="color: #FFFFFF"], 
#PAGEID_18178 [style*="color: white"],
#PAGEID_18178 font[color="#ffffff"] {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
    font-weight: 500 !important;
}

/* Specifically targeting white headers if they aren't using inline styles */
#PAGEID_18178 h1, #PAGEID_18178 h2 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
}