/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=cyrillic,latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,400i,700&subset=cyrillic,latin-ext');
body {
/*	background-color: #eef;
	background-image: url('bg.gif');*/
	background-attachment: fixed;
	background-image: url('img/pic_010.jpg');
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	min-height: 100%;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}
ul > li {
	margin: 0.2em 0;
	text-align: left;
}
p {
	text-align: justify;
}
div#overlay {
	background-color: rgba(32,32,64,0.5);
}
div.bluebanner {
	max-width: 1000px;
	margin: 0 auto;
	background-color:rgb(0,64,122);
	padding: 8px 0;
	font-family: Cambria, Georgia, serif;
	font-size: 125%;
	font-style: italic;
	font-weight: normal;
	color: white;
}
div#banner5mm {
	position: sticky;
	z-index: 100;
	top: 0;
	box-shadow: 0px 5px 10px -5px #222;
	min-height: 48px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	font-family: "Open Sans Condensed", sans-serif;
}
div#banner5mm a {
	float: none;
	display: block;
	flex-grow: 1;
	text-align: center;
	padding: 0.2em 12px;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	transition: background-color 500ms ease;
	cursor: pointer;
	text-decoration: none;
	color: white;
	transition: color 500ms ease;
	}
	div#banner5mm a:hover {
		background-color: white;
		color: rgb(0,64,122);
}
div#banner5mm a.fa-home {
	font-size: 140%;
}
@media screen and (max-width: 600px) {
	div#banner5mm {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	div#banner5mm::before {
		font-family: "FontAwesome";
		content: '\f0c9';
		font-style: normal;
		font-size: 140%;
		text-align: center;
		padding: 0;
		padding-top: 4px;
	}
	div#banner5mm a {
		display: none;
	}
	div#banner5mm:hover::before {
		content: '';
	}
	div#banner5mm:hover a {
		text-align: left;
		display: block;
	}

}

