@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500');

* {font-family: 'Montserrat', sans-serif;text-align: center;color: white;text-decoration: none;}
a, a:link, a:visited, a:hover {text-decoration: none;}
html,body {min-height: 100%;}
body {background-image: url(img/Background.jpg);background-repeat: no-repeat;background-position: center top; background-size: cover;}

#logo {display:block;margin: 80px auto;}

.linea {width:100%;height: 3px;background-color: #c39900;max-width: 520px;display: block; margin-left: auto;margin-right: auto;margin-top: 20px;margin-bottom: 20px;}

h1 {font-weight: 300;color:white;font-size: 40px;}

#testo, #testo a {font-size: 20px;font-weight: 300;color: #fff;margin-top: 30px;}

@media (max-width: 768px) {
    #logo {margin: 20px auto;}
    h1 {font-size: 28px;}
    #logo {margin: 40px auto; max-width: 240px;}
    #testo, #testo a {font-size: 18px;}
}