@font-face {
	font-family: 'Neuzeit Grotesk';
	src: local('Neuzeit Grotesk Light'), local('Neuzeit-Grotesk-Light'),
		url('https://embernemadat.hu/NeuzeitGro-Lig.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Neuzeit Grotesk Extra';
	src: local('Neuzeit Grotesk Extra-condensed Black'), local('Neuzeit-Grotesk-Extra-condensed-Black'),
		url('https://embernemadat.hu/NeuzeitGroExt-Bla.woff') format('woff');
	font-display: swap;
}
h1 {
	text-align: center;
	font-size: 50px;
	margin : 3%;
	font-family: 'Neuzeit Grotesk Extra';
}
h2, div {
	text-align: center;
	font-family: 'Neuzeit Grotesk';
}
h4 {
	text-align: center;
	font-family: 'Neuzeit Grotesk Extra';
	font-size: 20px;
	margin : 1%;
}
figcaption {
	text-align: center;
	font-family: 'Neuzeit Grotesk Extra';
	width: 110px;
	height: 16px;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
}
figure {
	text-align: center;
	display: inline-block;
	margin: 0px;
	width: 110px;
	height: 110px;
	position: relative;
}
figure > img {
	width: 110px;
	height: 94px;
}
p {
	font-size: 20px;
}
a {
	text-decoration: none;
	color: black;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 750px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}