/* Project description
======================================== */
#project-description{
	padding: var(--m-top) var(--page-sides) var(--page-bottom);
	display: flex;
	flex-wrap: wrap;
}
#project-description:not(:last-child),
#project-description > div{
	z-index: 2;
}

/* Gradient */
#project-description::before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: var(--height-header);
	background: linear-gradient(var(--color-bg) var(--height-gradient), transparent);
	z-index: 3;
}
/* #project-description::before,
#project-description:not(:last-child)::after{
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}
#project-description::before{	
	top: 0;
	height: var(--height-header);
	background: linear-gradient(var(--color-bg) var(--height-gradient), transparent);
}
#project-description:not(:last-child)::after{
	bottom: 0;
	height: var(--height-footer);
	background: linear-gradient(transparent, var(--color-bg) var(--rows-gap));
} */

/* Background */
#project-description:not(:last-child)::after{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-bg);
	z-index: 1;
}
