@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Pangolin&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Nanum Gothic', sans-serif;
	background-color: hsl(41, 38%, 85%);
	background: top / 150rem no-repeat url(./img/cb85ef04e45438400f8dd3b8b022025f.jpg);
}

#content {
	min-height: 100vh;
	display: grid;
	grid-template-columns: clamp(35rem, 80vw, 57rem);
	grid-template-rows: auto 1fr auto;
	justify-content: center;
}

header ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

#banner {
	display: flex;
	background-color: #b3a179;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}

#banner img {
	height: 9rem;
}

#headline {
	text-align: center;
}

header h1, h2 {
	font-size: 4rem;
	font-family: 'Permanent Marker', cursive;
	color: black;
  -webkit-text-stroke-width: 0.14rem;
  -webkit-text-stroke-color: white;
}

header h2 {
	font-size: 3rem;
  -webkit-text-stroke-width: 0.1rem;
}

header ul {
	display: grid;
	grid-auto-flow: column;
	font-size: 1.3rem;
	padding: 0.5rem;
	font-family: 'Pangolin', cursive;
	background-color: #b3a179;
	text-align: center;
}

header li {
  position: relative;
	padding: 1rem;
	margin: 0.2rem;
	background-color: white;
	cursor: pointer;
}

header li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

header li:hover::before,
header .active::before  {
  transform: scaleX(1);
}

main {
	background-color: hsl(41, 38%, 75%);
}

h3 {
	font-size: 1.3rem;
	text-decoration: underline;
	margin-bottom: 1rem;
}

.wrapper {
  position: relative;
	overflow: hidden;
  width: 100%;
  height: 100%;
	border-left: 0.4rem solid #b3a179;
	border-right: 0.4rem solid #b3a179;
}

.bamboo {
	position: absolute;
  width: 100%;
  height: 100%;
	background: center / cover no-repeat url(./img/f3277cfd9fe53aeb80a9420bff5c25cd.jpg);
	opacity: 0.2;
}

.info {
  position: relative;
  height: 100%;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer {
	padding: 0.8rem;
	text-align: center;
	background-color: hsl(41, 38%, 85%);
	border: 0.4rem solid #b3a179;
	border-top: 0;
}

.credit {
	font-size: 0.8rem;
}

.credit a {
	text-decoration: underline;
}
#home {
  height: 100%;
	display: grid;
	grid-template-rows: 2fr 1fr;
	gap: 2rem;
}

.food-image {
	background: center / cover no-repeat url(./img/4ba1a2a3a245a4803d4dce2a54d93b54.jpg);
	border: 0.5rem solid #b3a179;
}

.text {
	display: flex;
	align-items: center;
	background-color: white;
	padding: 2rem;
}
#menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu ul {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

#menu li {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 3rem 1rem;
}

#menu img {
	max-width: 100%;
}

#menu li div:first-child {
	flex: 1.5;
	text-align: center;
}

#menu li div {
	flex: 1;
	text-align: center;
}
#contact {
	display: flex;
	height: 100%;
	flex-direction: column;
	background-color: white;
	justify-content: center;
	align-items: center;
	padding: 3rem 5rem;
	gap: 1rem;
}

#contact ul {
	display: flex;
	gap: 2rem;
	margin-bottom: 0.5rem;
}

#contact li {
	list-style: none;
}

#contact li * {
	margin-bottom: 0.5rem;
}

#contact div {
	font-weight: bold;
}

iframe {
	min-height: 15rem;
	flex: 1;
	align-self: stretch;
}
#delivery {
	display: flex;
	flex-direction: column;
	background-color: white;
	justify-content: center;
	align-items: center;
	padding: 3rem 5rem;
}

#delivery li {
	margin-top: 1rem;
}

#delivery img {
	margin-bottom: 3rem;
}

#delivery button {
	padding: 0.5rem;
	margin-left: 0.4rem;
	font-weight: 600;
	border: none;
}
