body{
	font-family: calibri ,verdana, arial;
	/*background-image: url("./img/background.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;*/
	/*background: #dfe59c;*/
	background-color: #ceb795;
}
/*
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
											KEZDŐKÉP
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
*/
.close{
	cursor: pointer;
	position: absolute; 
	top: 2vw; 
	right:2vw; 
	height: 30px;
}
#footer{
	
}
/*
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
											OLDALMENÜ
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
*/


.animate{
	position: absolute;
	animation: animate .8s;
	background: rgba(250,250,255, 1);
	height: 100%;
	width: 100%;
}
@keyframes animate{
	from{
		top:-100%;
		opacity:1;
	} 
	to{
		top:0;
		opacity:1;
	}
}