body{
    background-image: url("img/sfondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

p{
    color:white;
    font-size: 22px;
}


.box1 {
    margin-top: 180px;

}

.blocco-link{
    float: right;
    
}

.blocco-link p{
    text-align: center;
}

.row.testi {
    margin-top: 170px;
}



@media(min-width:990px){
    .logo img{
    width:70%;
    }
}

@media(max-width:990px){
    .logo img{
    width:25%;
}
}

@media(min-width:990px){
    .campanella img{
    width:70%;
    }
}

@media(max-width:990px){
    .campanella img{
    width:25%;
}
}

a{
    color:rgb(181, 181, 181) !important;
    text-decoration: none !important;
}


a:hover{
    color: #ffffff !important;
}

.blink_text {
animation:2s blinker linear infinite;
}
@keyframes blinker { 
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

.contenitorePrincipale{
    max-width:86% !important;
}