body
{
	margin: 0;
	background-color: #191d21;
	color: #efefef;
	font-family: 'Dosis', sans-serif;
    font-size: 17px;
	
}

header
{
	background-image: url("img/header-bg.jpg");
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

h1.logo
{
	
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ddd;
	text-align: center;
	letter-spacing: 5px;
	width: 1000px;
	height:200px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 40px;
}

#topnav
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: black;
	text-align: center;
	opacity: 0.8;
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	min-height: 38px;
	line-height: 200%;
}

.menu > li
{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed white;
}
.menu > li:first-child
{
	border-left: 1px dashed white;
}



.menu a
{
	color: #fff;
	text-decoration: none;
}

.menu a:hover
{
	color: grey;
}


h1
{
	font-size: 44px;
	font-weight: 400;
	color: #39a5f1;
	margin-bottom: 20px;
}

h2
{
	font-size: 20px;
	font-weight: 400;
	color: #39a5f1;
}

.izba
{
	width:1000px;
	text-align: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	height: 158px;
}


.info
{
	width: 1000px;
	background-color: #2F3336;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 35px;
	padding-top: 35px;
}

.container
{
	background-color: #2F3336;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.west
{
	float: left;
	width: 749px;
	padding: 20px;
	text-align: justify;
	border-right: 1px dashed white;
}

.east
{
	float: left;
	width: 170px;
	padding: 20px;

}

.west h1
{
	font-size: 32px;
	font-weight: 400;
	color: #39a5f1;
	margin-bottom: 20px;
}

.east ul
{
	padding-left: 20px;
}

.east ul > li
{
	margin-bottom: 5px;
}

.adres
{
	list-style-type: none;
}
.hadres
{
	font-size: 20px;
	font-weight: 400;
	color: #39a5f1;
	letter-spacing: 0px;	
	
}

a.logos
{
		text-decoration: none;
}

.email
{
	letter-spacing: 4px;
}

.phone
{
	letter-spacing: 4px;
}

.address
{
	letter-spacing: 4px;
}
