/* Custom styles for Slobozia Baptist Church */

.prose-content {
    line-height: 1.8;
    color: #374151;
}

.prose-content h1,
.prose-content h2,
.prose-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.prose-content p {
    margin-bottom: 1rem;
}

.prose-content ul {
    margin-bottom: 1rem;
}

.prose-content a {
    color: #368dcc;
    text-decoration: underline;
}

.prose-content a:hover {
    color: #2a6fa3;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Image hover effects */
.img-zoom:hover img {
    transform: scale(1.05);
}

/* Card shadows */
.card-hover {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-hover:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Lightbox animation */
#lightbox img {
    transition: opacity 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .hero-title {
        font-size: 2rem;
    }
}
