body
{
	width: 100%;
	margin:0px;
	padding:0px;
	background-color: #303030;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
}

/* Navigation, Logo etc. */
.nav
{ 
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: brown;
	text-align: center;
	border-top: 1px solid gold; 
	border-bottom: 1px solid gold; 
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol
{
	margin: 0px;
	list-style-type: none;
	width: 100%;
	height: 50px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 150px;
	height: 50px;
}

ol> li#discordlogo
{
	float: left;
	width: 50px;
	height: 50px;
}

ol > li#ostatek
{
	float: right;
	width: 50px;
	height: 50px;
}

.strzalka {
	display: block;
}


.strzalka:active {
	transform: scale(.9);
}

ol > li:hover
{
	background-color: gold; 
}

ol > li:hover > a
{
	color: #303030;
}

ol > li > ul
{
	width: 150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	height: 42px;
	background-color: brown;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid gold;
	border-left: 1px solid gold;
	border-right: 1px solid gold;
}

ol > li > ul > li:first-child
{
	border-top: 1px solid gold;
}

ol > li > ul > li:hover
{
	background-color: #ffffff;
}

ol > li > ul > li:hover > a
{
	color: #030303;
}

* {
margin: 0;
padding: 0;
}

.nav-hreftext
{
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
}

.nav-hreftext1
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
/* Container & Windows */
#windows
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.kwadrat
{
	width: 33.3%;
	float: left;
}

img
{
	width: 100%;
	display: block;
}

.overlay
{
	position: relative;
	width: 313px;
	height: 180px;
}

.overlay .link
{
	position: absolute;
	display: block;
	width: 313px;
	height: 39px;
	background-color: #111;
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	color: gold;
	left: 0px;
	bottom: 0px;
	opacity: 0.9;
	transition: opacity 0.5s ease-in-out;
}

.overlay:hover .link
{
	opacity: 0;
}

.overlay .link p
{
	font-weight: 900;
}

h1
{
	text-align: center;
	color: gold;
}

figure
{
	padding: 5px;
	margin: 5px;
	background-color: brown;
	position: relative;
	transition: background-color 0.5s ease-in-out;
}

figure:hover
{
	background-color: gold;
	cursor: pointer;
}

.gora
{
	text-decoration: none;
	display: none;
}

.footer 
{
   width: 100%;
   color: white;
   text-align: center;
}


