﻿


.nav-item:hover {
    background-color: #d2232a
}

.ourProgramsCursor{
    cursor: pointer;
}

.carousel-control-next-prev-icon-size {
    width: 3rem;
    height: 3rem;
    color: #d2232a;
}

.carousel-heading {
    font-size: 40px;
}

@media (max-width: 768px) {
    .carousel-heading {
        font-size: 20px; /* Adjust this as needed for small screens */
    }
}

/* Default desktop style */
.slide-img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .slide-img {
        height: 23vh;
        object-fit: cover;
    }
}
