Happy Juneteenth!
We commemorate Juneteenth, on June 19, 1865, when enslaved peoples of African descent in Texas finally gained their freedom. We remember...
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .custom-lightbox { animation: fadeOut 1s ease-in-out; /* Adjust the duration and easing as needed */ }