.presentation {
	background: rgba(0,0,0,0.4);
	background-size: 100%;
	position: absolute;
	top:5%;
	width: 100%;
	max-width: 100%;
	height: 45%;
	max-height: 45%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}

.presentation h1 {
	color: #ffffff;
	font-family: 'Raleway',sans-serif;
	font-size: 2em;
	font-weight: 800;
	line-height: 72px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.presentation h2 {
	color: #ffffff;
	font-family: 'Raleway',sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 36px;
	margin: 0 0 24px;
	text-align: center;
}

.presentation p {
	color: #f8f8f8;
	font-family: 'Raleway',sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 32px;
	margin: 1%;
	text-align: center;
}