﻿/* Owl Carousel 2 - https://owlcarousel2.github.io/OwlCarousel2/ */

.carousel-hdr {
    color: slategray;
}

.owl-carousel .item {
    padding: 10px;
}

.content-area {
    position: relative;
}

.custom-overlay {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: 70%;
}

.custom-overlay:hover {
    opacity: 1;
}

.content-text {
    position: absolute;
    color: #000;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-text p {
    padding: 0 5px 0 5px;
}

.owl-dots button:focus {
    outline: none;
}

@media screen and (max-width: 767px) {

    /*.custom-overlay {
        opacity: 1;
    }*/

    .content-text h4 {
        font-size: 20px;
    }

    .content-text p {
        font-size: 14.2px;
    }

    .img-pb {
        padding-bottom: 20px;
    }
}

/*added for weekly removal*/
@media screen and (max-width: 600px) {
    h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 14.5px;
    }

    p {
        font-size: 12.5px;
    }
}
