#story {
	position: relative;
	padding: 1em;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: semplicitapro, sans-serif;
	font-weight: 300;
	font-style: normal;
	/* font-family: eskorte-latin, serif;
	font-weight: 600;
	font-style: normal; */
	font-size: clamp(8px, 2vw, 40px);
}

#story::before {
	content: "";
	background-attachment: fixed;
	background-size: cover;
	z-index: -2;
}

#story::after {
	content: "";
	/* background: 
	linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%),
	linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%); */
	z-index: -1;
}

#story::before,
#story::after {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}

#story .content-row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

#keyFeatures,
#moreFeatures,
#story.section-header {
	width: 100%;
}

/* #story h2 {
	font-size: 1.5em;
	letter-spacing: .1em;
} */

.feature-text-col {
	letter-spacing: .05em;
}

.feature-text-col h2 {
	text-align: left;
}

#story ul li::before {
	content: "• ";
}

#story li {
	margin-bottom: 0.5em;
}

#story .text-block {
	background-color: #0D0E56;
	padding: clamp(50px, 5vw, 100px);
	/* padding: 2em; */
	max-width: 100%;
	border: 5px solid #05FDFD;
	z-index: -1;
	position: relative;
}

.storyrow {
	margin-top: 150px;
	margin-bottom: 5%;
}

.content-row.keyfeatures {
	margin-bottom: 150px;
}

.textbox-header {
	font-family: ivypresto-display, serif;
    font-weight: 300;
    font-style: normal;
	color: #05FDFD;
	font-size: clamp(25px, 5vw, 125px);
	position: relative;
	z-index: 1;
	top: 0px;
}

.textbox-header::after {
	content: attr(data-text);
	color: #0D0E56;
	width: 100%;
	height: 150%;
	position: absolute;
	top: 1px;
	left: 2px;
	z-index: -1;
}

.textbox-header.story::before {
	content: url('../media/img/story-bg.svg');
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
}
.textbox-header.keyfeatures::before {
	content: url('../media/img/features-bg.svg');
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
}

.storytextblock {
	/* width: 900px; */
	/* margin-left: auto; */
	max-width: 900px;
	margin: 0 auto;
	grid-column: 5 / 11;
	grid-row: 1;
}

/* .keyfeatures {
	margin-bottom: 100px;
} */

.keyfeaturesblock {
	/* width: 900px;
	margin-right: auto; */
	grid-column: 1 / 8;
	grid-row: 1;
}

.keyfeaturesimg {
	margin-top: 150px;
}


#keyFeatures {
	flex-wrap: nowrap;
}

#keyfeatures .content-row {
	justify-content: space-between;
}

.feature-img-col.left-col {
	grid-column: 2 / 5;
	grid-row: 1;
	z-index: 1;
}

.feature-img-col.right-col {
	grid-column: 8 / 13;
	grid-row: 1;
}

.feature-img {
	/* box-shadow: 0px 0px 10px 3px #fff; */
	max-width: 100%;
}

#keyFeatureImg {
	background: url('../media/img/features/img_keyfeature.jpg');
	background-position: bottom center;
	width: 100%;
	height: 100%;
}

#moreFeatures {
	display: flex;
	flex-wrap: wrap;
}

#moreFeatures .text-block {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#moreFeatures .left-col,
#moreFeatures .right-col {
	width: auto;
	margin-left: 1em;
	margin-right: 1em;
}

#moreFeatures .left-col {
	order: 0;
}

#moreFeatures .right-col {
	order: 1;
}

/* .feature-img-col {
	position:absolute;
	top: 0;
} */


@media screen and (max-width: 768px) {
	

.feature-img-col.left-col {
    grid-column: 2 / 5;
}
	#story .wrapper {
		padding: 0em;
	}

	#story .text-block {
		padding: 1em;
	}

	#keyFeatures .left-col,
	#keyFeatures .right-col {
		width: 100%;
		margin: 0;
	}

	#keyFeatures .feature-img-col {
		/* height: 500px; */
		margin-bottom: 1em;
		order: -1;
	}
	
	#moreFeatures .text-block {
		flex-wrap: wrap;
		justify-content: center;
	}

	#moreFeatures .left-col, #moreFeatures .right-col {
		margin-left: 0;
		margin-right: 0;
	}

	#moreFeatures .right-col {
		order: 0;
	}

	.feature-img-col {
		flex-shrink: 1;
		width: 100%
	}

	#story,
	.feature-text-col h2 {
		text-align: center;
	}

	.feature-text-col h2 {
		padding-top: 1em;
	}
}
