a{
color: white;
}
a:visited{
color: white;
}
a:hover{
color: white;
}
a:active{
color: white;
}

section {
  height: 107vh;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
video {
	object-fit: cover;
	width: 100%;
	position: relative;
	overflow: hidden;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	
	
	
}
#bannersss{
	
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Banner */

	#banner {

		align-items: center;
		display: -webkit-flex;
		justify-content: center;
		text-align: center;
		opacity: 1;
			position: relative;
			color: rgba(255, 255, 255, 0.65);
			font-size: 1.5rem;
			margin-bottom: 3rem;
			z-index: 3;
	}


	#gora {
		z-index: 80;
			}		

	#one {
		z-index: 80;
			}	
body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

h1
{
	font-size: 36px;
	font-weight: 400;
	color: #C0D06F;
	margin: 80px;
}
h2
{
	font-size: 36px;
	font-weight: 400;
	color: #C0D06F;
	
}

li
{
	
	text-align: centre;
}

.jump
{
	text-align: center;
	
}

.jump img
{
	width: 100%;
	height: auto;
	
}

.jump p
{
	margin-bottom: 30px;
}

.jump figcaption
{
	margin-top: 8px;
	
}

img.wysrodkuj{
    margin:0 auto;
    display:block;
}

@media (min-width: 601px)
{

	.navbar 
		{
			width: 100%;
			position:fixed; 
			top:0;    /* na samej górze */
			left:0;
			z-index: 100;
			background: rgba(0, 0, 0, 0.13);/* rgba(0, 0, 0, 0.13 przezroczytyt transparent;*/
		}		
	.jump
		{
			margin-top: 280px;
			position:relative;
		}
	.nav-item
		{
			padding-left: 20px;
			text-decoration: none;
		}
}
@media only screen and (max-width: 600px) { 
    .navbar 
	{
        width: 100%;
		position:fixed; 
		top:0; 
		left:0;
		z-index: 100;
		
    }
	body
	{
	
	}
}


@media only screen and (max-width: 991px) { 
    .navbar 
	{
	background-color: rgba(0, 0, 0, 0.80);
	}
	.nav-item
	{
		padding-left: 5px;
		text-decoration: none;
	}
}




.button {
  background-color: rgba(0, 0, 0, 0.13);
  border: none;
  color: white;
  border-radius: 12px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


.logo {
    background-image: url('images/logo_big.png');
    height: 124px;
	width: 260px;
	


  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;

  }
  



  @media (max-width: 992px) {
    .logo {
      height: 0px;
    }
	
	#dalej
{
	display:none;
}
  }	



#banner img{
 
  padding: 5px;
  height: 60px;
  width: 190px; 
}

#banner i{
	color: white;
    font-size: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#banner h1{
	color: white;
    font-size: 30px;
	font-weight: bold;
    font-weight: 700;
	
}


/* Contact Section */
#contact {
	
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 500px;
  padding-left: 80px;
}

#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}




#one p{
	line-height: 40px;
	
}

#app img{
 
  padding: 5px;
  height: 60px;
  width: 190px; 
}

#app2 img{
  height: 60px;
  width: 100px; 
}

#app-txt i{
    color: #fff; 
	font-size: 50px;}

/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

