body {

    background-image: url("img/sfondo1.png");

    background-size: cover;

    background-attachment: fixed;

    background-position: center;

}



footer {

    padding: 1% 0% 1% 0%;

}



footer div {

    text-align: center;

}



footer H1 {

    font-size: calc(1em + 1vw);

    color: rgb(255, 255, 255);

}



nav a {

    vertical-align: middle;

    /*border: 4px solid saddlebrown;*/

}





/* unvisited link */



nav a:link {

    color: rgb(255, 255, 255);

    text-decoration: none;

}





/* visited link */



nav a:visited {

    color: rgb(255, 255, 255);

    text-decoration: none;

}





/* mouse over link */



nav a:hover {

    color: rgb(255, 0, 204);

    font-weight: bold;

    text-decoration: none;

}





/* selected link */



nav a:active {

    color: rgb(255, 0, 204);

    text-decoration: none;

}



.logoinbarra {

    color: blue;

    background-color: transparent;

    height: 100px;

}



@supports (display: grid) {

    .Griglia1Cella {

        display: grid;

        padding-left: 5%;

        padding-right: 5%;

        padding-top: 10%;

        padding-bottom: 10%;

    }

}



.paragrafosottotitolo {

    text-align: center;

    font-size: calc(1.5em + 0.8vw);

    font-family: 'Trebuchet MS', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;

    color: gold;

    margin: 0%;

}



.sfondo_nero_opacita_04 {

    background-color: rgba(0, 0, 0, 0.4);

}



.sfondo_nero_opacita_1 {

    background-color: rgba(33, 37, 41, 1);

}



p {

    border: calc(1em + 0.4vw) solid rgba(0, 0, 0, 0);

    margin: 105%;

}

        .bordosuperiore{
            margin-top: 100px;
        }