.nav-link:hover{
border-bottom: 2px solid #c1d32f !important;
}

.box-evento a, .box_testo_contenuto a {
                    color: #4e4e4e !important;
                } 

.tasto_accedi a, a.custom-btn-primary {
                    color: #ffffff !important;
                } 

/*TITOLI colore primario*/
                .custom-title {
                    color: #c1d32f !important
                }

                /*LINK colore primario*/
                .custom-a {
                    color: #c1d32f !important;
                } 


                .custom-a:hover {
                    text-decoration: underline !important;
                    color: #c1d32f !important;
                }
                /* BOTTONI colore primario*/
                .custom-btn-primary {
                    background-color: #4e4e4e !important;
                    border-color: #4e4e4e ;
                    color: #fff !important;
                }
                
                .custom-btn-primary:hover {
                    background-color: #4e4e4e !important;
                    border-color: #4e4e4e !important;
                }
                
                .custom-footer {
                    background-color: #4e4e4e !important;
    padding-left: 15px;
    padding-right: 15px;
                }

.container-big{
max-width: 100% !important;
    padding-right: 5px;
    padding-left: 5px;
}

h3{
    color: #4e4e4e !important;
    font-family: "Source Sans Pro" !important;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 10px;
}

h4{
color: #4e4e4e;
    font-family: "Source Sans Pro";
    font-size: 25px;
font-weight:800px;
}

.box-evento table td{
background-color:#c3e0c0;
}