/*Seating Section
------------------------------------*/
.seating-section {
	margin-top: 15px;
	border-radius: 5px;
	z-index:1;
	color: #fff;
	position: relative;
	background: #eee url(../images/seating-head.jpg) center fixed;
	background-size: cover;
}
.seating-section:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
}
.seating-section:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}

/*Homeworking Section
------------------------------------*/
.homeworking-section {
	margin-top: 15px;
	border-radius: 5px;
	z-index:1;
	color: #fff;
	position: relative;
	background: #eee url(../images/homeworking-head.jpg) center fixed;
	background-size: cover;
}
.homeworking-section:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
}
.homeworking-section:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
/*Workplace Section
------------------------------------*/
.contacts-section {
	margin-top: 15px;
	border-radius: 5px;
	z-index:1;
	color: #fff;
	position: relative;
	background: #eee url(../images/workplace-adjustments-head.jpg) center fixed;
	background-size: cover;
}
.contacts-section:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
}
.contacts-section:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
/*VELA Section
------------------------------------*/
.vela-section {
	margin-top: 15px;
	border-radius: 5px;
	z-index:1;
	color: #fff;
	position: relative;
	background: #eee url(../images/vela-head.jpg) center fixed;
	background-size: cover;
}
.vela-section:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
}
.vela-section:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
/*Parallax Counter v3
------------------------------------*/
.parallax-counter-v3 {
	z-index: 1;
	height: auto;
	padding: 60px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	min-height:250px;
}
.indexheadtext {
	margin: auto;
}
.indexheadtext h1 {
	color:#000000;
	margin-top:40px;
	padding-bottom:5px;
	font-size:40px;
	background: rgba(255, 90, 0, 0.8);
}
.indexheadtext h3 {
	color:#000000;
	
	padding-bottom:5px;
	font-size:25px;
	background: rgba(255, 90, 0, 0.8);
}