.reveal {
	background-repeat: no-repeat;
	background-size: cover;
}

.reveal .slides {
	margin: 0;
}

.reveal .slides > section
/* .reveal .slides > section > section */
{
	/* width: 96% !important; */
	margin: 2vh;
    padding: 0;
	/* border: 3px solid red; */
}

.reveal .author,
.reveal .agenda {
	position: absolute;
	bottom: 2em;
	font-size: 0.6em;
}

.reveal .song {
	left: 0;
	font-size: 0.6em;
	/* border: 3px solid orange; */
}

.reveal .agenda {
	right: 2em;
	text-align: right;
	color: white;
	/* font-weight: bold; */
	/* border: 3px solid blue; */
}

.reveal .pause-overlay {
	/* transition: all 0.01s ease; */
	transition: all 0.01s linear;
}

.reveal .toc {
	font-size: 30px;
}
