html, body {
  height: 100%;
  margin: 0;
  position: relative;
}

.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;
	display: flex;
	justify-content: center;
	text-wrap: wrap;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

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;
}

.kep {
	max-width: 90%;
	object-fit: cover;
	display: flex;
	justify-self: center;
	justify-content: center;
	max-height: 90%;
	margin-top: 3em;
	margin-bottom: 1em;
}

iframe {
	margin-top: 0.5em;
	justify-content: center;
}

.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}

.alairas {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  direction: row;
  justify-content: center;
  text-align: center;
}

.link {
	display: flex;
	justify-self: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	margin-top: 3em;
}

.nav-bar .center-link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	margin-top: 3em;
}

.nav-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}