@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Comic+Neue:ital,wght@0,400;1,700&family=Fredoka:wght@500&display=swap');

html, body {
	height: 100%;
	margin: 0;
	font-family: 'Comic Neue', cursive;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
}
#header {
	background-image: url('images/head.jpg'), url('images/bg1.jpg');
	background-repeat: no-repeat, repeat-x;
	background-position: center;
	height: 459px;
	width: 100%;
	margin-top: 0;
	position: relative;
	z-index: 0;
}
#navigation{
	width:100%;
	margin:0;
	padding:18px 0;
	display:flex;
	justify-content:center;
	gap:35px;
	flex-wrap:wrap;
	background:linear-gradient(to bottom,#f4f1eb,#d7d2c8);
	border-top:4px solid #faf8f4;
	border-bottom:6px solid #8b6a45;
	box-shadow:inset 0 2px 5px rgba(255,255,255,.7),inset 0 -2px 5px rgba(0,0,0,.15),0 4px 15px rgba(0,0,0,.2);
}
#navigation a{
	color:#5d4631;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
	padding:15px 28px;
	background:linear-gradient(to bottom,#faf8f3,#d9d3c8);
	border:2px solid #8b6a45;
	box-shadow:inset 0 2px 2px rgba(255,255,255,.8),inset 0 -2px 2px rgba(0,0,0,.15);
	transition:.25s;
}
#navigation a:hover{
	background:linear-gradient(to bottom,#efe7d5,#d1c6b4);
	color:#8b1e1e;
	transform:translateY(-2px);
	box-shadow:0 5px 10px rgba(0,0,0,.25);
}
.contentx {
	background: linear-gradient(to bottom, rgba(250,248,243,.96), rgba(236,231,223,.96));
	max-width: 1100px;
	margin: 0 auto;
	padding: 55px 70px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	line-height: 1.75;
	letter-spacing: 0.6px;
	text-align: justify;
	color: #47392d;
	opacity:0.7;
	border: 4px solid #c8b79c;
	border-radius: 10px;
	box-shadow:inset 0 2px 8px rgba(255,255,255,.65),inset 0 -2px 8px rgba(0,0,0,.08),0 10px 30px rgba(0,0,0,.15);
}
#content {
	margin: 30px auto;
	width: 70%;
	font-family: 'Comic Neue', cursive;
}
h1{
	font-family:"Cinzel", serif;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#7d1e1e;
	text-align:center;
	background:linear-gradient(to bottom,#f8f6f1,#ddd6ca);
	border-top:4px solid #8b6a45;
	border-bottom:4px solid #8b6a45;
	padding:20px;
	box-shadow:0 5px 12px rgba(0,0,0,.15);
}
blockquote {
	position: relative;
	max-width: 850px;
	margin: 60px auto;
	padding: 45px 60px;
	background: linear-gradient(to bottom, #f8f6f2, #e7e0d3);
	border: 3px solid #b89c72;
	border-left: 10px solid #7d1e1e;
	color: #4a3a2d;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.7rem;
	line-height: 1.8;
	font-style: italic;
	text-align: center;
	box-shadow:inset 0 2px 6px rgba(255,255,255,.7),inset 0 -2px 6px rgba(0,0,0,.08),0 10px 25px rgba(0,0,0,.15);
}
blockquote::before {
	content: "❝";
	position: absolute;
	top: 12px;
	left: 22px;
	font-family: Georgia, serif;
	font-size: 5rem;
	color: rgba(176,141,87,.45);
	line-height: 1;
}
blockquote::after {
	content: "❞";
	position: absolute;
	right: 22px;
	bottom: -18px;
	font-family: Georgia, serif;
	font-size: 5rem;
	color: rgba(176,141,87,.45);
	line-height: 1;
}
textarea,input,select{
	background:#f7f4ee;
	border:2px solid #b49b77;
	color:#3b2d22;
	font-family:Georgia, serif;
}
textarea:focus,input:focus,select:focus{
	border-color:#8b1e1e;
	box-shadow:0 0 10px rgba(139,30,30,.25);
}
textarea:focus, input:focus, select:focus {
	outline: none;
	background-color: #FFF9C4;
	border-color: #FFD54F;
	box-shadow: 0 0 8px rgba(255, 213, 79, 0.4);
}
#footer {
	position: relative;
	margin-top: 80px;
	padding: 70px 30px 40px;
	background: linear-gradient(to bottom, #e8e3d8, #cfc6b8);
	color: #4a3b2c;
	text-align: center;
	border-top: 6px solid #8b6a45;
	box-shadow: inset 0 3px 8px rgba(255,255,255,.5);
}
#footer::before {
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 35px;
	background: linear-gradient(to bottom, #ece7dd, #d8d0c3);
	clip-path: polygon(0% 100%,6% 20%,12% 100%,18% 20%,24% 100%,30% 20%,36% 100%,42% 20%,48% 100%,54% 20%,60% 100%,66% 20%,72% 100%,78% 20%,84% 100%,90% 20%,96% 100%,100% 100%);
	border-top: 3px solid #8b6a45;
}
#footer a {
	color: #7d1e1e;
	text-decoration: none;
	font-weight: bold;
	transition: .25s;
}
#footer a:hover {
	color: #b8860b;
	text-shadow: 0 0 4px rgba(184,134,11,.4);
}
a {
	color: #7a1f1f;
	text-decoration: none;
	font-family: "Cinzel", serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .25s ease;
	position: relative;
	font-size: 15px;
	line-height: 1.75;
}
a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #b08d57;
	/* bronze */
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .25s ease;
}
a:hover {
	color: #b08d57;
	text-shadow: 0 1px 2px rgba(0,0,0,.15);
}
a:hover::after {
	transform: scaleX(1);
}
a:visited {
	color: #5b1b1b;
}
b,strong {
	font-family: "Cinzel", serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5c4633;
	font-size: 16px;
	line-height: 1.75;
	background: linear-gradient(to bottom, #f5f2eb, #ddd3c2);
	border: 1px solid #b08d57;
	padding: 2px 8px;
	border-radius: 3px;
	box-shadow:inset 0 1px 1px rgba(255,255,255,.7),inset 0 -1px 1px rgba(0,0,0,.1);
}
i,em {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05em;
	font-style: italic;
	color: #6d4c41;
	letter-spacing: .5px;
}
i::before,em::before {
	content: "❦ ";
	color: #b08d57;
	font-size: .9em;
}
i::after,em::after {
	content: " ❦";
	color: #b08d57;
	font-size: .9em;
}
