@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@200;400&display=swap');
body {
    
    scroll-behavior: smooth;
}

* {
    scroll-behavior: smooth;
}

video:focus {outline:0;}
 #logoelaborato {
		position:relative; 
		top: -56px;
		height: 100px;
	}

body #layout-content{
	margin-top: 78px;
	}

blockquote {
 	position:relative; 
 	top: -30px;
 }
	
@media screen and (min-width: 992px) {
	 body #layout-content{
	margin-top: initial;
	}
	 
	#logoelaborato {
		position:relative; 
		top: -100px;
		height: auto;
	}
	
	blockquote {
	 	position:relative; 
	 	top: -70px;
	 }
}