@import url("https://fonts.googleapis.com/css?family=lato&display=swap");

/*   przyciski głównego menu NOWY */
ul.menu-g { list-style: none; }
ul.menu-g li {
	display: inline-block;
	background-color: #b58800;
	border-color: #d1c083 #987f49 #987f49 #d1c083;
	border-style: solid;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	border-radius: 12px 0;
	}
ul.menu-g a { text-decoration: none;}
ul.menu-g a:link  { color: #fff;} 
ul.menu-g a:visited { color: #fff;}
ul.menu-g li:hover {
	background-color: #fc0;
	}
ul.menu-g a:hover {
	color: #000;
	text-decoration: none;
	}	
ul.menu-g a:active {
	color: red;
	}
ul.menu-g li:active {
	border-color: #987f49 #d1c083 #d1c083 #987f49;
	background: #630;
	}

/*  odnośniki z bajerem rozwijanej linii */

a:link.mc, a:visited.mc {
	background-image: url(link-a.jpg);
	color: Black;
	font-size: 1rem;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
	width: 100px;
}
a:hover.mc {
	background-image: url(link-h.jpg);
	border-bottom-color: #4B0082;
	border-bottom-style: double;
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
	width: 100px;
}
a:active.mc {
	background-image: url(link-a.jpg);
	border-bottom-color: #C3AE83;
	border-bottom-style: solid;
	color: Black;
	font-size: 1rem;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
	width: 100px;
}



body {
	background-color: #F5F5DC;
	background-image: url(tlo.jpg);
	color: Black;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin: 0 4%;
	max-width: 2400px;
	text-decoration: none;
}

div.ng {
	background-color: #8B4513;
	border-bottom: 2px solid #800000;
	color: #F6FFD4;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

div.tresc {
	background-color: #FAFAD2;
	border: 1px solid #696969;
	padding: 3px;
}

h1{ color: #3D3D3D; font-size: 2.1rem; text-align: center; }

h2 { font-size: 2rem; margin-bottom: 8px; margin-top: 8px; }

h3 {
	color: #660000;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

img{ height: auto; max-width: 100%; }

p.inicial:first-letter {
	color: Maroon;
	float: left;
	font-size: 3rem;
	font-weight: bold;
}

p.opis {
	font-size: 0.8rem;
	font-style: normal;
	margin-bottom: 4px;
	margin-left: 19px;
	margin-top: 0px;
}

p.wiersz { margin-bottom: 0; margin-top: 0; }

span.dat_czer { color: #FF0000; font-size: 0.9rem; font-weight: bold; }

.czerw { color: #FF0000; font-weight: bold; }

.data_kal {
	font-size: 0.8rem;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	word-spacing: 0;
}

.just { text-align: justify; text-indent: 22px; }

.muszt {
	color: #808000;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

#tyt-str {
	color: #8B0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}