* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
}

nav {
	width: 100%;
	height: 60px;
	background-color: #fff;
}

hr{
	background-color: #ccc;
	width: 1000px;
	margin: auto;
}

ul li {
	list-style: none;
	display: inline-block;
	line-height: 60px;
	float: right;
}

ul li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-family: arial;
	color : #1e1e1e;
	padding: 0 20px;
}

table tr td{
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 22px;
}

table tr th{
	font-size: 30px;
}

iframe {
	width: 750px;
	height: 500px;
	border: 0px;
	text-align: right;
}

.tabletop {
	margin: auto;
	margin-top: 25px;
	width: 1650px;
}

.tabledown {
	margin: auto;
	width: 1100px;
	height: 750px;
}

.img-table {
	width: 500px;
	height: 500px;
	margin: 25px;
}

.imgMap {
	width: 50px;
	height: 50px;
}

.welcome {
	text-align: center;
    padding-top: 20px;
	font-size: 50px;
	font-family: 'Courgette', cursive;
	color: #932c0e
}

.description {
	text-align: center;
	font-size: 25px;
	padding-top: 20px;
}

.map {
	margin: 50px;
	width: 750px;
	height: 500px;
	float: left;
}

.mapDescription {
	margin: auto;
	width: 500px;
	height: 500px;
	float: left;
	padding-top: 150px;
}

.mapDescription table tr th {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 18px;
	text-align: left;
	color: #696969;
}

.end {
	width: 100%;
	height: 50px;
	text-align: center;
	color: #666;
	padding-top: 25px;
}

.img-fejlec {
	width: 100%;
	height:  600px;
	background-image: url(img/fejlec2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img-fejlec h1 {
	text-align: center;
	font-size: 80px;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	padding-top: 200px;
	color: white;
}

.img-fejlec p {
	text-align: center;
	font-size: 30px;
	font-family: 'Lobster', cursive;
	color: white;
}

@media only screen and (max-width: 1600px) {
	
	.tabletop {
		margin: auto;
		margin-top: 25px;
		padding-right: 50px;
		width: 1100px;
	}

	.tabledown {
		margin: auto;
		width: 700px;
		height: 600px;
		padding-right: 50px;
	}
		
	.img-table {
		width: 350px;
		height: 350px;
		margin: 25px;
	}
	
	.end {
		font-size: 14px;
	}
	
	
	table tr td {
		font-size: 18px;
	}

	table tr th {
		font-size: 26px;
	}
	
	hr {
		width:750px;
		margin: auto;
	}
}

@media only screen and (max-width: 1280px) {
	
	.tabletop {
		margin-left: auto;
		margin-top: 25px;
		padding-right: 300px;
		width: 550px;
	}

	.tabledown {
		margin: auto;
		width: 300px;
		height: 450px;
		padding-right: 300px;
	}
		
	.img-table {
		width: 250px;
		height: 250px;
		margin: 25px;
	}
	
	.end {
		font-size: 12px;
	}
	
	table tr td {
		font-size: 12px;
	}

	table tr th {
		font-size: 20px;
	}
	
	hr {
		width: 600px;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	
	.img-fejlec {
		display: none;
	}
	
	iframe {
		width: 450px;
		height: 300px;
	}
	
	.map {
		margin: 50px;
		margin-top: 150px;
		width: 370px;
		height: 250px;
	}
}