
body {
     background-color: #ecd3b5 !important;
}

ul {
    list-style: none;
}

.intro-section {
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    justify-content: center;
    gap: 3rem;
}

.intro-text-container {
    display: flex;
    flex-direction: column;
    width: 80%;
}   

.image-container {
    width: 60%;
}

.image-container img {
    border-radius: 1rem;
    width: 100%;
    object-fit: contain;
    margin-top: 2rem;
}


.intro-section h1,
.intro-section h2 {
    line-height: 3rem;
    color: #7A1E1E;
}

.centered-text-intro h1 {
    color: #7A1E1E;
}

.intro-section p,
.centered-text-intro p {
    color: #3b2f2f;
}

.centered-text-intro p {
    line-height: 1.5rem;
}

.intro-section ul {
    padding: 1rem 0;
    padding-left: 2rem;

}

.centered-text-intro {
    text-align: center;
    margin-top: 6rem;
    line-height: 3rem;
    padding: 0 1rem;
}

.card {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 4rem 0;
}

.card-img {
    display: flex;
    justify-content: center;
}

.card-img img {
    width: 70%;
    object-fit: cover;
}

.card h2 {
    color: #7A1E1E;

}

#mary, #papacy, 
#authority-revelation, #saints,
#salvation, #sacraments,
#eucharist, #purgatory,
#bible, #worship, #clergy,
#history, #unity {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}


.card ul {
    padding-left: 2rem;
}

body {
    scroll-behavior: smooth;
    background-color:#f4efe9;

}


/*sub links color design*/

a {
    color: #7A1E1E; 
    text-decoration: underline; 
}
a:hover {
    color: #A33B3B; 
}


