body, html {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

.intro {
    background-image: url('../img/clouds2.jpg') ;
    height: 750px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}



.text img {
    margin-bottom: 30px;
}

.text h1 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
}

.text > h1 > span {
    font-size: 35px;
    line-height: 45px;
    border-bottom: 15px solid #fff;
    margin: 0;
}

.text h2 {
    color: #fff;
    margin-top: 50px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;

}

.text p {
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 300;
}

.contattaci {
    margin: 45px 0px;

}

.contattaci a {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 5px #fff solid;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
}

.button {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    padding: 8px 10px;
    border: 5px #000 solid;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    border-radius: 0px;
    margin-top: 20px;
}


label {
    font-size: 18px;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;

}

footer p {
    font-size: 10px;
}

footer p a{
    font-size: 10px;
    text-decoration: none;
    color: black;
}

@media (min-width: 768px) {
   .text h1 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
    margin: 0;
} 
    .text > h1 > span {
    font-size: 100px;
    line-height: 100px;
    border-bottom: 15px solid #fff;
    margin: 0;
}
}

@media (min-width: 1200px) {
   .text img {
       width: 80%;
       height: auto;
   }
}