

.menu-superiore {
    border-bottom: 5px solid rgb(255, 255, 255) !important;
    background-color: #ed6a1a !important;
}

.menu-superiore a {
    color: #fff !important;
}

#footer {
    border-top: 5px solid rgb(255, 255, 255) !important;
    background: #ed6a1a !important;
}

a {
    color: #ed6a1a !important;
}

.sfondo-alto {
    background-color: #f1f1f1 !important;
    margin-bottom: 26px;
}


.card-img-top-video {
    background-color: #ed6a1a;
}




.btn-danger {
    color: white !important;
    background: #ed6a1a !important;
    border-color: #ed6a1a !important;
}


.btn-rivista {
    background-color: #ed6a1a !important;
    border-color: #ed6a1a !important;
    color: white !important;
    font-size: 1.3rem;
}


.btn-home {
    background-color: #ed6a1a !important;
        border-color: #ed6a1a !important;
        color: white !important;
}



.gallery .card-title {
    color: #ed6a1a !important;
}






.card-img-top-video-play {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 2px 2px 5px #000;
}



.card-img-top-video-play {
    position: absolute;
    left: 50%;
    top: 70;
    transform: translate(-50%, -50%);
    animation: pulse-text 1.2s infinite ease-in-out;
}

@keyframes pulse-text {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}