﻿.card-bodyEvent {
    height: 10rem;
    background: #FFFCF7;
    text-align: center;
}

    .card-bodyEvent a {
        font-weight: normal;
        font-size: 1.3rem
    }

        .card-bodyEvent a:hover {
            text-decoration: none !important;
            color: #1e1e1e !important;
        }

.fs-3 {
    margin-top: 0px !important;
}
/*//new Events style*/
.paddingStyle4 {
    padding-right: 10px;
}

paddingStyle8 {
    padding-left: 10px;
}

.fadeInBottom {
    animation-name: fadeInBottom;
}

/*.cssanimationEvent {
    animation-delay: 4s;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    opacity: 0;
}*/

@media(max-width:768px) {

    .gridChild1Box h3 {
        font-size: initial
    }
}
