@import url(https://fonts.googleapis.com/css?family=Noto+Sans&subset=latin,latin-ext);
body
{
	background-color: #2a2b2b;
	color: white;
	font-family: 'Noto Sans', sans-serif;
}
a.tilelink
{
	color: #ffffff;
	width: 20%;
	max-height: 99%;
	text-decoration: none;
	display: block;
	text-align: center;
	float:left;
}
a.h5
{
	color: #ffffff;
	text-decoration: none;
}
a.classiclink
{
	color: cyan;
}
a.classiclink:hover
{
	color: lightblue;
}
#content
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}
#topbar
{
	width: 100%;

}
#name
{
	float: left;
	font-size: 36px;
}
#langselect
{
	float: right;
	padding-top: 8px;
	font-size: 16px;
}
.tile
{
	float:left;
	width: 20%;
	text-align: center;
	background-color: #686868;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tile:hover
{
	float:left;
	width: 20%;
	text-align: center;
	font-size: 18px;
	background-color: #808080;
	cursor: pointer;
}
#selector
{
	margin-top: 10px;
	margin-bottom: 5px;
}
#text
{
	text-align: justify;
	float: left;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}
#foto
{
	float: left;
	margin-right: 3px;
}
#tytul
{
	font-size: 30px;
}
#footer
{
	position: fixed;
	bottom:0%;
	width: 99%;
	opacity: 1;
	background-color: #2a2b2b;
	margin: auto;
	text-align: center;
}
#text2
{
	text-align: justify;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}