/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */

html, body {
	scroll-padding-top: 220px;
}

@media screen and (max-width: 600px) {
	html, body {
		scroll-padding-top: 50px;
	}
	.wp-block-image.aligncenter.size-large {
		display: none;
	}
}