/* Add here all your CSS customizations */



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

#lead h1 {
	font-size: 1.7em;
	line-height: 1.3;
	margin-top:5%;
	margin-bottom: 20px;
	color: #00649b;

	
}

#lead h2 {
	

	line-height: 1.4em;
	color: #222;
	
}

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

#lead p {
	color: #222;
	margin: 10px 0px;
}

#formularz {
	border-radius: 10px;
}
.image{

	padding-left: 20%;
	
}

@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;
	}
	#lead .logo-top {
	height: 60px;
	margin: 20px 0 0 20px;
}
	.image{
	padding-top: 0px;
	padding-left: 0px;
	
}
	#lead h1 {
	font-size: 1.8em;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 30px;

	
}
}