body {
	margin: 0;
	padding: 0;
}

#img_sfondo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	margin: 0;
	padding: 0;
	padding-top: 1.5em;
	z-index: 5;
}

.none {
	display: none;
}

#paolo {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	z-index: 10;
}

#car {
	transition-duration: 300ms;
	font-family: 'Roboto_Thin';
	cursor: pointer;
	margin: 0;
	font-weight: bold;
	z-index: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.esc {
	color: white;
	font-size: 250%;
	z-index: 10;
	position: fixed;
	top: 2%;
	right: 4%;
}

.esc:hover {
	color: red;
}

.navsx {
	color: white;
	position: fixed;
	bottom: 5%;
	left: 35%;
	font-size: 250%;
	padding: 0;
	z-index: 10;
}

.navdx {
	color: white;
	position: fixed;
	bottom: 5%;
	font-size: 250%;
	right: 35%;
	padding: 0;
	z-index: 10;
}

#car:hover {
	transform: scale(1.5);
}

.btn_view{
	width: 40px;
}