.prefa {
	background: url("../img/prefa.jpg") center;
	background-size: cover;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;

	@media (min-width: 768px) {
		margin: 20px;
	}

	@media (min-width: 1200px) {
		height: 850px;
	}
}

.prefa-page {
	opacity: 1 !important;
}

.prefa h1 {
	margin: 0 !important;
	animation: none !important;
	z-index: 1;
	text-transform: uppercase;
	font-size: 3.5em;
	font-weight: 700;
}

.prefa .prefa-logo {
	position: absolute;
	top: 75px;
	left: auto;
	right: auto;
	margin: auto;
	width: 250px;

	@media (min-width: 768px) {
		top: 50px;
	}
}

.prefa .prefa-dark {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 0;
}

.prefa p {
	color: #ccc;
	letter-spacing: 2px;
	font-weight: 500;
	z-index: 1;
	font-size: 1.5em;
	margin-bottom: 20px;
}

.prefa .prefa-btn {
	background-color: #d82323;
	padding: 10px 30px;
	font-size: 1.5em;
	color: white;
	z-index: 1;
	margin-top: 40px;
	text-decoration: none;
	transition: all .2s ease-in-out;

	&:hover {
		background-color: #a00;
	}
}

.prefa-section {
	text-align: center;
	margin-top: 50px;
}

.prefa-section h2 {
	font-size: 4em;
	font-weight: 700;
	color: #d82323;
	margin-bottom: 40px;
}

.prefa-section p {
	font-size: 1.5em;
	margin-bottom: 50px;
}

.prefa-section .prefa-btn {
	background-color: white;
	color: #555;
	padding: 15px 40px;
	border: 1px solid #555;
	font-size: 1.2em;
	text-decoration: none;
	transition: all .2s ease-in-out;

	&:hover {
		border-color: black;
		color: black;
	}
}
