/*--------------------------------------------------------------
# Copyright (C) Gmina Kurów
---------------------------------------------------------------*/

body {
	padding: 20px;
	margin: 0;
	background: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	color: #2e2e2e;
	font-size: 1.4em;
}

div.container {
	text-align: center;
	display: none;
	margin: 50vh 0 0 0;
	transform: translate(0, -60%);
}

p.herb {
	padding: 0;
	margin: 0;
}

p.herb img {
	height: auto;
	max-width: 100%;
}

.fontBold {
	font-weight: bold;
}

h1.tytul {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	font-size: 2.5em;
	font-weight: bold;
}

a, a:visited {
	box-shadow: 0 0 10px #aaa;
	text-decoration: none;
	padding: 8px 30px;
	border-radius: 10px;
	border: 1px solid #2c3e50;
	margin: 0 10px;
	color: #fff;
	background: #2c3e50;
	transition: .5s;
}

a:hover, a:focus {
	box-shadow: 0 0 10px #2c3e50;
	background: #fff;
	border: 1px solid #2c3e50;
	color: #2c3e50;
}

a:focus {
	box-shadow: 0 0 10px red;
}