/* Add here all your CSS customizations */

#lead .top-height {
	
  	
}

#lead .home-center {

	padding-bottom: 30px;
		
	 
}

#lead .pobierz {
	padding: 12px 10px;
	border-radius: 6px;
	margin: 30px 0px;
}

#lead h1 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin-top: 40px;
	margin-bottom: 35px;
	color:#08386e;
}

#lead h2 {
	font-size: 1.7em;
	margin: 50px 0px 20px 0px;
	line-height: 1.4;
}

#lead .logo-top {
	height: 70px;
	margin-top: 20px;
	margin-left: 20px;
}

#lead p {
	color: #222;
	margin: 20px 0px 0px 0px;
	line-height: 1.4em;
}

#formularz {
	border-radius: 10px;
}

@media screen and (max-width: 991px) {
	#lead .home-center {
		top: 0;
		transform: none;
		position: inherit;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#lead .top-height {
		height: auto;
		min-height: 100vh;
	}
}