.justify{
  text-align: justify;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: rgb(255 255 255) !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px !important;
    font-weight: 500;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#worship {
    background: url('assets/images/slider/worship.jpg') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
}
@media (max-width: 768px) {
    #worship {
        color: #ffffff;
        min-height: 40vh; /* Adjust as needed */
        position: relative;
        overflow: hidden;
        background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
  }

/* Overlay Styling */
/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
} */



#Ministries {
    background: url('assets/images/slider/ministries.jpg') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
}
#Training {
    background: url('assets/images/slider/training.jpg') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
}
#Shop {
    background: url('assets/images/slider/shop.jpg') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
}
#Food-Pantry {
    background: url('assets/images/slider/foodpanty.webp') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
}
#Volunteer {
    background: url('assets/images/slider/volunteer.webp') center center / cover no-repeat;
    color: #ffffff;
    min-height: 500px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* Overlay Styling */
/* #Ministries .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
@media (max-width: 768px) {
    #Ministries {
        color: #ffffff;
        min-height: 40vh; /* Adjust as needed */
        position: relative;
        overflow: hidden;
        background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
    #Shop {
        color: #ffffff;
        min-height: 40vh; /* Adjust as needed */
        position: relative;
        overflow: hidden;
        background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
    #Food-Pantry {
        color: #ffffff;
        min-height: 40vh; /* Adjust as needed */
        position: relative;
        overflow: hidden;
        background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
    #Volunteer {
        color: #ffffff;
        min-height: 40vh; /* Adjust as needed */
        position: relative;
        overflow: hidden;
        background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
  }
