@import url('https://fonts.googleapis.com/css?family=Work+Sans:200&subset=latin-ext');
body{
	font-family: 'work sans';
	color: white;
	background-color: black;
	font-size: 20px;
}
.box{
	width: 100%;
	height: 500px;
	background-image: url("hatter.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.boxkics{
	width: 100%;
	height: 200px;
	background-image: url("kep.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.scroll{
	height: 200px;
	
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.scrollkics{
	height: 30px;
	
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.lablec {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  background-color: rgba (0, 0, 0, 0.5);
  font-family: arial;
  }
.menupont {
  margin-left: 10px;
  margin-right: 10px;
  }
  .menupont:hover {
  font-size: 18px;
  }
.fejlec {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  }
  a {
  color: white;
  text-decoration: none;
  }