.project-rectangles {
	/* color: red; */
	/* TODO : change column count based off @media (min-width)  */
	/* column-count: 2; */
	column-gap: 1.25rem;
	column-count: auto;
	column-width: 20em;
	
	text-align: left;
	box-sizing: border-box;
	flex-shrink: 0 !important;
	max-width: 80vw;
	font-size: 0.9rem;
}

.project-unit {
	border-radius: 25px;
	/* border: 1px solid var(--c-border); */

	background-color: var(--c-bg-even-lighter);
	display: inline-block;
	/* background-clip: border-box; */
	word-wrap: break-word;
	flex-direction: column;
	min-width: 10em;
	position: relative;

	margin-bottom: 1em;
	min-width: 100%;
}

.project-tag {
	color: var(--c-fg-tertiary-light);
	/* color: #cb55a1; */
	font-size: 0.7rem;
	text-align: center !important;
	display: inline-block;

	border: 1px solid;
	/* border-color: #cb55a1; */
	/* border-color: #55cb86; */
	border-radius: 25px;

	/* padding: 5px; */
	padding-left: 0.55em;
	padding-right: 0.55em;
	padding-bottom: 0.10em;
	padding-top: 0.10em;
	margin-left: 0.2rem;

	margin-bottom: 0.1em;
	/* line-height: 1.55; */
}

.project-image {
	/* max-width: 300px; */
	max-width: 100%;
	max-height: 20em;

	/* border */
	border-style: none;
	border-radius: 25px 25px 0 0;
	border-style: none;
	/*  */

	/* Center images that don't take up max width */
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*  */
}

.project-body {
	min-height: 10px;
	padding: 1.25rem;
	flex: 1 1 auto;
}

.project-title {
	margin-bottom: .75rem;
	font-weight: 500;
	font-size: 1.25rem;
	/* color: var(--c-fg-tertiary); */
	color: var(--c-fg-tertiary-light);
	text-align: center;
}

.project-description {
	color: var(--c-fg);
	margin-top: 0;
	margin-bottom: 1rem;
}

.project-tags { 
	/* vertical-align: middle; */
}
