body{
    background-color: grey ;

}

#intro{
    width: 100%;
    height: 350px;
    background-image: url("../images/bible.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: white;
    position: relative;
}
#intro h1{
        color:gray;
        font-size: 40px;
    }

#topics{
    width: 100%;
    height: 350px;
    background-color:gray;
    display: flex ;   

    }
.topic1{
    width: 30%;
    height: 300px;

}

.topic1 img{
    width: 200px;
    height: 200px;
}

.topic2{
    width: 30%;
    height: 300px;
}
.topic2 img{
    width: 200px;
    height: 200px;
    
}
.topic3{
    width: 30%;
    height: 300px;
    font-size: 18px;
}
.topic3 img{
    width: 200px;
    height: 200px;
}
#prayer{
    width: 100%;
    height: 300px;
    background-color: azure;
    display: flex;
}
.prayer1{
    width: 50%;
    height: 300px;
    background-color: blueviolet;
}
.prayer1 img{
    width: 650px;
    height: 300px;
}
.prayer2{
    width: 50%;
    height: 300px;
    background-color: blanchedalmond;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
#francis {
    width: 80%;
    margin: 40px auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

#francis h3 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#francis table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

#francis th {
    background-color: #2e8b57;
    color: white;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

#francis td {
    padding: 15px;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

#francis tr:nth-child(even) {
    background-color: #f8f9fa;
}

#francis tr:hover {
    background-color: #dff6e4;
    transition: 0.3s;
}

#francis td,
#francis th {
    border: 1px solid #ddd;
}
#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(158, 100, 33);
    display: flex;
}
.footer1{
    width: 25%;
    font-family: 'Times New Roman', Times, serif;
    
}
.footer1 img{
    width: 40px;
    height: 40px;
}
.footer2{    
    width: 25%;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.footer2 img{
width: 30px;
height:30px
}

.footer3{
    width: 25%;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
.footer3 ul{
    list-style: none;
    display: block;
}
.footer4{
    width: 25%;
}
.footer4 img{
    width: 30px;
    height: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.ft1{
display: flex;
align-items: center;
}
