.parallax {
	line-height:27px;
	font-size:15px;
	margin-bottom:30px;
	margin-top: 37px;
	color:#fff;
	text-align: center;
}
.parallax>div.link {
	cursor:pointer
}
.parallax>div {
	position:relative;
	padding: 5.1% 0 6.3%;
	color:#fff;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}
.parallax p {
	position:relative;
	display:block;
}
.parallax h2 {
	font-size: 85px;
	line-height: 80px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 7px;
	text-transform: uppercase;
}
.parallax h2 span {
	font-size: 26px; 
	line-height: 46px;
	font-weight: 300;
	display: block;
	letter-spacing: 2px;
}
.parallax a {
	margin-top: 11px;
	display: inline-block;
	transition: ease .5s all;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 44px;
	background: #2196f3;
}
.parallax a:hover {
	background: #fff;
	color: #2196f3;
}

.top .parallax > div {
	padding: 15.2% 0px 17.3%;;
}
.top .parallax {
	margin-top: -124px !important;
}

@media (max-width: 991px) {
	.top .parallax {
		margin-top: -151px !important;
	}
}

@media (max-width: 767px) {
	.parallax h2 {
		font-size: 66px;
		line-height: 66px;
	}
	.parallax h2 span {
		font-size: 20px; 
		line-height: 30px;
	}
	.top .parallax > div {
		padding-top: 24.2%;
	}
}
@media (max-width: 636px) {
	.parallax h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.parallax h2 span {
		font-size: 16px; 
		line-height: 22px;
	}
	.top .parallax > div {
		padding-top: 34.2%;
	}
}
@media (max-width: 399px) {
	.parallax h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.parallax h2 span {
		font-size: 13px; 
		line-height: 18px;
	}
	.top .parallax > div {
		padding-top: 46.2%;
	}
}
