section {
	margin-bottom: 3vw;
}

h1 {
	font-family: var(--typeface-serif);
	font-size: 100px;
	font-weight: 600;
	line-height: 1.0;
	color: #230b4c;
	margin: auto;
}

h2 {
	font-family: var(--typeface-serif);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 10px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
}

h4 {
	font-weight: 600;
	margin-top: 36px;
	margin-bottom: 12px;
}

em {
	background-color: #F1C755;
	font-style: normal;
	font-weight: 600;
	padding: 0 3px 0 3px;
	margin: 0 -3px 0 -3px;
	border-radius: 3px;
}

p {
 	font-size: 24px;
	color: rgba(0,0,0,0.75);
}

p.large {
	font-size: 30px;
	line-height: 1.3;
}

p.left {
	max-width: 70%;
}

p.right {
	max-width: 70%;
	margin-left: auto;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

figure img, video {
	max-width: 100%;
	margin: auto;
}

figure.rounded img, video.rounded {
	border-radius: 12px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 0px 20px rgba(0, 0, 0, 0.1);
}

figure figcaption p {
	max-width: 60%;
	margin: 5px auto;
	text-align: center;
	font-size: 20px;
}

.userquote blockquote {
	font-family: var(--typeface-serif);
	font-size: 52px;
	font-style: italic;
	line-height: 1.2;
}

.userquote .quote-source {
	font-size: 20px;
	color: var(--text-dim);
	margin-top: 5px;
}

#features .intro.widthS {
	text-align: center;
	margin-top: 40px;
}

.feature-list.masonry {
	display: flex;
	flex-flow: column wrap;
	align-content: space-between;
}

.feature-list.masonry::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 1;
}

.feature-list.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.feature-list .intro, .feature-list .feature-item {
	width: 44%;
	margin-top: 150px;
}

.feature-list.grid .feature-item {
	margin-top: 100px;
}

.feature-list.masonry .intro, .feature-list.masonry .feature-item:nth-child(2n+1) {
	order: 1;
}

.feature-list.masonry .feature-item:nth-child(2n) {
	order: 2;
}

.feature-list .icon {
	width: 48px;
}

.feature-list .badge {
	font-size: 18px;
	font-weight: 500;
	background: rgba(0,0,0,0.08);
	color: rgba(0,0,0,1);
	padding: 3px 6px 2px 6px;
	border-radius: 4px;
	vertical-align: 2px;
	margin-left: 5px;
}

#intro {
	text-align: center;
	margin: auto;
}

#intro .intro-text {
	margin: 30px auto 5vw auto;
	max-width: 940px;
}

#intro .intro-text p {
	font-size: 32px;
	font-weight: 500;
	color: #230b4c;
}

#userstory {
	background: #271743;
	border-radius: 12px;
	padding: 80px 60px 80px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5vw;
	overflow: hidden;
	color: white;
	--text-bright: rgba(255,255,255,1);
	--text-dim: #A090BB;
	--text-highlight: #7C04C0;
}

#userstory .description {
	height: 100%;
	text-align: center;
	width: 480px;
	flex-shrink: 0;
}

#userstory .userquote {
	margin-bottom: 60px;
}

#userstory blockquote {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}

#userstory p {
	color: var(--text-dim);
	margin-bottom: 24px;
}

#userstory .button-rounded {
	background-color: rgba(255,255,255,0.1);
	color: var(--text-bright);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

#userstory figure {
	max-width: 1000px;
}

/* cut-off figure on right side on smaller screens */
@media only screen and (max-width: 1600px) {
	#userstory figure {
		margin-right: -300px;
	}
}

.our-thinking {
	margin-top: 4vw;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15), 0px 0px 30px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	font-family: var(--typeface-serif);
	background: #FFFBED;
	padding: 40px 80px 40px 80px;
}

.our-thinking h1 {
  font-size: 27px;
  font-weight: 400;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 80px;
}

.our-thinking h2 {
	margin: 60px 0 12px 0;
	font-size: 34px;
}

.our-thinking h3 {
	font-family: var(--typeface-sans);
	font-size: 24px;
}

.our-thinking p {
	color: #181714;
}

.our-thinking ul {
	list-style-type: disc;
}

.our-thinking li {
	list-style-position: inside;
	text-indent: -24px;
	margin-left: 24px;
	margin-bottom: 0;
}

.our-thinking table {
	margin: 50px 0 50px 0;
}

.our-thinking table tr th,
.our-thinking table tr td {
 	padding-left: 40px;
}

.our-thinking table tr th:first-child,
.our-thinking table tr td:first-child {
	padding-left: 0;
}

.our-thinking table tr th {
	font-family: var(--typeface-sans);
	font-weight: 600;
	text-align: left;
}

.our-thinking blockquote {
	padding-left: 24px;
	font-style: italic;
	margin: 24px 0 24px 0;
}

/* CSS FOR HOW PAGES */

.hero {
	width: 100%;
	height: 100%;
}

.hero img.hero-image {
	display: block;
	margin: auto;
	max-width: 800px;
	margin-bottom: -6vw;
	transform: rotate(-2deg)
}

/* Page-specific CSS */

.opencanvas .hero, .opencanvas .bg-accent {
	background: #586C67;
	color: rgba(255,255,255,1);
	--text-bright: rgba(255,255,255,1);
	--text-dim: rgba(255,255,255,0.7);
	--text-highlight: rgba(255,255,255,1);
}

.textvisual .bg-accent {
	background: #644952;
	color: rgba(255,255,255,1);
}

.textvisual #visualthinking {
	align-items: flex-end;
	margin-top: -100px;
}


@media only screen and (max-width: 860px) {
	nav.submenu {
		margin-bottom: 24px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	#intro .intro-text p {
		font-size: 24px;
	}
	.feature-list.masonry {
		height: auto !important;
		display: block;
	}
	.feature-list .intro, .feature-list .feature-item {
		width: 100%;
		max-width: 600px;
		margin-top: 100px;
	}
}