body, html {
	margin: 0;
	padding: 0;
}

.hero {
	position: relative;
	height: 100vh;
	background: url('index_bg.JPG') center/cover no-repeat;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	object-fit: cover;
}

.hero-logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	z-index: 10;
}

.hero-menu {
	font-family: 'Major Mono Display', monospace;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	z-index: 10;
}

.hero-menu a {
	color: white;
	font-size: 2em;
	text-decoration: none;
	margin: 0.8em;
}

.top-nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	padding: 10px 30px;
	display: none;
	align-items: center;
	z-index: 100;
}

.nav-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-logo {
	width: 200px;
}

.nav-menu a {
	margin-left: 20px;
	text-decoration: none;
	color: #333a2c;
	font-family: 'Major Mono Display', monospace;
}

.panel {
	text-align: center;
	color: #333a2c;
	padding: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}

.corner {
	position: absolute;
	width: 6em;
}

.top-left {
	top: 0px;
	left: 0px;
	transform: rotate(-45deg);
}

.top-right {
	top: 0px;
	right: 0px;
	transform: rotate(45deg);
}

.bottom-left {
	bottom: 0px;
	left: 0px;
	transform: rotate(-135deg);
}

.bottom-right {
	bottom: 0px;
	right: 0px;
	transform: rotate(135deg);
}

h2 {
	font-family: 'Major Mono Display', monospace;
	font-size: 4em;
}

h3 {
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 0.5em;
	font-size: 2em;
}

h4 {
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 0.5em;
	font-size: 1.6em;
}

p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 4em;
	margin-right: 4em;
}

.parallax-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  height: 50vw;
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.parallax-text {
  position: relative;
  z-index: 2;
  color: #c9ba99;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

iframe {
	margin-top: 0.5em;
}

.naszut-terkep {
	width: 50%;
}

.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}
