<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("common.css");
@import url("top.css");
@import url("menu.css");
@import url("intro.css");
@import url("video.css");
@import url("scopri.css");
@import url("bottone.css");
@import url("archivio_hover.css");
@import url("footer.css");

.headerLine{
    background: url('../images/background/sfondo_archivio.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro h3{
    font-size:35px;
    margin-bottom: 25px;
}

@media(min-width:768px){
    .intro h3{
	font-size:45px;
    }
}

@media(max-width:767px){

    .lineBlack:before{
	border-top:75px solid white;
	border-right:0;
    }
    .lineBlack.box_footer .downLine{
	margin-top: 80px;
    }
}</pre></body></html>