body, html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  font: 400 16px/1.8 "Optima", sans-serif;
  color: 000;
}

p{
text-align: center;
}

.img, .img2, .img3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img {
  min-height: 100%;
  margin-top: 0;
}

.img2 {
  background-image: url("polo1.jpeg");
  min-height: 600px;
}

.img3 {
  background-image: url("ozonobuco.jpeg");
  min-height: 600px;
}

.testo{
  color: whitesmoke;
  text-shadow: 1px 1px 4px whitesmoke;
  margin: 70px;
}

.scritta {
  position: absolute;
  top: 7%;
  text-align: center;
  color: #000;
}

.scritta span.rett {
  color: #fff;
  padding: 18px;
  font-size: 25px;
  text-align: center;
  padding: 8px;

}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.didascalia {
  color: #777;
  background-color:white;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}

.bordo{
  border: solid #777 2px;
  margin: 15px;
  border-radius: 5px;
}

.rett {
  font: 20px "Lato", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 20px;
  height: 100px;
}

.intersezione{
  color:black;
  background-color:whitesmoke;
  text-align:center;
  padding:5px 60px;
  font-size:24px;
}

.inter{
  display: inline-block;
  width: 1325px;
  height: 10px;
  background-color: #333333;
}


#titolo {
  color: whitesmoke;
  text-shadow: 1px 1px 4px whitesmoke;
  padding-top: 100px;
  padding-left:500px;
  padding-right:500px;
  text-align:center;
}

a{
  text-decoration: none;
  color: whitesmoke;
}


.bottone {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  text-decoration-color: whitesmoke;
  display: inline-block;
  font-size: 20px;
  margin-top: 150%;
  transition-duration: 0.4s;
  cursor: pointer;
  position: sticky;
  border-radius: 5px;
  text-shadow: 0.5px 0.5px 4px whitesmoke;
  text-shadow: 0.7px 0.7px 6px black;
}

.bottone1 {
  background-color: rgba(0,0,0, 0.3);
  color: #90E0EF;
  width: 155px;
  height: 55px;

}

.bottone1:hover {
  background-color: #90E0EF;
  color: white;
  scale:1.07;
}

.bottone2 {
  background-color: rgba(0,0,0, 0.3);
  color: #48CAE4;
  width: 155px;
  height: 55px;

}

.bottone2:hover {
  background-color: #48CAE4;
  color: white;
  scale:1.07;
}

.bottone3 {
  background-color: rgba(0,0,0, 0.3);
  color: #00B4D8;
  width: 190px;
  height: 55px;
}

.bottone3:hover {
  background-color: #00B4D8;
  color: white;
  scale:1.07;

}

.bottone4 {
  background-color: rgba(0,0,0, 0.3);
  color: #0096C7;
  width: 165px;
  height: 55px;
}

.bottone4:hover {
  background-color: #0096C7;
  color: white;
  scale:1.07;

}

.bottone5 {
  background-color: rgba(0,0,0, 0.3);
  color: #0077B6;
  width: 170px;
  height: 55px;
}

.bottone5:hover {
  background-color: #0077B6;
  color: white;
  scale:1.07;
}

.bottone6{
    background-color: rgba(0,0,0, 0.3);
    color: #023E8A;
    width: 170px;
    height: 55px;
  }

.bottone6:hover {
    background-color: #023E8A;
    color: white;
    scale:1.07;
}

.bottone7{
    background-color: rgba(0,0,0, 0.3);
    color: #03045E;
    width: 170px;
    height: 55px;
  }

.bottone7:hover {
    background-color: #03045E;
    color: white;
    scale:1.07;
}

.menu {
  list-style-type: none;
  text-align: center;
  margin: 17px;
  padding: 0;
  align-items: center;
}

.menu li {
  display: inline-block;
  padding: 5px;
}
