@charset "utf-8";

/* CSS Document */
ASIDE.controls
{
	display: none !important;
	visibility: hidden;
}
SECTION#firstSlide IMG
{
	width: 35%;
}
SECTION#firstSlide
{
	background-color: #000000;
}
HTML BODY DIV.reveal.cube.center
{
	background-color: #000000;
}
.present .pr1
{
	font-size: 0.9em;
}
.present .pr2
{
	font-size: 0.7em;
}
@media only screen and (max-width: 600px)
{
	.present .pr1
	{
		font-size: 1.5em;
	}
	.present .pr2
	{
		font-size: 1.3em;
	}
	SECTION#firstSlide IMG {
    width: 65%;
}
}