@font-face{
    src: url(fonts/Roboto-VariableFont_wdth,wght);
    font-family: Roboto-VariableFont_wdth,wght;
}
*{
    box-sizing:border-box;
    font-family: arial;
    zoom: 106%;
}
body{
    margin: 0px;
}
.navbar{
    height: auto;
}
img{
    border-radius: 5px;
}
.navbar ul{
    list-style-type: none;
    background-color: hsl(219, 87%, 39%);  
    padding: 0px;
    margin:0px;
    overflow: hidden;
}
.navbar #logo{
    width:10%;
    padding:3px;
    float:left;
}
.navbar #home{
    text-decoration: none;
    margin-left:1%;
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 7%;
    float:left;
}
.navbar #iniziative{
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
    height: auto;
    width: 16%;
    float:left;
}
.navbar #tesseramento{
    font-family: arial;
    margin-top: 3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 19%;
    float:left;
}
.navbar #contattaci{
    font-family: arial;
    margin-top:3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 18%;
    float:left;
}
.navbar #norme_links{
    font-family: arial;
    margin-right:2%;
    margin-top:3.5%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 20%;
    float:left;
}
.navbar a:hover{
    color: #fff6f6;
}
.navbar #uisp_coni{
    margin-top: 0.5%;
    background-color: hsl(219, 87%, 39%);
    box-sizing:border-box;
    height:auto;
    width: 8%;
    margin-left: 2%;
    float: left;
}

.navbar .image{
    margin-top:0px;
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    height: auto;
}




.dropdown3{
    float:left;
    display: block;
    width:50%;
}
.dropdown3 button{
    background-color: rgb(89, 114, 250);
    color:white;
    font-size: 1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown3 a{
    font-family: arial;
    display:block;
    text-decoration: none;
    padding:10px 10px;
    font-size: 0.7em;

}
.dropdown3 .content3{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown3:hover .content3{
    display:block;
}
.dropdown3 a:hover{
    background-color: rgb(84, 241, 69);
}


.dropdown4{
    float:left;
    display: block;
    width:50%;
}
.dropdown4 button{
    background-color: rgb(89, 114, 250);
    color:white;
    font-size: 1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown4 a{
    font-family: arial;
    display:block;
    text-decoration: none;
    padding:10px 10px;
    font-size: 0.7em;

}
.dropdown4 .content4{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown4:hover .content4{
    display:block;
}
.dropdown4 a:hover{
    background-color: rgb(84, 241, 69);
}






.dropdown{
    float:left;
    display:none;
}
.dropdown #button1{
    background-color: rgb(255, 89, 89);
    color:white;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown a{
    font-family: arial;
    display:block;
    color:white;
    text-decoration: none;
    padding:5px 10px;

}
.dropdown .content{
    display:none;
    font-size:0.6em;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown:hover .content{
    display:block;
}
.dropdown a:hover{
    background-color: rgb(53, 182, 21);
}




.dropdown2{
        font-family: arial;
    margin-right:0%;
    margin-top:3%;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    height: auto;
    width: 17.5%;
    float:left;
    
}
.dropdown2 button{
    background-color: hsl(219, 87%, 39%);
    color:white;
    font-weight: bold;
    font-family: arial;
    font-size:1em;
    border:none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown2 a{
    font-family: arial;
    display:block;
    color:white;
    text-decoration: none;
    padding:10px 10px;

}
.dropdown2 .content2{
    display:none;
    position:absolute;
    background-color: rgb(89, 114, 250);
    box-shadow: 2px 2px 4px black;
}
.dropdown2:hover .content2{
    display:block;
}
.dropdown2 a:hover{
    background-color: rgb(53, 182, 21);
}
#scritta2{
    display:none;
}



#txt1{
    text-align: center;
}
#txt5{
    font-size:2em;
    color:rgb(22, 0, 119);
    font-weight: bold;
}
#txt2{
        font-size:2em;
    color:red;
    font-weight: bold;
    text-align: center;
}
#txt17{
        font-size:1.5em;
    color:red;
    font-weight: bold;
    text-align: center;
}
#txt3{
    font-size:1.3em;
    color:red;
    font-size: bold;
 
}
#txt18{
    color:rgb(22, 0, 119);
    font-size:1.8em;
    font-size: bold;
}




#a1{
    text-decoration: none;
color:black;
    text-align: center;
}
#a1:hover{
    text-decoration: underline;
}
#a2{
    text-decoration: none;
    text-align:center;
color:black;
}
#a2:hover{
    text-decoration: underline;
}
#a3{
color:black;
    text-align: center;
}




#box1{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    float:left;
    margin-bottom:0%;
}
#img1{
    margin-right:5%;
    width:47.5%;
    float:left;
}
#img2{
    width:47.5%;
    float:left;
}






#txt11{

    font-size:1.3em;
    font-weight: bold;
}
#txt12{
        font-size:2em;
    color:red;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
