html, body {
	height: 100%;
	margin: 0;
	background:#F2F2F2;
	font-family: 'Libre Baskerville', serif;
	color: #3f3f3f;
}
body::after {
	content: '';
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:radial-gradient(circle at 20% 20%, rgba(255,255,255,0.6), transparent 45%),radial-gradient(circle at 80% 70%, rgba(180,180,180,0.25), transparent 50%),radial-gradient(circle at 50% 50%, rgba(210,210,210,0.15), transparent 60%);
	opacity: 0.5;
	z-index: 1;
}
.main-container {
	display: flex;
	gap: 50px;
	padding: 50px;
	align-items: flex-start;
	justify-content: center;
}
#navigation {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	padding: 54px 40px;
	background: linear-gradient(180deg,#f7f7f6,#e3e3e1);
	border-bottom: 1px solid #cfcfcf;
	box-shadow:0 10px 25px rgba(0,0,0,0.08),inset 0 -2px 10px rgba(255,255,255,0.7);
	font-family: 'Cinzel Decorative', serif;
}
#navigation::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(90deg,rgba(255,255,255,0.35) 0px,rgba(255,255,255,0.15) 2px,transparent 2px,transparent 42px);
	opacity: 0.4;
	pointer-events: none;
}
#navigation a {
	position: relative;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4a4a4a;
	text-decoration: none;
	background: linear-gradient(145deg,#f5f5f5,#dcdcdc);
	border: 1px solid #c9c9c9;
	border-radius: 10px 4px 10px 4px;
	transition: all 0.25s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
#navigation a:hover {
	transform: translateY(-2px);
	background: linear-gradient(145deg,#ffffff,#e8e8e8);
	box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
#navigation a::before {
	content: "⚱";
	margin-right: 8px;
	opacity: 0.5;
	color: #7a7a7a;
}
#content {
	margin-top:-130px;
	width: 78%;
	opacity:0.8;
}
#header {
	background-image: url('images/head.jpg');
	background-position: center;
	height: 730px;
	background-repeat:no-repeat;
}
h1 {
	text-align: center;
	margin: 40px auto;
	font-size: 52px;
	font-family: 'Cinzel Decorative', serif;
	letter-spacing: 8px;
	color: #4a4a4a;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
}
h1::before,h1::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 60px;
	height: 2px;
	background: linear-gradient(to right, transparent, #bdbdbd, transparent);
}
h1::before {
	left: -80px;
}
h1::after {
	right: -80px;
}
h1 span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 120px;
	height: 3px;
	border-radius: 10px;
	background: linear-gradient(90deg,#cfcfcf,#e8e8e8,#cfcfcf);
}
.contentx {
	display: block;
	padding: 48px 52px;
	margin: 30px auto;
	max-width: 820px;
	line-height: 1.85;
	letter-spacing: 0.3px;
	background: linear-gradient(145deg,#f8f8f8,#e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 28px 10px 28px 10px;
	box-shadow:inset 0 0 18px rgba(255,255,255,0.7),0 18px 40px rgba(0,0,0,0.08);
	color: #3f3f3f;
	font-size: 18px;
	font-family: 'Libre Baskerville', Georgia, serif;
	text-align: justify;
	position: relative;
	overflow: hidden;
}
.contentx a {
	color: #4a4a4a;
	text-decoration: none;
	border-bottom: 2px solid #c9c9c9;
	padding: 0 2px;
	transition: all 0.25s ease;
	background: linear-gradient(transparent 60%, rgba(255,255,255,0.6));
}
.contentx a:hover {
	color: #2f2f2f;
	border-bottom-color: #9e9e9e;
	transform: translateY(-1px);
}
.contentx a:visited {
	color: #5a5a5a;
	border-bottom-color: #bdbdbd;
}
.contentx::before {
	content: "";
	position: absolute;
	inset: 0;
	background:repeating-linear-gradient(120deg,rgba(255,255,255,0.4) 0px,transparent 3px,rgba(200,200,200,0.1) 6px);
	opacity: 0.25;
	pointer-events: none;
}
blockquote {
	border-left: 6px solid #bdbdbd;
	border-radius: 18px 4px 18px 4px;
	padding: 30px 40px;
	background: linear-gradient(135deg,#f3f3f3,#dedede);
	box-shadow: inset 0 0 20px rgba(255,255,255,0.6);
	color: #4a4a4a;
}
textarea,input,select {
	width: 45%;
	max-width: 620px;
	border-radius: 14px 6px 14px 6px;
	border: 1px solid #c9c9c9;
	background: #f7f7f7;
	color: #444;
}
#footer {
	margin-top: 80px;
	padding: 60px 20px;
	text-align: center;
	background: linear-gradient(180deg,#f7f7f7,#e1e1e1);
	border-radius: 60px 60px 0 0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),0 -10px 30px rgba(0,0,0,0.1);
}
#footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.6), transparent 70%);
}
#footer a {
	color: #6a6a6a;
	border-bottom-color: #b0b0b0;
}
@media (max-width: 768px) {
	#navigation {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
		padding: 16px;
	}
	#navigation a {
		width: 100%;
		text-align: center;
		padding: 12px;
	}
	#header {
		height: 420px;
		background-size: cover;
	}
	h1 {
		font-size: 32px;
		letter-spacing: 4px;
		padding: 10px 16px;
	}
	.contentx {
		padding: 24px 18px;
		font-size: 16px;
		line-height: 1.9;
	}
	textarea,input,select {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.main-container {
		flex-direction: column;
		padding: 30px;
		gap: 30px;
	}
	#navigation {
		flex-wrap: wrap;
		padding: 20px;
		gap: 10px;
	}
	#content {
		max-width: 100%;
		margin-top: 0;
	}
	.contentx {
		max-width: 100%;
		padding: 36px 30px;
	}
}
@media (max-width: 480px) {
	#navigation {
		padding: 12px;
		gap: 8px;
	}
	#navigation a {
		font-size: 12px;
		padding: 10px;
	}
	.contentx {
		padding: 18px 14px;
		border-radius: 18px 6px 18px 6px;
	}
	h1 {
		font-size: 26px;
		letter-spacing: 3px;
	}
}
