﻿/*@font-face {
	font-family: "Pecita";
	src: url("Pecita.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}*/

body {
	background-color: black;
	background-image: url("tlo.png");
	font-family: "DejaVu Serif Condensed", Minion, Myriad, serif;
	font-size: 13pt;
}

img.logo {
	width: 25%;
	height: auto;
	/* display: block; */
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	box-shadow: 0 0 20px black, 0 0 30px black, 0 0 40px black, 0 0 50px black, 0 0 75px black, 0 0 100px black, 0 0 150px black;
}

img.logo:hover {
	box-shadow: 0 0 20px black, 0 0 30px black, 0 0 40px black, 0 0 50px black, 0 0 75px black, 0 0 100px black, 0 0 150px white;
}

img.titlebar {
	position: relative;
	display: block;
	margin: auto;
	box-shadow: 0 0 10px black;
	padding-bottom: 5%;
}

img.atena {
	float: right;
	vertical-align: top;
}

.disclaimer {
	font-family: "DejaVu Serif", Minion, Myriad, serif;
	font-size: 8pt;
	color: #1F1F1F;
	position: relative;
	text-align: center;
}

.signature {
	text-align: right;
	padding-top: 0.5em;
	/*font-family: Pecita, "Comic Sans";*/
}

.disclaimer {
	position: absolute;
	width: 50%;
	height: 10%;
	margin-left: -25%;
	top: 85%;
	bottom: auto;
	left: 50%;
}

.nav-sidebar {
  color: white;
  width: 5em;
  height: 100%;
  position: fixed;
  float: left;
  padding-top: 5%;
  text-align: center;
  font-size: 20pt;
  font-stretch: ultra-condensed;
  font-variant: small-caps;
}

.guziki {
	width: 5em;
	position: fixed;
	top: 60%;
	padding-bottom: 40%;
	text-align: center;
}

.guziki img:hover {
	filter: drop-shadow(0px 0px 2px white);
}

.content {
	word-break: normal;
	color: white;
	margin-left: 11%;
}

.wpis {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 66%;
}

.title {
	filter: drop-shadow(0px 0px 0.1px white);
	font-weight: bold;
	text-align: center;
}

.inskrypcja {
	font-family: Cinzel, Forum, "Trajan Pro", Trajan, Hadrian, Titus, Diocletian, Claudius, Celsus;
	text-align: center;
	font-size: 14pt;
	padding-top: 1%;
	padding-bottom: 1%;
}

.covergrid {
	margin-left: auto;
	margin-right: auto;
}

.covergrid td {
		width: 200px;
		height: 210px;
		text-align: center;
}

.covergrid img {
	width: 180px;
	height: 180px;
}

.covergrid img:hover {
		width: 200px;
		height: 200px;
		position: relative;
}

.gallery {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

.gallery img {
	margin-right: 20px;
	margin-top: 20px;
}

.caption {
	position: relative;
	top: 0.5em;
	bottom: 20px;
	height: 1em;
	color: black;
}

.banner {
  margin: auto;
  width: 50%;
}

a {
	color: inherit;
	text-decoration: none;
	
}

a:hover {
	text-shadow: 0 0 5px white;
}
