﻿body {
    padding-top: 50px;
    padding-bottom: 20px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* Carousel styling */
#partnerCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}

.carousel-item:nth-child(1) {
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/76.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(2) {
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/77.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(3) {
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/78.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #partnerCarousel {
        margin-top: -58.59px;
    }

    #partnerCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item.active {
        height: 50vh;
    }
}

.navbar .nav-link {
    color: #fff !important;
}

/* Prayer styling */
#prayerStyle,
.prayer-page {
    background-color: #f9f9f9;
    color: #333;
}

    .prayer-page .banner {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        background: url(../images/Sunrise.png) no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        height: auto; /* or use padding */
        padding-top: 100px;
    }

/* Adjust for mobile devices */
@media (max-width: 768px) { /* Target screens smaller than 768px */
        .prayer-page .banner {
        background-size: contain; /* Show the whole image on smaller screens */
        height: auto; /* Let height adapt based on image ratio */
        padding-top:100px; /* Adjust padding to control the banner's height */
    }
}

.prayer-page .content-container {
        padding: 40px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
 }

.prayer-page .section-title {
        font-size: 3em;
        color: #5bc0de;
        margin-bottom: 20px;
 }

.prayer-page .prayer-text {
        font-family: 'Goudy Old Style';
        font-size: 2em;
        line-height: 1.6;
}
.prayer-page .prayer-text {
    font-family: 'Goudy Old Style';
    font-size: 2em;
    line-height: 1.6;
}
.prayer-page .prayer-text-med, ul {
    font-family: 'Goudy Old Style';
    font-size: 1.3em;
    line-height: 1.6;
    list-style-type: disc; /* Add bullet points */
    padding-left: 20px; /* Adjust space for bullets */
}

.prayer-page .prayer-images {
        margin-top: 20px;
 }

.prayer-page .prayer-image {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
 }

