body {
    background-color: rgb(0, 0, 0);

}


.navHome {

    font-style: oblique;
    color: rgb(226, 191, 16);
    position: fixed;
    font-size: 2em;
    margin-left: 50;
    margin-top: 50px;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 160px;
    background-color: black;
    background-image: url(img/logo\ prova\ gold.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 20px rgb(23, 16, 226);
    border-radius: 20px;
}





/*
.header {
    width: 100%;
    height: 10em;
    background-color: blue;
    background-image: url(img/logo\ prova\ gold.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
*/
/*   
    height: 80%;
    border: solid 20px rgb(23, 16, 226);
    border-radius: 20px;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*background-image: url(img/logo\ prova\ gold.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;

*/

.header2 {
    font-style: oblique;
    color: rgb(241, 203, 10);
    text-align: center;
    font-size: 4em;

}


.mainartart {
    color: goldenrod;
    text-align: center;
    font-size: 2em;
    font-style: oblique;
}

.boxcontainer {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-around;
    margin-top: 50px;



}

.box1 {
    width: 400px;
    height: 100%;
    border: solid 10px;
    border-color: goldenrod;
    border-radius: 20px;
    background-color: black;
    margin-bottom: 20px;
}

.box2 {
    width: 400px;
    height: 100%;
    border: solid 10px;
    border-color: goldenrod;
    border-radius: 20px;
    background-color: black;
    margin-bottom: 20px;
}




.btn {
    background-color: white;
    width: 150px;
    height: 30px;
    border-color: goldenrod;
    border: solid 5px;
    color: goldenrod;
    border-radius: 20px;
    margin-left: 120px;


}




.btn:hover {

    background-color: rgb(7, 7, 7);
}



h1 {
    color: rgb(255, 255, 255);
    /*background-image: url(img/sfondo.jpeg);*/
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 4em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Kalam, sans-serif;
}

p {
    color: rgb(6, 91, 165);
}

.container {
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1100px;

}

.mainsx {
    margin-left: auto;
    margin-right: auto;
    align-items: center;

}

.main {

    background-color: rgb(0, 0, 0);
    color: aliceblue;
    font-family: Kalam, sans-serif;
    font-size: 18px;
    text-align: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;

}

.maindx {
    margin-left: auto;
    margin-right: auto;
    align-items: center;

}

.footer {
    text-align: center;
    font-size: 40px;
    color: white;
    background-color: blue;
    align-items: center;
    border-radius: 20px;

}

a {
    text-decoration: none;
}

h2 {
    color: aliceblue;
}

h4 {
    color: aliceblue;
}

H3 {
    color: aliceblue;
}

#restaurothead {
    color: aliceblue;
    text-align: center;
    font-size: 40px;
}




/*#quadri {
    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
    text-decoration: none;

}

#quadri:hover {
    color: black;
}


#restauri {
    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
    text-decoration: none;
}

#restauri:hover {
    color: black;
}


#decorazioni {
    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
    text-decoration: none;
}

#decorazioni:hover {
    color: black;
}


#contatti {
    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
    text-decoration: none;
}

#contatti:hover {
    color: black;
}
*/

.menu {
    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
    text-decoration: none;
}

.maincontatti {

    font-size: 30px;
    font-family: Kalam, sans-serif;
    color: aliceblue;
}

.backhome {
    font-style: oblique;
    color: rgb(219, 16, 226);
    position: fixed;
    font-size: 2em;
    margin-left: 50px;
    margin-top: 50px;
    text-decoration: none;
}