/**
* Fancy Scroll
*
* @version	0.2
* @author	Jasal Vadgama - http://blacklabelcreative.com/
* @license	GPL v3
**/

.section {
	position: relative;
	height: 400px;
	background-attachment: fixed;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 1.4em;
	overflow: hidden;
}
h1.header {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 6;
	margin-bottom: 15px;
	letter-spacing: 0.4em;
	margin-top:0px;
}
#first {
	background-image: url(../img/kastel1.jpg);
}
#second {
	background-image: url(../img/kastel2.jpg);
}
#third {
	height: 1500px;
	background-image: url(../images/section-3.jpg);
}

.section article {
	position: absolute;
	width: 450px;
	padding: 20px 20px 10px;
	background: rgba(0, 0, 0, 0.75);
}
#intro article {
	top: 200px;
	left: 50%;
	margin-left: -225px;
	background: none;
}
#first article,
#third article {
	top: 100px;
	right: 20px;
}
#second article {
	top: 100px;
	left: 20px;
}

