.kontakty{
	width:100%;
	background:#47545e;
	color:#fff;
	line-height:140%;
	text-align:center;
	padding: 40px 10px;
	font-size: 130%;
	line-height: 170%;
	font-weight: 100;
	font-family: 'Barlow Condensed', sans-serif;
}
.kontakty a{
	color: #cecece;
}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {
	.kontakty {
		padding:20px;
	}
	.kontakty h2 {
   		font-size: 200%;
		padding:0;
	}
}