div#logo_kep_uj {
float: left;
position: relative;
width: 175px;
height: 140px;
z-index: 15;
margin-top: 0;
z-index: 201;
}

div#logo_kep_uj h1 {
font-family: 'Italianno', cursive;
font-size: 44px;
text-align: center;
color: white;
font-weight: normal;
margin: 80px 10px 0 0;
text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 799px) {
	div#logo_kep_uj h1 {
	margin: 20px 0 0 0;
	}
}

@media only screen and (min-width: 800px) {
	div#logo_kep_uj {
		background: url(../../i/logo_mandala_feher_lv_.png) center top no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
	background-size: contain;
	}
	
	div#logo_kep_uj h1 {
	}
}

@media only screen and (min-width: 1400px) {
	div#logo_kep_uj {
	width: 12vw;
	height: 8vw;
	}
	
	div#logo_kep_uj h1 {
	font-size: 3vw;
	margin-top: 6vw;
	}
}

@media only screen and (min-width: 1600px) {
	div#logo_kep_uj {
	}
	
	div#logo_kep_uj h1 {
	}
}