mt-1{margin-top: 70px;}

.sfondo {
  background-color: #FFFACD;
  margin: 0;
}

.menu {
  color: black;
}

.logo {
  width: 100%;
}

.nav{background: rgba(255, 255, 255, .5); height: 50px; width: 100%; margin-left: 0 auto; margin-right: 0 auto;}
.nav ul{list-style: none; margin: 0 auto; padding: 0; width: 100%; max-width: 1200px;}
.nav ul ul{display: none; position: absolute; top: 100%; left: 0; width: 100%;}
.nav ul li{position: relative; float: left; width: 25%; text-align: center;}
.nav ul li:hover ul{display: block;}
.nav ul li li{position: relative; float: none; width: 100%; border: none;}
.nav ul li a{display: block; text-decoration: none; padding: 10px 25px; font-size: 1.2em;
box-sizing: border-box; border-right: solid 0px #FFFACD; border-left: 0px #FFFACD;}
.nav ul li:hover a{background: rgba(255, 255, 255, .5); color: green; text-decoration: none; transition: 0.5s; height: 40px;}
.nav ul li li:hover a{background: rgba(255, 255, 255, .5); color: black;}

@media (max-width: 760px) {
  .nav {
    width: 100%;
  }
}

.sotto_menu {
  color: black;
}


.contatti {
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  align-items: center;
  font-size: 2em;
}

.footer {
  background: black;
  padding: 50px;
  margin-top: 40px;
  color: white;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
