body {
    font-family: Arial;
    margin: 0;
    padding: 0;
    background-color: azure;
    /* background-image:url(../images/ourlady.jpeg)
     */
}
.mission-vision{
 width: 100%;
 padding-top: 100px;
 margin-top: 30px;
}
.mission{
    max-width: 1200px;
    margin: auto;
     width: 100%;
    
   
}


.header {
    background-color: #022268;
    color: white;
    padding:0;
    text-align: center;
    
    
}

.header h1 {
    margin: 0;
    font-size: 36px;
    text-decoration-color: blueviolet;
}

.header p {
    margin-top: 10px;
    font-size: 18px;
}

/* Mission & Vision */
.mission-vision {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.mission, .vision {
    flex: 1 1 45%;
    
    padding: 20px;
    margin: 10px;
    box-shadow:#333; 
    
    background-color: rgb(123, 130, 133);
    color:aliceblue
}

.mission h2, .vision h2 {
    color: #4230b4;
}

/* Apostolates Section */
.apostolates {
    margin-top: 60px;
}

.apostolates h2 {
    text-align: center;
    color: #060415;
    margin-bottom: 30px;
}

.apostolate {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(100, 100, 160);
    color: aliceblue;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0.1);
}

.apostolate img {
    width: 300px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.apostolate-description {
    padding: 20px;
    flex: 1;
   
}

.apostolate-description h3 {
    margin-top: 0;
    color: #4c0be4;
}

/* Footer */
.footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    background-color: #0f51e0;
    color: white;
}
