@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@font-face {
	font-family: "FC Minimal";
	src: url("../fonts/FCMinimalRegular.woff2") format("woff2"),
		url("../fonts/FCMinimalRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #e9e6d4 !important;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#wrapper-dsk {
	position: relative;
	max-width: 1920px;
	width: 100%;
}
#wrapper-mb {
	display: none;
}

a {
	font-size: 32px;
	font-family: "FC Minimal" !important;
	color: #000 !important;
	text-decoration: none;
	line-height: 1;
}
.fw--container {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	height: auto;
}

.grid--container {
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	position: relative;
}

.item--left {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.item--right {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: 80px;
	padding: 0 40px;
}

.item--block {
	display: block;
	margin: 40px auto 80;
	padding: 0;
	width: 100%;
}
.item--block-2 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: right;
}

.video--block {
	height: 100%;
	width: 100%;
	}

.menu-title {
	font-family: "EB Garamond", serif;
	color: #b02232;
	font-size: clamp(28px, 5vw, 60px);
	font-weight: 500;
}

.div--space {
	margin: 20px auto;
}

.menu-list {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.menu-item {
	padding: 12px 0;
	border-bottom: 2px solid #bfbcac;
	font-size: 20px;
}

.heading--left {
	display: block;
	border-left: 10px solid #ecc345;
	padding-left: 20px;
}

.heading--right {
	display: block;
	text-align: right;
	border-right: 10px solid #ecc345;
	padding-right: 20px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
}

@media only screen and (max-width: 1366px) {
	.menu-item {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 480px) {
	#wrapper-dsk {
		display: none;
	}
	#wrapper-mb {
		display: block;
		position: relative;
		width: 100%;
		height: 100vh;
	}

	body {
		overflow: auto;
	}
	.grid--container {
		display: grid;
		margin: 0 auto;
		grid-template-columns: 1fr;
	}

	.item--left {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.item--right {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 0 20px;
	}

	.item--block {
		display: block;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		height: auto;
		padding-right: 10px;
	}

	.item--block-2 {
		display: block;
		position: relative !important;
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 20px;
		bottom: 0;
	}

	.menu-title {
		font-size: 32px !important;
	}

	.video--block {
		height: auto;
		width: 100%;
		object-fit: cover;
	}

	.menu-block {
		padding: 10px;
	}
}
