/* PAGE: 404
-------------------------------------------- */

.vlt-page--404 {
	display: flex;
	align-items: center;
	padding: px2rem(210px) 0 px2rem(130px);
	text-align: center;

	h1.vlt-heading {
		margin-bottom: px2rem(20px);
	}

	h3.vlt-heading {
		margin-bottom: px2rem(10px);
	}

	p {
		margin-bottom: px2rem(40px);
	}

}

// fix 404 spacement
.vlt-is--footer,
.vlt-is--footer-,
.vlt-is--footer-0 {

	.vlt-page--404 {
		min-height: 100vh;
	}

}