.bi {
	vertical-align: -.4em;
	fill: currentColor;
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav {
	--bs-nav-link-hover-color: var(--bs-light);
}
.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.cscrollspy {
	--bs-nav-pills-link-active-bg: var(--bs-light);
	--bs-nav-pills-link-active-color: var(--bs-dark);
	--bs-nav-link-color: var(--bs-light);
}
.crpanel {
	--bs-nav-link-color: var(--bs-light);
}
.cwallpaper {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: var(--bs-secondary-color);
	-webkit-mask: url('/img/doodle.svg') center repeat;
	-webkit-mask-size: 630px auto;
	z-index: -1;
	background-image: var(--bs-gradient);
}
@keyframes slideDown {
	0% { max-height: 0px; overflow-y: hidden; }
	100% { max-height: 400px; overflow-y: hidden; }
}
.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
	animation-duration: 0.8s;
	animation-fill-mode: both;
}
.work-example {
	object-fit: cover;
	-webkit-mask-image: linear-gradient(black, transparent);
	mask-image: linear-gradient(black, transparent);
}

.feature-icon-small {
	width: 4rem;
	height: 4rem;
}
