@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

.snowfall-flakes{
	border-radius:8px;
}

.xmas-show-wind{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	right:0px;
}

.xmas-show-wind:hover{
	cursor:pointer;
}

.xmas-show-wind img{
	width:100%;
	height:100%;
}

.xmas-pine{
	width:178px;
	height:280px;
	background-image:url("../images/chrismas_tree.png");
	position:fixed;
	top:100%;
	left:50px;
	margin-top:-320px;
	z-index:10;
}

.xmas-pine-active{
	width:178px;
	height:280px;
	background-image:url("../images/chrismas_tree_active.png");
	position:fixed;
	top:100%;
	left:50px;
	margin-top:-320px;
	z-index:10;
	display:none;
}

.xmas-background{
	position:fixed;
	bottom:40px;
	left:0px;
	width:100%;
	height:200px;
}

.xmas-background img{
	width:100%;
	height:100%;
}

.xmas-show-snowMen{
	background-image:url("../images/snow_men_1.png");
	width:154px;
	height:162px;
	bottom:30px;
	right:15%;
	position:fixed;
	z-index:10;
}

.xmas-show-snowMen-1{
	background-image:url("../images/snow_men.png");
	width:82px;
	height:144px;
	bottom:38px;
	left:200px;
	position:fixed;
	z-index:10;
}

@media (min-width: 767px) and (max-width: 979px){
	.xmas-show-snowMen-1{
		display:none;
	}
	
	.xmas-show-snowMen{
		display:none;
	}
	
	.xmas-pine{
		display:none;
	}
}

@media (max-width: 767px){
	.xmas-show-snowMen-1{
		display:none;
	}
	
	.xmas-show-snowMen{
		display:none;
	}
	
	.xmas-pine{
		display:none;
	}
	.bkaracsony{
		z-index: 20 !important;
	}
}

.bkaracsony{
	
	position:fixed;
	z-index:1;
	bottom:100px;
	left:0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;

}
.bkaracsony p{
	font-family: 'Pinyon Script', cursive;
	font-size: 6vw;
	color: red;
	margin:0;
	margin-left:25%

}