

/* Re-written */

	html {
		background-color: #313a3d;
		background-attachment: fixed,						fixed;
		background-image: url("images/overlay.png"), url("../../images/conferenze/conferenze1.jpg");
		background-position: top left,					top center;
		background-repeat: repeat,						no-repeat;
		background-size: auto,						cover;
	}

	@media screen and (max-width: 736px) {
		.title{
			font-size: 2em;
		}
	}