#txt13{
    font-weight: bold;
    text-align: center;
}
#a6{
    color:black;
}
#txt14{
    color:rgb(22, 0, 119);
    text-align: center;
    font-style: italic;
}
#txt15{
    font-style: normal;
    color:grey;
}
#a8{
    color:rgb(22, 0, 119);
    text-decoration: none;

}
#a8:hover{
    text-decoration: underline;
}
#txt16{

    padding:5px;
    font-style:italic;
    text-align:center;
    width:40%;
    margin-left:30%;
    float:left;
}
#a9{
    font-weight: bold;
    text-decoration: none;
}
#a9:hover{
    text-decoration: underline;
}

#txt25{
    margin-bottom: -50px;
}

.icone{
    width:100%;
    float:left;
    background-color: rgba(27, 61, 255, 0.884);
}
.icone p{
    font-family:arial;
}
.icone #social{
    margin-top:2.5%;
    color:white;
    width: 30%;
    margin-right:1%;
    margin-left:3%;
    float:left;
    margin-bottom:2.5%;

}
.icone #mappa{
    margin-top:4.5%;
    color:white;
    text-align: center;
    margin-right:1%;
    margin-left:1%;
    width:30%;
    float:left;
    margin-bottom:2.5%;
}
.icone #fine{
    margin-top:4.5%;
    float:left;
    width:30%;
    margin-left:1%;
    margin-right:3%;
    margin-bottom:2.5%;
}
#fine p{
    text-align:center;
    color:white;
}
#img3{
    width:15%;
}
.fa-brands.fa-square-whatsapp.fa-3x{
    color: rgb(0, 241, 40);
}
#a4{
    text-decoration: none;
    color:white;
    font-family:arial;
}
#a5{
    color:white;
    font-family:arial;
}
#img4{
    width:48.5%;
    float:left;
    margin-right: 5%;
}
#img5{
    width:46.5%;
    float:left;
}
#txt6{
       text-align:center;
    width:95%;
    margin-left:2.5%;
    margin-right: 2.5%;
    float:left; 
}
#txt9{
    text-align:center;
    width:95%;
    margin-left:2.5%;
    margin-right: 2.5%;
    float:left;



    font-size:1.5em;
}
#txt7{
    text-align:center;
    width:95%;
    margin-left:2.5%;
    margin-right: 2.5%;
    float:left;  
    font-weight: bold;
    color:red;
    font-size: 1em;
}
#txt8{
    text-align:center;
    width:95%;
    font-size: 0.66em;
    margin-left:2.5%;
    margin-right: 2.5%;
    float:left;  

}
#txt10{
    text-align:center;
    width:95%;
    margin-left:2.5%;
    margin-right: 2.5%;
    float:left;  

}
#a10{
    color:red;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}
#a10:hover{
    text-decoration: underline;
}




@media screen and (max-width:1000px){
.navbar #home,.navbar #tesseramento,.navbar #contattaci,.navbar #iniziative,.navbar #norme_links{
    font-size: 0.6em;
}
#txt25{
    margin-bottom: 0px;
}
.dropdown{
    display:block;
    margin-left:0%;
    width:10%;
}
.dropdown2{
    display:none;
}
.navbar #logo{
    width: 18%;
    margin-right:0%;
    margin-left:-4%;
}
.navbar #home{
    display:none;
}
.navbar #tesseramento{
    display:none;
}
.navbar #contattaci{
    display:none;
}
.navbar #iniziative{
    display:none;
}
.navbar #norme_links{
    display:none;
}
.navbar #uisp_coni{
    width:18%;
    background-color: rgba(255, 255, 255, 0);
    margin-right:0%;
    margin-left:2%;
}
.dropdown{
    display:block;
    margin-left:0%;
    width:10%;
}
#scritta2{
    display:unset;
    text-align:center;
    color:red;
    font-family:arial;
    
    width:56%;
    margin:0%;
    margin-top:20px;
    float:left;

}
#scritta3{
    width:20%;
    font-size:0.8em;
}
#poliuisp1{
    width:45%;
}



.icone #social{
    margin-left:2%;
    width:32%;
}
.icone #mappa{
    margin-left:0%;
}
.icone #fine{
    margin-right:2%;
    width:31%;
}
 #social, #fine, #mappa{
    font-size:0.7em;
}





#txt16{
    margin-left: 10%;
    margin-right:10%;
    width:80%;
}
#txt5{
    font-size:1.5em;
}
#txt2{
    font-size:1.5em;
}
#txt3, #txt4 {
    font-size:1em;
}
#a1, #a2{
    font-size:0.8em;
}
#box1{
    width:90%;
    margin-left:5%;
    margin-right: 5%;
}

#txt11{
    font-size:1.3em;
}
#txt12{
    font-size:1.5em;
}
#txt9,#txt11{
    font-size: 1em;
}
#txt14{
    font-size: 1.4em;
}
#txt18{
    font-size: 1.2em;
}
#txt8{
    font-size: 1em;
}

footer{
    font-size:0.6em;
}
}