/**
 * Keep landing layout isolated from theme global/header/footer styles.
 */
body.landing-page {
	background-color: #000;
	margin: 0;
}

body.landing-page #landing-page.landing {
	isolation: isolate;
}

body.landing-page #site-wrapper,
body.landing-page .home-header,
body.landing-page #footer.footer {
	display: none !important;
}
