
.no_desk{
  display: none;
}
body{
  font-size: 1vw;
}

.intro{
  width: 100%;
  height: 100vh;
  background-image: url(./images/sfondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content_intro{
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.content_intro h1{
  font-size: 350%;
  font-weight: bold;
  color: #222;
}

.content_intro h2{
  font-size: 200%;
  font-weight: bold;
  color: #222;
  margin-top: 4vh;
}

.content_intro p{
  font-size: 150%;
line-height: 1.2;
color: #222;
margin-top: 2vh;

}
.content_intro a{
  font-size: 100%;
line-height: 1.6;
text-decoration:none:
color:#2C4F2F !important;
}

.content_intro a:hover{
text-decoration:underline;
color:#2C4F2F !important;
}