header {
/*	max-width: 1000px;
	margin: 0 auto;*/
	background-color: #eee;
	/*background-image: linear-gradient(to bottom right, white, #d8e0e8);*/
	background-image: url('img/pic_011.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
}
header > img {
	max-width: 1046px;
	width: 80%;
	border: none;
	margin: 5mm 0;
}
div#farrago2 {
	background-color:
	margin: 0 auto;
	background-color: #d8e0e8;
	text-align: center;
	padding: 0.5em 0;
	font-size: 175%;
	color: rgb(0,64,122);
	font-weight: bold;
	box-shadow: 0 0 0.5em 0.25em #aaa;
}
div#mainframe {
	background-color: white;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
}
section.main {
	max-width: 1000px;
	margin: 0 auto;
}
section.articles {
	position: relative;
	padding-bottom: 2em;
}
img.articles {
	width: 40%;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
section.main > h1 {
	background-image: linear-gradient(to bottom right, rgb(0,64,122), rgb(102,153,194));
	margin: 0;
	padding: 0.65em 0;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 140%;
	text-shadow: 0px 0px 10px #40484f;
	font-family: 'Open Sans', sans-serif;
}
section.main > h1 > a {
	color: inherit;
	text-decoration: none;
}
section.main > div.content, section.main > div.excerpt, section.main > div.fulltext {
	box-sizing: border-box;
	padding: 1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	width: 100%;
	color: #444;
	background-image: linear-gradient(#fff,#eee);
}
section.main > div.excerpt {
	height: 20rem;
	overflow: hidden;
	padding: 0;
	display: block;
	font-size: 1.1rem !important;
}
@media screen and (max-width: 800px) {
	img.articles {
		display: none;
	}
	section.main > div.excerpt, section.main > div.fulltext {
		padding: 0 1em;
	}
}
section.main > div.fulltext {
	display: block;
	background-image: none;
	background-color: transparent;
}
section.main > div.content > div {
	box-sizing: border-box;
}
div.overlay {
	width: 100%;
	height: 10em;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(transparent,#fff);
	box-sizing: border-box;
	padding-top: 7rem;
	text-align: right;
	padding-right: 1rem;
	font-size: 100%;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2em;
}
div.overlay > a {
	display: inline-block;
	color: white;
	background-image: linear-gradient(to top left, #00407a, #6699c2);
	padding: 0.5em 1.5em;
	border-radius: 0.75em;
	text-decoration: none;
	text-shadow: 0px 0px 8px #444;
	box-shadow: 1px 2px 4px #888;
}
div.overlay > a > .fa {
	font-size: 120%;
	margin-left: 0.5em;
}
div.overlay > a:hover {
	color: #00407a;
	background-color: white;
	background-image: none;
	text-shadow: none;
	border: 1px solid #00407a;
}

div.image {
	padding: 0;
	background-size: cover;
	background-position: center center;
}
div.text {
	opacity: 0.7;
	background-image: linear-gradient(#eee,#fff);
	padding: 1em;
}
@media screen and (min-width: 601px) {
	section.main > div.content {
		display: flex;
	}
	div.image {
		width: 33%;
		height: auto;
		flex-shrink: 0;
	}
	div.text {
		width: auto;
		flex-grow: 1;
	}
}
@media screen and (max-width: 600px) {
	section.main > div.content {
		display: block;
	}
	div.image {
		width: 100%;
		height: 10em;
		flex-shrink: 0;
	}
	div.text {
		width: 100%;
	}
}
div.content a {
	text-decoration: none;
	border-bottom: 1px solid #6b123d;
	color: #6b123d;
	transition: border-bottom 100ms ease;
	}
	div.content a:hover {
	text-decoration: none;
	border-bottom: 3px solid #ee00cc;
	color: #e0c;
}
div.content a::before {
	font-family: "FontAwesome";
	font-weight: 400;
	font-size: 80%;
	content: "\f08e";
	padding-right: 0.5em;
	}
	div.content a.noicon::before {
		content: none;
}
.color_set_1 {
	background-image: linear-gradient(to bottom right, rgb(0,64,122), rgb(102,153,194)) !important;
}
.color_set_2 {
	background-image: linear-gradient(to bottom right, rgb(140,130,158), rgb(199,191,201)) !important;
}
.color_set_3 {
	background-image: linear-gradient(to bottom right, rgb(71,41,92), rgb(197,159,196)) !important;
}
.color_set_4 {
	background-image: linear-gradient(to bottom right, rgb(173,13,166), rgb(222,156,217)) !important;
}
.color_set_5 {
	background-image: linear-gradient(to bottom right, rgb(117,41,54), rgb(247,117,148)) !important;
}
.color_set_6 {
	background-image: linear-gradient(to bottom right, rgb(173,38,36), rgb(247,69,82)) !important;
}
.color_set_7 {
	background-image: linear-gradient(to bottom right, rgb(181,0,5), rgb(255,32,32)) !important;
}
.color_set_8 {
	background-image: linear-gradient(to bottom right, rgb(242,89,0), rgb(250,156,110)) !important;
}
.color_set_9 {
	background-image: linear-gradient(to bottom right, rgb(255,204,0), rgb(253,235,94)) !important;
}
span.rolldown {
	text-decoration: none;
	border-bottom: 1px solid #6b123d;
	color: #6b123d;
	transition: border-bottom 100ms ease;
	cursor: pointer;
	font-size: 80%;
}
span.rolldown:hover {
	border-bottom: 3px solid #ee00cc;
	color: #e0c;
}
span.rolldown::after {
	content: '\f107';
	font-family: "FontAwesome";
	font-weight: 400;
	font-size: 90%;
	padding-left: 0.4em;
}
div.fulltext h1 {
	font-size: 150%;
}
div.fulltext h2 {
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.fulltext h3 {
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.fulltext h4 {
	font-size: 115%;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-variant: small-caps;
}
div.fulltext h5 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.fulltext h6 {
	font-size: 100%;
}

div.excerpt h1 {
	font-size: 110%;
}
div.excerpt h2 {
	font-size: 108%;
}
div.excerpt h3 {
	font-size: 106%;
}
div.excerpt h4 {
	font-size: 104%;
}
div.excerpt h5 {
	font-size: 102%;
}
div.excerpt h6 {
	font-size: 100%;
}
@media only print {
	body {
		background-color: white;
	/*	background-image: url('bg.gif');*/
		background-attachment: fixed;
		background-image: none;
		padding: 0;
		margin: 8mm;
		font-family: serif;
		min-height: initial;
	}
	img.articles {
		display: none;
	}
	div#banner5mm {
		display: none;
	}
	div.image {
		display: none;
	}
	div.text {
		width: 100%;
	}
	div#mainframe::before {
		content: '';
		background-image: url('logo_full__.png');
		background-position: center center;
		background-size: 50%;
		height: 3cm;
		display: block;
		width: 100%;
		background-repeat: no-repeat;
	}
	div#mainframe::after {
		content: '(c) Tatiana Wojtas 2021';
		display: block;
		text-align: right;
		padding: 0 1em;
		font-size: 100%;
		font-style: italic;
	}
}
