body, html {
	height: 100%;
	background-color: #FFF;
}

.parallax {
	background-image: url("../img/dice-party-wo.png");
	
	height: 100%;
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section { 
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-shadow: 0 0 5px #000;
}

.section.overlay {
	background-image: url("../img/dice-party.png");
}

img {
	display: block;
}