body{
    /* background-color: rgb(173, 255, 255); */
    margin: 0;
}

#intro{
    width: 100%;
    height: 350px;
  background-image: url(../images/CROSS\ +.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: contrast(120%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#intro h1{
font-size: xx-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-style: normal;
color: chartreuse;
text-align: center;
}
#intro p{
  font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-style: normal;
color: antiquewhite;
text-align: center;
}
#topics{
    width: 100%;
    height: 430px;
    display: flex ;
    background-color: yellowgreen;
    
}
#topics1{
    width: 100%;
    background-color: brown;
    text-align: center;
    margin: 20px;
    height: 356px;
    border-radius: 15px;
    padding: 20px;
    border-top: 5px solid #4CAF50;
}
  #topics1 img {
width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #d4af37;
    margin-bottom: 15px;
}
   
#topics1 h{
 font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-style: normal;
color: rgb(215, 215, 250);

}

#topics1 p{
   font-size: large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-style: normal;
color: greenyellow;
 
}

#topics2{
    width: 100%;
    background-color: rgb(222, 135, 135);
    margin: 20px;
    height: 356px;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    border-top: 5px solid #4CAF50;
}
#topics2 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #d4af37;
    margin-bottom: 15px;
}

#topics2 h2 {
    color: #8B4513;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: Georgia, serif;
}

#topics2 p {
    font-size: medium;
    color: #444;
    line-height: 1.8;
    text-align: justify;
    font-family: Arial, sans-serif;
} 


#topics3{
    width: 100%;
    height: 356px;
    background-color: aqua;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    border-top: 5px solid #4CAF50;
}

#topics3 img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

#topics3 h2{
    color: #2E7D32;
    font-size: large;
    font-family: Georgia, serif;
}

#topics3 p{
    color: #555;
    font-size: large;
    text-align: justify;
    font-family: Arial, sans-serif;
}

.nourishment{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 50px;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.bible-image{
    flex: 1;
}

.bible-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.foodofthesoul{
    flex: 2;
}

.foodofthesoul h2{
    color: #2E8B57;
    margin-bottom: 15px;
    font-size: 32px;
}

.foodofthesoul p{
    color: #555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}
.read-btn{
    display: inline-block;
    background: #2E8B57;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.read-btn:hover{
    background: #1f6b44;
}

.gallery-container{
    width: 90%;
    margin: 40px auto;

}
.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.gallery img{
    width: 300px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    cursor: pointer;
}
.gallery img:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

#Prayer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: #f5f5f5;
}

.prayer-card h3{
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    border-bottom: 3px solid #c89b3c;
    display: inline-block;
    padding-bottom: 8px;
}
table{
    width: 100%;
    border-collapse: collapse;
}

th{
    background: #8b6f47;
    color: white;
    padding: 15px;
    font-size: 18px;
}

td{
    padding: 18px;
    font-size: 17px;
    color: #444;
    border: 1px solid #ddd;
}

tr:nth-child(even){
    background: #f8f8f8;
}

tbody tr:hover{
    background: #f1e5c5;
    transition: 0.3s;
} /* Prayer Section */
#Prayer{
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    text-align: center;
}

/* Heading */
#Prayer h3{
    font-size: 32px;
    color: #4b2e1e;
    margin-bottom: 30px;
}

/* Flex Container */
.prayer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Prayer Cards */
.prayer-box{
    flex: 1 1 180px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.prayer-box:hover{
    transform: translateY(-5px);
    background: #f4e8c1;
}

.prayer-box h4{
    color: #8b5a2b;
    margin-bottom: 10px;
    font-size: 22px;
}

.prayer-box p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

