#overview .link-overview,
#touch-bar .link-touch-bar,
#force-touch .link-force-touch,
#distribution .link-distribution {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

.router-wrapper {
	background-color: #fafafa;
}

.router h4 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.router:hover h4 {
  color: #08c;
}

@media all and (max-width: 767px) {
	.col-50.divider-left {
		border-left:none;
	}

	.router .text-center {
		text-align: center;
	}

	.router .router-copy h4 small {
		display: block;
	}

}

.inline-headline {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	display: inline;
}

.inline-headline + p {
	display: inline;
}

.inline-headline + p + * {
	margin-top: 1em;
}

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
	/* Blur Navigation Bar */

	#ac-localnav.ac-localnav-scrim .ac-ln-background {
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px)
	}
}

img {
	margin-bottom: 1em;
}
