

#promo-container
{
    height:700px;
    width:100%;
    position:relative;
}

#promo-image
{    
    position:absolute;
    left:0;
    top:0;
}
#promo-text
{
    z-index:100;
     position:absolute;  
 /*   color:white;
	 color: rgba(255, 255, 255, 0.7); */
    font-size:5em;
    font-weight:bold;
	text-align: center;
	    left:50%;
	top:60%;
	transform: translate(-50%, -50%);

}
/* Container holding the image and the text */
.p-container {
  position: relative;
  text-align: center;
 
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax {  
background-image: url("assets/onepage/img/slider/slide1.jpg");
height: 780px; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:-410px;
margin-right:-410px;
}
 
.parallax-content { 
width:50%;
height:780px;
margin:0 auto;
color:#FFF;
padding-top:50px; 
}