section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  background-position: 0 0;
}
section.module.parallax h1 {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 15px white;
}
/*
section.module.parallax-1 {
	padding: 100px 0;
	background-image:url("../baner/wielkanoc.2015.jpg");
	
}
*/

section.module.parallax-1 {
	padding: 100px 0;
	background-image:url("../baner/foto_1.jpg");
	
}


section.module.parallax-2 {
	padding-top:150px;
	height:400px;
	background-image:url("../baner/foto_2.jpg");
}
section.module.parallax-3 {
	padding: 60px 0;
	font-size: 1em;
	background-image:url("../baner/foto_4.jpg");
}

	
@media screen and (max-width:800px) {
  section.module h2 {
    font-size: 30px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 50px 0;
  }
  section.module.parallax a, h1 {
    font-size: 1.2em;
	color:#F33;
  }
  section.module.parallax a:hover, h1 {
	color:#09F;
  }
}
	
@media screen and (min-width:801px) {
  section.module.parallax a, h1 {
    font-size: 0.8em;
	color:#F33;
  }
  section.module.parallax a:hover, h1 {
	color:#09F;
  }
  
}

@media screen and (max-height:801px) {
	section.module.parallax-3 {
		background-position:inherit;
}
}
