@media print {

	body {
		background: white;
		color: black;
		margin: 0;
	}

	.main-navigation,
	.site-footer,
	.site-header,
	form,
	.site-home-header .clouds,
	.slider_nav,
	.button,
	.link,
	.site-page-header > svg {
		display: none;
	}

	img,
	picture {
		max-width: 50%;
		height: auto;
		display: block;
	}

	a {
		color: inherit;
		text-decoration: none;
	}
}
