body {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	color: #121212;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
}

p {
	font-size: 1.15em;
	line-height: 1.6em;
	font-weight: 300;
	margin-top: 0px;
}

h2 {
	font-weight: 600;
	font-size: 2.75em;
	letter-spacing: 0.01em;
}

h3 {
	font-size: 2em;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
}

h4 .small {
	font-size: 0.8em;
	margin-bottom: 0px;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.fixed {
	background-color: #121212;
	height: 40px;
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.navigation {
	display: flex;
	color: #ffffff;
}

.navigation a {
	color: #ffffff;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin: 12px;
}

.navigation a:hover {
	color: #d3d3d3;
}

.navigation img {
	max-width: 12px;
	margin: 5px;
}

.hero {
	height: 80vh;
	margin-top: 0px;
	background-image: url(assets/thumbnail-typeform.jpg);
	background-size: cover;
	background-position: top center;
}

.hero2 {
	height: 80vh;
	margin-top: 0px;
	background-image: url(assets/Logic-hero.jpg);
	background-size: cover;
	background-position: top center;
}

.hero3 {
	height: 80vh;
	margin-top: 0px;
	background-image: url(assets/thumbnail-forms2.jpg);
	background-size: cover;
	background-position: top center;
}

.intro {
	margin-top: 100px;
}

.wrapper {
	max-width: 960px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	z-index: 1;
}

.full img {
	max-width: 100%;
}

section {
	margin-top: 150px;
}

.info {
	width: 60%;
}

.info p {
	font-size: 1.4em;
}

.impact {
	margin-top: 100px;
}

p.big {
	font-size: 4em;
	font-weight: 700;
	margin: 0px;
}

p.bold {
	font-weight: 700;
	margin-top: 0px;
}

p.team {
	line-height: 2em;
	color: #828282;
}

.impact p.small {
	font-size: 0.9em;
}

p.result {
	font-size: 0.9em;
	float: left;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}

.row img {
	width: 100%;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 10px;
}

.row video {
	width: 100%;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 4px;
}

.arrows {
	list-style: none;
	width: 100%;
	line-height: 1.6em;
	font-size: 1.15em;
	font-weight: 300;
	padding-inline-start: 0px;
}

.arrows a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: 600;
	color: #121212;
}

.arrows li {
	background: url(assets/arrow-right-black.png) 0 0.45em no-repeat;
	background-size: 0.8em 0.8em;
	transition: background-position 0.4s;
	padding: 0 0 10px 32px;
}

.arrows li:hover {
	background-position-x: 0.6em;
}

.impact .row,
.results .row {
	padding-bottom: 50px;
	border-bottom: 1px solid #c4c4c4;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	padding-right: 20px;
}

.double-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 2;
}

.legend {
	display: flex;
	max-width: 120px;
	flex-direction: row;
	align-items: center;
	margin-right: 50px;
}

.legend img {
	max-width: 35px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 0px;
}

.legend p {
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 0px;
}

@media screen and (min-width: 920px) {
	.container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 4rem;
		max-width: 960px;
		margin: 0 auto;
	}

	.header {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column: span 3;
	}

	.logo {
		display: flex;
		justify-content: start;
		align-items: center;
		grid-column: span 2;
	}

	nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		grid-column: span 1;
	}

	.content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column: span 3;
		grid-template-rows: 1fr 4fr 4fr 4fr;
		row-gap: 5rem;
	}

	.quote {
		grid-column: 3/4;
	}

	.project {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column: span 3;
		position: relative;
	}

	.image {
		grid-column: span 2;
		position: relative;
		overflow: hidden;
		margin-right: 3rem;
		border: #121212 4px solid;
		border-radius: 8px;
		box-shadow: #121212 5px 5px;
	}
}

.logo p {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0px;
}

.logo img {
	max-width: 32px;
	margin-right: 12px;
}

nav a {
	text-decoration: none;
	color: #121212;
	font-weight: 500;
	transition: color 0.3s;
}

a:hover {
	color: purple;
}

nav img {
	max-width: 10px;
	margin-left: 10px;
}

.quote p {
	font-size: 1.3em;
	line-height: 1.6em;
}

.image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text {
	grid-column: span 1;
	align-self: center;
}

.text h2 {
	font-size: 2.6em;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 50px;
}

.text p {
	font-size: 1.1em;
	line-height: 1.6em;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-column: span 3;
	height: 100px;
	margin-top: 100px;
	border-top: 1px solid #c4c4c4;
}

.footer p {
	font-size: 0.8em;
}

@media screen and (max-width: 919px) {
	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo {
		display: flex;
		align-items: center;
	}

	nav a {
		margin-left: 24px;
	}

	.content {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 4fr 4fr 4fr;
		row-gap: 5rem;
		margin-top: 30px;
	}

	.quote {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.quote p {
		text-align: center;
	}

	.project {
		display: grid;
		grid-template-columns: 1fr;
		grid-column: span 3;
		position: relative;
	}

	.image {
		position: relative;
		overflow: hidden;
		margin-right: 0px;
		border: #121212 4px solid;
		border-radius: 4px;
		box-shadow: #121212 5px 5px;
		height: 450px;
	}

	.image img {
		position: absolute;
		width: 100%;
		object-fit: cover;
	}

	.text h2 {
		margin-bottom: 20px;
	}

	.text p {
		max-width: 350px;
	}

	.button {
		display: none;
	}

	.legend {
		display: flex;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		width: 100%;
	}

	.legend {
		margin-right: 20px;
	}
}

@media screen and (max-width: 600px) {
	section {
		margin-top: 100px;
	}

	.content {
		row-gap: 3rem;
		margin-top: 40px;
	}

	.project {
		row-gap: 0.2rem;
	}

	nav a {
		margin-left: 0px;
	}

	nav a:first-child {
		display: none;
	}

	.image {
		max-height: 290px;
	}

	.text h2 {
		font-size: 2.2em;
		margin-top: 30px;
		line-height: 1.2em;
	}

	.double-column {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}

	.info {
		width: 100%;
	}

	.column {
		flex-basis: 100%;
		flex: 100%;
		padding-right: 0px;
	}

	.hero,
	.hero2,
	.hero3 {
		background-size: cover;
		background-position: top 40px center;
		min-height: 260;
		height: 0;
	}
}
