body {
	background				:#000 url(../img/home/airback.jpg) center -180px no-repeat;
	background-attachment	:fixed;
	margin					: 0px;
	padding					: 0px;
	color					: #fff;
	height 					: 100%;
    background-size: cover;
}
html {
	height: 100%;
    margin: 0;
}

#projectheader {
	background				:#000 url(../img/home/projectheader.jpg)  no-repeat;
	width					: 1000px;
	height					: 335px;
}

.cnt-connect-imgnnn {
	background              : transparent url(../img/home/connect.jpg) center -1px no-repeat;
	background-size: 125% auto;
	--bg-opacity: 0.5;
}

.cnt-connect-img {
  content: ' ';
  display: block;
  
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(../img/home/connect.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}