:root { 
	--main-elso-szin: #ff6000; 
	--main-masodik-szin: #81271f;
	--main-betuszin-vilagos: white;
	--main-betuszin-hover: orange;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
	box-sizing: border-box;
}
p {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	box-sizing: border-box;
}
h1 {
	font-family: 'Great Vibes', cursive;
	color: #990000;
	font-size: 200%;
	font-weight: normal;
}
h2 {
font-size: 160%;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
font-size: 10pt;
}

a:link, a:visited {
  text-decoration: none;
	color: #000;
}
a:hover {
  text-decoration: none;
	color: #ee9922;
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #000;
}
ul {
	list-style-position: inside;
}
li {
	padding: 5px;
}
.fejinfosor {
  border-bottom: 1px solid #c0a76e;
  height: 35px;
  background-color: #dfd3b9;
}
.fejmenusor {
  height: 125px;
  background-color: #dcd1b3;
  background-image: url(../img/fejmenuhatter.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Great Vibes', cursive;
}
.menusor {
	width: 630px;
	float: right;
	margin-top: 60px;
}
.fejkepsor {
  background-color: #dfd3b9;
	z-index: 1000;
}
.banner {
	margin-top: -15px;
	display: block;
}
.labsor {
  height: 75px;
  background-color: #e9e2cf;
}
.test {
  min-height: 300px;
  background-image: url(../img/testhatter.jpg);
  background-repeat: repeat-x;
}
.alapszel {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#nyelvvalaszto {
  padding: 8px 28px;
  float: right;
  background-color: #d1c297;
}
#fejtel{
  padding: 8px 28px;
  float: right;
}
#lab {
  background-color: #d1c297;
}
#logo {
display: table;
background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
width: 400px;
text-align: center;
margin-left: -80px;
	float: left;
}
.fokep {
	border-radius: 0px 50% 0px 50%;
	margin: 0px 30px 0px 0px;
	float: left;
	width: 300px;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#arnyekcsikbox {
  width: 110%;
	height: 15px;
	margin-left: -5%;
	display: block;
	overflow: hidden;
	z-index: 2000;
}
#arnyekcsik {
  width: 100%;
	height: 25px;
	margin-top: -25px;
  box-shadow: 0px 10px 15px #888;
	border-radius: 100% 100%;
	display: block;
	opacity: 0.5;
}
.centerDivs {
  display: block;
  text-align: center;
}
.labikon{
	display: inline-block;
	padding: 8px 0px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin: 17px 4px;
	font-size: 20px;
	color: white;
	background-color: #C3AEA3;
	box-sizing: border-box;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.malap{
	display: inline-block;
	width: 160px;
	 font-family: 'Great Vibes', cursive;
	margin: 20px 3%;
	font-size: 20px;
	color: white;
	box-sizing: border-box;
}
#menukep {
		border-radius: 0px 50% 0px 50%;
	width: 100%;
}
.labikon:hover {
	background-color: white;
	color: #C3AEA3;
}
.lezar {
	width: 100%;
	clear: both;
}