
body{
	color: black;
	-webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-bottom: 15px;
    font-family: 'Pacifico', sans-serif;
    font-weight: 400;
}

p {
	font-size: 16px;
	line-height: 18px;
}

header, footer, nav, aside {
  display: none;
}

.section-single-video .section-player {
	display: none;
}

.section-single-video .section-info {
	display: none;
}
		
.section--products, .section--recipes{
	display: none;
}

.section--products, .section-tags{
	display: none;
}				

.section--content .section__content .content {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

.section--content .section__content .content img {
	display: none;
}

.section__features {
	display: flex;
	justify-content: center;
	text-align: center;
}

.section__features .article--feature img {
	width: 120px;
}