﻿@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}


@media (max-width: 768px) {

    .d-sm-none {
        display: none
    }

    .w-lg-90, .w-lg-80, .w-lg-85, .w-lg-70, .w-lg-60, .w-lgMax-80, .w-lg-30 {
        width: 99% !important;
    }

    .todayImageBtn {
        right: -1px;
    }

    .sectionActive {
        padding-bottom: 2px;
    }

    .customModel .modal-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .img-respo {
        min-height: 200px;
    }


    .customModel .share-wrapper {
        z-index: 4545545;
        position: fixed;
    }

        .customModel .share-wrapper .share {
            height: 40px;
            width: 40px;
        }

    .customModel #imgDowenload {
        height: 40px;
        width: 42px;
    }

    .customModel .shareBtnList {
        line-height: 24px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }

        .customModel .shareBtnList li {
            /* float: right; */
            margin-left: 8px;
        }

    .customModel .imgControl {
        top: 60%;
    }

        .customModel .imgControl .imgShare {
            padding-top: 6px;
            padding-bottom: 4px;
            padding-right: 14px;
        }

    .customModel .shareBtnList {
        right: 2%;
        flex-direction: row;
    }


    .fs-3 {
        font-size: calc(1.0rem + .6vw) !important;
    }
}
