	/* Style for our header texts
	* --------------------------------------- */
	h1{
		margin:0;
		padding:0;
	}
	.intro p{

	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: #FFFFFF;
		z-index:9;
		text-align:center;
		padding: 0px 0 0 0;
		top:0px;
	}



	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 80px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}
	
		/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(../imgs/2.jpg);
		padding: 0% 0 0 0;
	}
	#section2{
		background-image: url(../imgs/1.jpg);
		padding: 0% 0 0 0;
	}
	#section3{
		background-image: url(../imgs/5.jpg);
		padding: 0% 0 0 0;
	}
	#section3 h1{
		color: #000;
	}


 	/*Adding background for the slides
	* --------------------------------------- */
	#slide1{
		background-image: url(../imgs/3.png);
		padding: 0% 0 0 0;
	}
	#slide2{
		background-image: url(../imgs/4.jpg);
		padding: 0% 0 0 0;
	}
		#slide3{
		background-image: url(../imgs/6.jpg);
		padding: 0% 0 0 0;
	}
		#slide4{
		background-image: url(../imgs/8.jpg);
		padding: 0% 0 0 0;
	}
		#slide5{
		background-image: url(../imgs/7.jpg);
		padding: 0% 0 0 0;
	}
	
	.various {
	color: #D9080E;
	text-decoration: none;
	}
	
	.various:hover {
	color: #444444;
	text-decoration: none;
	}
	
	.przycisk {
	margin: 0;
	display: block;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	}
	
	.przycisk:hover {
	background: rgba(0,0,0, 0.1);
	}
	
