html {
	font-family: 'Chivo', sans-serif;
}

body {
	margin: 0px;
}

#impact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#bg_processing {
	position: absolute;
	top: 0px;
	left: 0px;
}

#impact > div:nth-child(1) {
	font-size: calc(6vw);
	text-align: center;
	position: absolute;
	z-index: 1;
}

#impact > div > h1:nth-child(1) {
	font-size: calc(6vw);
	margin-bottom: 0px;

}

#impact > div > h1:nth-child(2) {
	font-size: calc(3vw);
	font-weight: 300;
	margin-top: 10px;
}

.title {
	font-weight: bold;
	display: block;
	font-size: 30px;
	transform: translateY(0%);
	color: white;
	margin-left: 5%;
	transition: 0.5s ease-in-out;
}

.body {
	display: block;
}

.thumb {
	max-width: 100%;
}

.projects {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.proj_container {
	width: 50%;
	/* margin: 10px; */
	align-self: baseline;
}

.proj_container:hover {
	cursor: pointer;
}

.proj_container:hover > .block > .title {
	transform: translateY(-110%);
}

.proj_container > img {
	width: 100%;
}

.close {
	display: none;
}

.close:hover {
	cursor: pointer;
}

.big {
	display: none;
}

.full > .block {
	width: 190%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

.full > .block > .big {
	/* margin-top: -100%; */
	display: table;
	float: left;
	width: 30%;
	/* height: 100%; */
	float: left;
}

.full {
	width: 100%;
	position: fixed;
	margin: 0px;
	top: 0;
	background: red;
	height: 100%;
	overflow: scroll;
}

.full:hover {
	/* cursor: default; */
}

.full > .close {
	color: white;
	display: block;
	position: fixed;
	font-size: 100px;
	margin-left: 20px;
}

.full > .thumb {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sep {
	height: 100vh;
}