/* Current CSS for Cards Overlay and Card Text Shadow*/
.card-overlay {
  opacity: .35; 
}

.card-header {
    text-shadow: 0 0 5px black;
}

/* Testing CSS for Cards Overlay and Card Text Shadow*/
#custom-leeu-cards .card-wrapper {
    box-shadow: none !important;
    border: 1px solid #97999B25 !important;
}

#custom-leeu-cards .card-overlay{
    background: none !important;
}

#custom-leeu-cards .card-header {
    background: #ffffffcf !important;
    color: #041E42;
    text-shadow: none;
    font-weight: 500;
    padding: 15px;
    transition: all linear 0.2s;
}

#custom-leeu-cards .card-wrapper:hover .card-header {
    font-weight: 800;
}