body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

#home {
	width: 100%;
	height: 100%;
    background: url('images/nicoemanuelli.png') no-repeat 50% 40%;
    background-size: 100%;
}

h1, h2 {
	display: none;
}

@media screen and (min-device-width: 768px), screen and (orientation: landscape) {
	#home {
		background-size: 45%;
	}	
}

@media (prefers-color-scheme: dark) {
	body, html {
		height: 100%;
		color: #000;
		background-color: black;
		margin: 0;
		padding: 0;
	}
	#home {
		width: 100%;
		height: 100%;
		background-color: black;
		background: url('images/nicoemanuelli_d.png') no-repeat 50% 40%;
		background-size: 100%;
	}
	@media screen and (min-device-width: 768px), screen and (orientation: landscape) {
		#home {
			background-size: 45%;
		}	
	}
}