*{
	margin: 0px;
	padding: 0px;
}

.box{
	width: 100%;
	background-color: gray;
}

.box2{
	width: 100%;
	height: 400px;
	background-image: url(background/future.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.box3{
	width: 100%;
	background-color: #B3DDD2;
}

.blr {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
}

.blr h2{
	text-align: center;
	margin-top: 180px;
	color: #FFF;
	font-family: aharoni;
}