header {
  position: absolute !important;
   background: transparent !important;
    padding-top: 50px !important;
     -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-collapse .menulink a {
  color: #ffffff  !important;
  opacity: 1;
}

/*************** Home starts ***************/

#home {
	position: relative;
	background: #282f35 url(../img/solar2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 550px;
	overflow: hidden;
	color: #ffffff;
}

#home .container{
  padding: 0 5%;
  max-width: 50%;
  margin: 0;
}

#video-background {
/*  making the video fullscreen  */
	position: absolute;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
  	height: auto;
  	z-index: 1;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;	
}

#home .slogan{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#home .slogan p{
	font-size: 22px;
}

#home .slogan h2{
		margin-bottom: 15px;
		font-size: 55px;
		color:#ffffff;
		line-height: 55px;
		font-weight: bold;
}

#home .slogan span{
		color:#f2cb00;
}



 @media (max-width: 975px){

 	header {
  position: fixed !important;
   background: #ffffff !important;
    padding-top: 0px !important;
}

.nav-collapse .menulink a {
  color: #000000  !important;
  opacity: 0.5;
}

 	#video-background {
	display: none;
	}


 	#home {
    min-height: 370px;
	}

    #home .container{
    position: relative;
    text-align: center;
    width: :100%;
    margin: auto;
    max-width: none;
	}

}