/* Reveal */
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

.reveal-copyright {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
[data-whatinput='mouse'] .reveal-copyright {
	outline: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal-copyright {
		min-height: 0;
	}
	.reveal-copyright > :last-child {
		margin-bottom: 0;
	}
	.reveal-copyright {
		width: 600px;
		max-width: 75rem;
}
@media screen and (max-width: 39.9375em) {
	.reveal-copyright {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}
