html{
    height: 100%;
    width: 100%;
}


body{
    z-index: 0;
    overflow-x: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(10, 10, 10);
    background-position: center;
    flex-direction: column;
    display: flex;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    font-family:'Arial', Arial, Helvetica, sans-serif;
}

.testa{
    display:flex;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 20px;
}

.navigation{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.primo{
    margin-left: 40px;
}

.testa>a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 58px;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s;
}

.testa>p{
    margin-top: 55px;
    color: white;
    font-size: 20px;
}

.testa>a:hover{
    transform: scale(1.1);
    color: rgb(149, 0, 0);

}

.testa>img{
    margin-top: 20px;
    margin-left: 30px;
    width: 5%;
    min-width: 90px;
}

.titolo{
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    margin-top: 5%;
    height: 500px;
    background-image: url("Am\ e\ Duong.png");
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.motto{
    text-align: center;
    margin-bottom: 200px;
    
}

.tmotto{
    text-align: center;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 20px;
    width: 60%;
}

footer{
    height: fit-content;
    background-color: rgb(35, 35, 35);
    color: white;
    text-align: center;
}

footer a{
    text-decoration: none;
    color: white;
}

.social{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.social img{
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

footer img{
    transition: ease-in-out 0.5s;
}

footer img:hover{
    transform: scale(1.1);
}

.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
} 

.navigationf{
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 250px;
    font-size: 18px;
    margin-top: 20px;

}

.navigationf a{
    margin-top: 10px;
    width: fit-content;
    transition: all 0.5s;
}

.navigationf a:hover{
    transform: translate(15px);
}

.b{
    margin-top: 28px;
    margin-bottom: 0px;
}

.w{
    margin-top: -11px;
    height: fit-content;
}

.contatti{
    min-width: 250px;
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
}

.destra_e{
    margin-right: auto;
}

.sinistra_e{
    margin-left: auto;
}

.end{
    margin-top: 120px;
}
