    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */
	
	
 .bannerGlowny{
	     background-color: rgb(2, 2, 2);
		 
		 }
	 .banner {
 
		
		  background: url(../img/slaider/banner.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:600px;
 
opacity: 0.75;
			text-align: center;
}

.banner > p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-top: -9px;
	font-size:50px;
	color: white;
	text-shadow: 2px 2px black;

}

@media screen and (min-width: 800px) {
    
	.hero-image {
  background-image: url("../img/slaider/banner.jpg") ;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
      background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	text-shadow: 2px 2px black;
}



}


@media screen and (max-width: 799px) {
    
	.hero-image {
  background-image: url("../img/slaider/banner.jpg") ;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 
  
  
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	text-shadow: 2px 2px black;
}



}
