		.roundedTen {
			border-radius: 10px;
		}		
		
		
/* Image Hover */
.img-hover-block {
	z-index: 0;
}

.img-hover-block span {
	position: relative;
	color: var(--cnvs-contrast-1000);
}

.img-hover-block small {
	position: absolute;
	font-size: 26%;
	font-weight: normal;
	top: 5px;
	right: 5px;
	color: var(--cnvs-themecolor);
}

.img-hover-block:hover span {
	mix-blend-mode: difference;
	z-index: 2;
}

body:not(.dark) .img-hover-block:hover span {
	color: var(--cnvs-contrast-0);
}

.hover-reveal {
	position: fixed;
	width: 220px;
	height: 280px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__inner {
	overflow: hidden;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 4px;
}

.portfolio-desc h3 {
	font-size: 1.5rem;
}

.grid-filter li a {
	font-family: monospace;
	font-weight: normal !important;
	--cnvs-grid-filter-item-font-size: 1rem;
}

.grid-filter li:not(.activeFilter):not(:hover) a {
	color: var(--cnvs-contrast-400);
}
		
.darken {
  filter: brightness(0.3);
}