/*BODY -----------------------------------------------------------------*/



body {
    background:transparent;
    padding: 0 20px 20px 20px;
    min-height:100%; 
    position:relative; 
    padding-bottom:60px; 

}

h1 {
    font-size:95px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 992px) {
  
h1 {
    font-size:65px;
}
    
}

@media (max-width: 500px) {
h1 {
font-size:35px;
}   
}


h2 {
    font-size:35px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 500px) {
h2 {
font-size:20px;
}
  
}

.top {
    margin-bottom: 40px;
}

hr {
    border-top: 1px solid #ffffff;
}

.logo {
    width:150px;
    display: inline-block;
    margin-right: 30px;
    float: left;
    bottom:20px;
    margin-left: 5px;
    
}

.logo:hover {
    opacity: 0.8;
}

@media (max-width: 500px) {
.logo {
width:135px;
float:left; 
}
  
}



.contenuto {
    display: table;
    width: 100%;
}

.footer {
    width: 100%;
    position: absolute;  
    right: 0px; 
    bottom: 60px; 
    padding-right: 30px;
       
}



.footer-social {
    float:right;
}

.footer-social li {
    display:inline-block;
    list-style: none;
}

.footer-social img {
    width:30px;
    display: inline;
    margin: 10px 0px 10px 10px;
}

.footer-social img:hover {
    opacity: 0.7;
}

#footer {
    margin-top:0;
    padding-left:0;
    padding-right:0;
    
}

@media (max-width: 500px) {
.footer-social img {
width:25px;
margin-left:15px;
margin-right:5px;    
}
  
}

@media (max-width: 500px) {
.footer-social {
display:block;    
float:left;
padding-top:20px;
padding-left:0;    
}
  
}

html {
    width:100%;
    height:100%;
background: #000000;
    background: url("../images/panorama.png") no-repeat bottom right;
    background-attachment: fixed;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}


#sfondo {
width: 100%; height: 100%; top: 0; left: 0;
background: url(images/panorama.png) no-repeat center top; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}