html {
	height: 100%;
}
body {
	height: 100%;
	color: #eee;
	background: #111;
	margin: 0;
	font-family: sans-serif;
}
.splash {
	min-height: 50%;
	max-height: 50%;
	background: grey url("laweta-rzeszow.jpg") no-repeat center center;
	background-size: cover;
}
nav {
	display: flex;
	flex-direction: right;
	justify-content: center;
	gap: 6pt;
	/*background-color: #222;*/
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#d22 10px,
		#d22 20px
	);
	box-shadow: 0 1pt 1pt black;
	padding: 3pt 24pt;
}
nav a {
	color: inherit;
	text-decoration: none;
	padding: 6pt 12pt;
	background-color: #111;
	border-radius: 4pt;
}

main {
	background: #cb4;
	padding: 3pt;
}

section {
	border-radius: 3pt;
	background: #111;
	margin: 9pt;
	padding: 9pt;
}
.div-line{
	margin: 0;
	paddig: 0;
	height: 6pt;
	width: 100%;
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#d22 10px,
		#d22 20px
	);
}
footer {
	display: flex;
	justify-content: space-between;
	background-color: #222;
	padding: 12pt;
}

.mail {
	text-decoration: none;
	color: #aaf;
}

.flexbox {
	margin: 3pt;
	display: flex;
}

#opis {
	max-width: 100%;
	padding-right: 212pt;
}
#blocks {
	display: flex;
	flex-direction: column;
	gap: 3pt;
}

.b {
	font-weight: 800;

}
.yellow {
	color: #cb4;
}
.center {
	justify-content: center;
}

.block-flexbox {
	margin: 6pt;
	display: flex;

}
.block-icon {
	margin-right: 6pt;
}
.block-header {
	margin: 0;
	font-weight: 600;
	font-size: 16pt;
}
.block-tagline {
	margin: 0;
	margin-top: 3pt;
}
