<p>

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

body {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

body, html {
  padding: 0;
  margin: 0;
}

.titoli {
  text-align: center;
  font-size: 25px;
  word-spacing: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.titoli a {
  color: black;
}

hr {
  width: 50%;
}

i {
  padding: 5px;
}

.hero {
  background-image: url('img/foto1.png');
  background-size: cover;
  background-position: center;
  color: white;
  height: 85vh
}

.hero .overlay {
  background-color: #000000A0;
  opacity: 0.6;
}

.hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.hero p {
  width: 50%;
  font-size: 16px;
  line-height: 26px;
}

.services {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid white;
  margin-left: 15px;
  color: white;
}

img {
  width: 100%;
}

.sl {
  position: absolute;
  left: 730px;
  top: 100px;
  font-size: 30px;
  font-weight: lighter;
}

.testo1 {
  position: absolute;
  left: 100px;
  font-size: 15px;
  top: 400px;
  right: 1450px;
  line-height: 25px;
}

.img {
  position: absolute;
  float: center;
  top: 100px;
  width: 300px;
  left: 70px;
  padding: 15px;
}

.testo2 {
  position: absolute;
  font-size: 15px;
  left: 600px;
  top: 400px;
  right: 950px;
  line-height: 25px;
}

.img2 {
  position: absolute;
  float: center;
  top: 100px;
  width: 300px;
  left: 600px;
  padding: 15px;
}

.testo3 {
  position: absolute;
  left: 1100px;
  font-size: 15px;
  top: 400px;
  right: 450px;
  line-height: 25px;
}

.img3 {
  position: absolute;
  left: 1100px;
  top: 100px;
  width: 300px;
  float: center;
  padding: 15px;
}

.testo4 {
  position: absolute;
  left: 1550px;
  font-size: 15px;
  top: 400px;
  right: 50px;
  line-height: 25px;
}

.img4 {
  position: absolute;
  left: 1550px;
  width: 300px;
  top: 100px;
  float: center;
  padding: 15px;
}

.img5 {
  position: absolute;
  width: 475px;
  top: 250px;
  right: 600px;
}

.fonte {
  font-size: 30px;
  top: 750px;
  left: 300px;
  text-align: center;
  position: absolute;
}

.contatti {
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
}

.linktel a {
  color: black;
  font-size: 18px;
  font-weight: lighter;
  border-bottom: 2px solid black;
}

.linkemail a {
  color: black;
  font-size: 18px;
  font-weight: lighter;
  border-bottom: 2px solid black;
}

.linktel {
  padding: 20px;
}

.linkemail {
  padding: 20px;
}

.big {
  position: absolute;
  top: 350px;
  left: 500px;
}

.chiusura {
  font-size: 30px;
  position: absolute;
  top: 160px;
  color: white;
  left: 710px;
}

footer {
  background: #3f3f46;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footermenu a {
  color: white;
  margin: 0 15px;
  font-size: 14px;
}

.informazioni {
  color: white;
  font-size: 15px;
}
