#sticky-parallax-header {
	color: #fff;
	height: 100vh;
	width: 100%;
	background-image: url("rachel-jarboe-tZpmdFfU5gQ-unsplash.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-blend-mode: soft-light;

	display: grid;
	place-items: center;
	text-align: center;
	font-size: calc(4vw + 1em);
}

#content {
	padding-top: 1em;
	margin: 0 auto 0;
	width: 80vw;
	max-width: 60em;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

html {
	background: white;
	color: black;
}

* {
	box-sizing: border-box;
}
