section#top {
	height: 100vh;
	/* background: url(../images/sauces-row.png) no-repeat bottom right; */
	display: flex;
	justify-content: center;
	align-items: center;
}

#landing::before {
	content: "";
	background: url(../images/sauces-row.png) no-repeat center right;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 1rem;
	bottom: 0px;
	width: 40%;
}

section .container {
	position: relative;
}

.sub-content .wrapper {
	flex: 1;
	width: 55%;
	left: 0;
	position: absolute;
	margin-top: 0;
}

main {
	margin-bottom: 0 !important;
}

p {
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 1024px) {
	section#top {
		display: block;
		height: auto;
	}

	#landing {
		height: 100%;
	}

	#landing::before {
		margin-top: 8rem;
		display: none;
	}

	.sub-content .wrapper {
		top: var(--header-height);
		width: 98%;
		position: absolute;
		z-index: 1;
		padding: 1rem;
		border-radius: 1rem;
		margin: 1rem;
		box-sizing: border-box;
	}

	.column.list {
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 640px) {
	#landing {
		padding: 0 1rem;
	}

	.sub-content .wrapper {
		position: static;
		height: 90%;
		width: 100%;
		margin: 1rem 0;
	}
}
