/* Logo */
.reveal h3::before {
	content: '';
	position: fixed;
	top: 20px;
	left: 5px;
	width: 120px;
	height: 60px;
	background: url('./assets/irf_logo_white_trans.png') no-repeat center center;
	background-size: contain;
	z-index: 1000;
}

/* Horizontal line */
.reveal h3 {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 35px;
	text-transform: none;
}
.reveal h3::after {
	content: '';
	position: fixed;
	top: 90px;
	left: 20px;
	width: 100%;
	height: 1px;
	background: #666;
	z-index: 999;
}
