svg {
	pointer-events: none;
}

/* Demo 1 */
.demo-drawings figcaption {
	margin: 0 auto 0 auto;
	max-width: 40em;
	width: 95%;
	text-align: center;
}

.demo-drawings figure:first-child figcaption {
	margin-top: 8em;
}

.demo-drawings figcaption h2 {
	font-weight: 300;
	font-size: 3em;
	margin-bottom: 0.2em;
}

.demo-drawings figcaption p {
	font-size: 1.3em;
}

.drawings {
	position: fixed;
	min-width: 100%;
	top: 25%;
	z-index: 1000;
}

.illustration {
	position: fixed;
	top: 25%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	z-index: 1000;
	margin-left: -220px;
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing, .illustration {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 2;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}

@media screen and (max-width: 35.375em) {
	.demo-loading .headline h1 {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 30em) {
	.related {
		font-size: 0.8em;
	}
}