html,body{
	margin: 0;
	padding: 0;
	background: #3c3c3c;
}
.ul{
	overflow: hidden;
	width:100%;
	background-color: #333333;
	padding:10px;
	margin: 0;
}
.ul .li{
	float: left;
	list-style:none;
	margin: 0 5px;
	transition:0.5s;
}
.ul .li .a{
	display: block;
	text-decoration: none;
	padding: 3px;
	font-size: 100%;
	font-family: sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.ul:hover .li .a
{
	margin-left: 5px;
	transform: scale(1.5);
	opacity: .2;
	filter: blur(5px);
}
.ul .li .a:hover{
	transform: scale(2);
	opacity: 1;
	filter: blur(0px);
}
.ul .li .a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffca4c;
	transition: 1.5s;
	transform-origin: right;
	transform: scaleX(0);
	z-index: -1;
}
.ul .li .a:hover:before{
	transition:1s;
	transform-origin: left;
	transform:scaleX(1);
}
@media screen and (max-width: 500px) {
	
  .ul .li {float: none;
list-style: none;
margin: 0 5px;
transition:0.5s;
} 
}

@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
	width: extend-to-zoom;
	zoom:1.0;
}
.veg{
	width:100%;
	height:70vh;
	background-image: url(about.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.4;
}
.h1{
	font-size: 400%;
	position:absolute;
	color:#7CFC00;
	text-shadow: 5px 5px  white;
	opacity:1.0;
	font-family: 'Kaushan Script', cursive;
	height:30vh;
	top: 30vh;
	width:100%;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 1200px) {

.h1{position:absolute;
	font-size: 350%;
	color:#7CFC00;
	text-shadow: 5px 5px  white;
    font-family: 'Kaushan Script', cursive;
	height:25vh;
	top: 25vh;
	width:100%;
	text-align: center;
	vertical-align: middle;}
} 
@media screen and (max-width: 1000px) {
	
.h1{position:absolute;
	font-size: 200%;
     font-family: 'Kaushan Script', cursive;
     color:#7CFC00;
	text-shadow: 5px 5px  white;
	height:20vh;
	top: 20vh;
	width:100%;
	text-align: center;
	vertical-align: middle;}
} 
@media screen and (max-width: 800px) {

	.veg{
	width:100%;
	height:40vh;
	background-image: url(about.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.4;
}
.h1{position:absolute;
	font-size: 150%;
	color:#7CFC00;
	text-shadow: 2px 2px  white;
	font-family: 'Kaushan Script', cursive;
	height:15vh;
	top: 15vh;
	width:100%;
	text-align: center;
	vertical-align: middle;}
} 
@media screen and (max-width: 700px) {

	.veg{
	width:100%;
	height:40vh;
	background-image: url(about.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.4;
}
.h1{position:absolute;
	font-size: 150%;
	color:#7CFC00;
	text-shadow: 2px 2px  white;
	font-family: 'Kaushan Script', cursive;
	height:10vh;
	top: 10vh;
	width:100%;
	text-align: center;
	vertical-align: middle;}
} 
@media screen and (max-width: 500px) {

	.veg{
	width:100%;
	height:30vh;
	background-image: url(about.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity:0.4;
}
.h1{position:absolute;
	font-size: 135% ;
	color:#7CFC00;
	text-shadow: 2px 2px  white;
	font-family: 'Kaushan Script', cursive;
	height:25vh;
	top: 25vh;
	width:100%;
	text-align: center;
	vertical-align: middle;}
}
.magamrol{
	background-color: #333333;
	position: relative;
	float:left;
	width:37.5%;
	margin-right: 2.5%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	padding:2.5%;
	height:35vh;
}
.befejezes{
	background-color:#333333;
	position: relative;
	float:left;
	width:37.5%;
	margin-right: 2.5%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	padding:2.5%;
	height:35vh;
}
.kep{
	border-radius: 50%;
	float:left;
	position:relative;
	margin: 0 5% 5% 5%;
}
p{
	margin:5%;
}
.php{
	float: none;
}
.none{
	float:none;
	margin-top:15%;
	position:absolute;
	vertical-align: bottom;
}


.nagy{

	position:relative;
	margin-top: 80vh;
	width:100%;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 4px;
	overflow: hidden;
	background: linear-gradient(90deg,#FFB6C1, #fff,#FFB6C1);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: animate 5s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,.00);
}
@keyframes animate{
	0%{
		background-position:-300%;
	}
	100%{
		background-position:400%;
	}
}
.com{
	width: 100%;
    padding-bottom: 5vh;
	position:relative;
	font-family: font-family: 'Righteous', cursive;
	font-size: 250%;
	align-items: center;
    padding-left: 45%;
	margin-top: : 25vh;
	font-size: 200%;
}
.com:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  transition:1s;
  
}
.com:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
  transition:1s;
}

.com:hover {
  color: #FFB6C1;
  background-color: transparent;
  text-decoration: none;
  font-size:350%;

}

.com:active {
  color: #FF8C00;
  background-color: transparent;
  text-decoration: underline;
}
p{
   font-size: 120%;
}
.kicsi{
	font-size: 120%;
}
.kicsi:link {

  color: black;
  background-color: transparent;
  text-decoration: none;
  transition:1s;
  
}
.kicsi:visited {

  color: black;
  background-color: transparent;
  text-decoration: none;
  transition:1s;
}

.kicsi:hover {
	
  color: white;
  background-color: transparent;
  text-decoration: none;

}

.kicsi:active {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

