#help {
  max-width: 70%;
  position: absolute;
  left: 50%;
  top: calc(var(--nav-bar_height));
  transform: translate(-50%, 50%);

	font-variant: small-caps;
	font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-size: calc((var(--product_height) - var(--product_height) / 3) / 3.5);
  line-height: calc((var(--product_height) - var(--product_height) / 3) / 3);
  color: #333;
}

#welcome {
	width: 50vw;
	height: calc(90vh - var(--nav-bar_height));

	border-radius: var(--border-radius);
	border: 2px solid var(--primColor);

	position: absolute;
	left: 50%;
	top: calc(5vh + var(--nav-bar_height));
	transform: translate(-50%, 0);
}

#welcome > span {
	display: block;

	margin: calc((1vh + 1vw) / 2);

	text-align: center;
	font-size: calc(40vw * 0.03);

}

.slideshow {
	width: 90%;
	height: 70%;
	margin: 5vh 0 5vh 0;

	background: rgba(192, 57, 43, 0.8);

	border-radius: var(--border-radius);
	border: 2px solid var(--primColor);

	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.slideshow > .slide {
	width: 90%;
	height: 90%;

	background-image: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
