html {
	color: #ffe6a7;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings:
		"wdth" 100;
}

body {
	margin: 0;
	padding: 0;
	background-color: #432818;
}

.material-symbols-outlined {
	color: orange;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

.symbol-filled {
	font-variation-settings:
		'FILL' 1
}

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;

}

.jidla-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 1em;
}

header,
h1 {
	text-align: center;
}

.web-footer {
	padding: 1em;
	float: right;

}

.stranka-s-receptem {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: 1fr auto;
	width: 100%;

	h1 {
		padding-left: 1rem;
		text-align: left;
		grid-column: 1/3;
		color: #6f1d1b;
	}

	h2 {
		padding-left: 1rem;
		color: #6f1d1b;
	}

	h3 {
		padding-left: 1rem;
		color: #6f1d1b;
	}

	.postup {
		margin-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
		background-color: #bb9457;
		grid-column: 1/3;
		border-radius: 5px;
	}
	img {
		width: 98%;
		border-radius: 5px;
	}

	.ingredience {	
		border-radius: 5px;
		margin-left: 1em;
		margin-right: 1em;
		background-color: #bb9457;
	}
}



.random {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 1em;

	a {
		text-align: center;
		background-color: #6f1d1b;
		padding: 10px 20px;
		border-radius: 5px;
		text-decoration: none;
		color: #ffe6a7;
		font-weight: bold;
	}

	a:hover {
		background-color: #bb9457;
	}
}

.jidlo-card {

	display: grid;
	padding: 1rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 1em;
	background-color: #bb9457;
	width: 380px;
	height: 200px;

	border-radius: 5px;

	img {
		height: 150px;
		width: 200px;
		border-radius: 5px;
	}

	a {

		text-decoration: none;
		color: #ffe6a7;
	}

	.popis {
		color: #ffe6a7;
		display: flex;
		gap: 1em;
		flex-flow: column;
	}

	.kategorie {
		padding: 1em;
		color: #6f1d1b;
	}

	.hodnoceni {
		padding: 1em;
	}

	.popis:hover {
		font-weight: bold;
	}
}

.middle-panel {
	background-color: #99582a;
	width: 80vw;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-radius: 5px;
}

.left-box {
	background-color: #432818;
	width: 10vw;

}

.right-box {
	background-color: #432818;
	width: 10vw;
}

h2 {
	text-decoration-color: black;
}

.obdelnik {
	text-align: center;
	overflow: hidden;
	position: sticky;
	/* Make it sticky */
	top: 0;
	/* Stick to the top */
	width: 100%;
	/* Full width */
	z-index: 1000;
	/* Ensure it stays on top of other content */
	color: #ffe6a7;
	background-color: #432818;
	height: 150px;

	h1 {
		text-wrap: nowrap;
	}
}

nav {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;

	ul {
		padding: 0;
		margin: 0;
		display: flex;
		list-style-type: none;
		gap: 20px;
		padding: 0px;
	}

	li {
		text-align: center;
		background-color: #6f1d1b;
		padding: 10px 20px;
		border-radius: 5px;
		text-wrap-mode: nowrap;
	}

	li a {
		text-align: center;
		padding: 20px auto;
		text-decoration: none;
		color: #ffe6a7;
		font-weight: bold;
	}

	li:hover {
		background-color: #bb9457;
	}
}

nav .textobrazku {
	padding-top: 50px;
	text-align: center;
	text-decoration-color: #ffe6a7;
}

.popisobrazku {
	margin: 10px;
	padding-top: 20px;
	display: flex;
	text-align: center;
	text-decoration-color: #ffe6a7;
}

.hvezdicky {
	display: block;
	margin: 0 auto;
	height: 80px;
	width: 80px;
}