@charset "UTF-8";
/* Ding How CSS Document */

/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/

/* Rules for sizing the icon. */
.material-icons.md-12 {
  font-size: 12px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
} /*default size*/
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.white {
  color: antiquewhite;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');

:root {
  --blueish_green: rgb(70, 122, 128);
  --light_green: rgb(213, 242, 185);
  --blue: rgb(23, 78, 142);
  --red: rgb(200, 10, 15);
  --gold: rgb(255, 209, 13);
}
html {
  font-size: 10px;
  overflow-y: scroll;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a, a:hover {
  text-decoration: none;
  color: inherit;
}
ul {
    list-style-type: none;
}
div:empty {
  height: 10px;
}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

#wrapper {
	width: min(100% - 6vw, 1200px);
	margin: 0 auto;
}

header {
	padding: 20px 0 5px;
	background: linear-gradient(10deg, #e4e4e5, #f1f1f2 25%, #cfd3d7 60%, #ecedee 78%, #d5d6d7);
}
header h1 {
	text-indent: -1000rem;
	background: url(../images/header_logo.png) no-repeat center;
	background-size: cover;
	margin: 0 auto;
	width: 40%;
	aspect-ratio: 10 / 2.3;
}
header p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(1.3rem, 1.5vw, 2rem);
	color: var(--red);
	text-align: center;
	margin-bottom: 6px;
	font-weight: 400;
}

nav {
	background: var(--red);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 2% 10px;
	position: sticky;
	top: 0;
	z-index: 100;
}
nav h2 {
	font-size: clamp(2.4rem, 2vw, 2.8rem);
	color: white;
	line-height: 0.8em;
}
nav h2 small {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.7em;
	font-weight: 400;
}
ul.navigation {
	display: flex;
}
ul.navigation li {
	text-align: center;
}
ul.navigation li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: clamp(1.2rem, calc(1.2rem + 0.25vw), 3rem);
	padding: 3px 1vw;
	color: var(--gold);
	white-space: nowrap;
}
ul.navigation li ~ li a {
	border-left: solid 1px var(--gold);
}
ul.navigation li a:hover {
	background: var(--gold);
	color: red;
}


/*table*/
.prices {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-block: 15px;
}
.prices h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	text-align: center;
	flex-basis: 100%;
	color: var(--red);
	margin-bottom: 2vh;
}
.priceTbl {
	width: 40%;
	margin: 0 auto;
	border-bottom: solid 3px var(--blue);
}
.priceTbl caption {
	background: linear-gradient(to left, var(--gold), var(--red) 15%, var(--red) 85%, var(--gold));
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	padding-block: 5px;
	margin-bottom: 10px;
}
.priceTbl thead th {
	font-family: 'Roboto Condensed', sans-serif;
	color: var(--red);
	font-size: clamp(1.6rem, 5vw, 2.4rem);
	line-height: 1em;
	font-weight: 400;
	height: 60px;
}
.priceTbl thead th small {
	font-size: 0.8em;
}
.priceTbl tbody td {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	line-height: 0.8em;
	padding: 15px 0 10px 8px;
	text-align: right;
	border-bottom: solid 1px var(--blueish_green);
	white-space: nowrap;
}
.priceTbl tbody td small {
	font-size: 0.6em;
	font-style: italic;
}
.priceTbl tbody td:first-child {
	text-align: left;
	width: 30%;
}
.priceTbl tbody td ~ td {
	padding-right: 2.5vw;
	font-weight: 700;
}
.priceTbl tbody tr:hover {
	background: var(--light_green);
}

.others {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 2vw;
}
.others > div {
	min-width: 45%;
	margin: 0 auto;
}
.takout {
	background: linear-gradient(to bottom, rgb(46 102 106) 10%, rgb(137 196 169) 40%, rgb(191 220 189));
	padding-block: 15px 10px;
	text-align: center;
}
.takout h2 {
	font-size: calc(2.4rem + 0.7vw);
	color: yellow;
	margin-bottom: 5px;
}
.takout p {
	font-size: calc(2rem + 0.5vw);
	line-height: 1.5em;
}
.birthday {
	padding-block: 50px;
	display: grid;
	place-items: center;
	text-align: center;
	position: relative;
	isolation: isolate;
}
.birthday::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.4;
	background-color: white;
	background-image: url("../images/buffet-table.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.birthday h2 {
	font-size: calc(3.5rem + 0.5vw);
	color: var(--red);
	text-shadow: -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white, 2px 2px 0 white;
	letter-spacing: 1px;
	line-height: 0.7em;
}
.birthday h2 small {
	font-size: 0.45em;
	color: black;
	letter-spacing: 0;
	text-shadow: none;
	font-weight: 300;
}
.note {
	padding-block: 15px;
	background: #dedede;
}
.note p {
	font-size: clamp(1.6rem, 1vw, 2.4rem);
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
}

section.inner_page {
	padding: 15px 5vw;
}
section.inner_page h1 {
	font-size: calc(3rem + 0.8vw);
	color: var(--red);
	text-align: center;
}
section.inner_page h2 {
	font-size: clamp(2rem, calc(1.6rem + 1.25vw), 2.4rem);
	text-align: center;
	margin-top: 15px;
	line-height: 100%;
}
section.inner_page h2 small {
	font-size: 0.7em;
	font-style: italic;
	font-weight: 400;
	color: #3d3d3d;
}
.gallery {
	padding-block: 30px;
	display: flex;
	flex-wrap: wrap;
}
.gallery > div {
	flex: 1 1 50%;
	padding-inline: 10px;
}
.main_photo img {
	display: block;
	margin: 10px auto;
	width: 100%;
	border: solid calc(2px + 0.8em) var(--gold);
}
.thumbnails {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 0.5vw;
	
}
.thumbnails img {
	width: calc(25% - 0.5vw);
	min-width: 100px;
	margin: 10px 0;
}
.party_tray img {
	display: block;
	margin: 10px auto;
}
.beverages {
	padding: 20px 0;
}

.beverages > img {
	width: 85%;
	display: block;
	margin: -10px auto 20px;
}
.drinks {
	flex: 1 1 60%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	margin-bottom: 20px;
	}
figure {
	margin: 10px 0;
}
figure img {
	width: 100%;
}
figure figcaption {
	text-align: center;
	font-size: calc(1.2rem + 0.5vw);
}

/*cook to order*/
.cook_dishes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5em;
	padding-bottom: 2vh;
}
.cook_dishes figure {
	font-family: 'PT Sans Narrow', sans-serif;
}
.cook_dishes figure p {
	font-size: clamp(1.2rem, calc(1rem + 1vw), 1.8rem);
	line-height: 80%;
	text-indent: 5px;
	font-style: italic;
}

.cook_dishes figcaption {
	font-size: clamp(1.4rem, calc(1rem + 1.25vw), 2rem);
	postion: relative;
	padding: 8px 5px;
	display: flex;
}
.cook_dishes figcaption span {
	margin-left: auto;
}
.cook_number {
	position: absolute;
	margin-top: -37px;
	height: 20px;
	width: 25px;
	background: var(--red);
	color: white;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 1px;
}

.cook {
	background: linear-gradient(to left, var(--gold), var(--red) 15%, var(--red) 85%, var(--gold));
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	padding-block: 10px;
	margin: 15px auto 10px;
	width: 275px;
	border-radius: 25px;
	box-shadow: 0 10px 15px -12px rgb(10, 10, 10);
}
.cook:hover {
	background: linear-gradient(to left, var(--gold), var(--blueish_green) 25%, var(--blueish_green) 75%, var(--gold));
}
p.delivery {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	text-align: center;
	margin: 8px 0 10px;
}

/*Combination*/

.combination_list {
	padding: 2vh 4vw;
}
.combination {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;;
}

.combination h3 {
	font-size: clamp(2rem, calc(2rem + 1.75vw), 2.5rem);
	background: var(--blue);
	color: white;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
.combination img {
	display: block;
	margin: 5px auto 15px 5vw;
	flex: 1;
}
ul.list {
	font-size: clamp(1.6rem, calc(1rem + 1.25vw), 2rem);
	margin: 0 0 15px 10px;
	line-height: 1.5;
	padding-top: 8px;
	flex: 0.75
}
ul.list li {
	background-image: url("../images/rice_icon.png");
	background-size: 5%;
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 3px 0 3px 30px; 
}

/*disclaimer*/
.disclaimer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-flow: column;
}
.disclaimer p {
	font-size: calc(1.1rem + 0.25vw);
	line-height: 1.3;
	text-align: center;
}
.disclaimer p:last-child {
	font-size: calc(1.4rem + 0.3vw);
	color: var(--red);
}

/*table*/
.drinkTbl {
	width: 65%;
	margin: 30px auto 20px;
	border-top: solid 3px var(--gold);
	border-bottom: solid 3px var(--gold);
}
.drinkTbl td {
	font-size: calc(1.2rem + 1vw);
	padding: 8px 12px;
	border-bottom: solid 1px #d1d1d1;
}
.drinkTbl td:last-child {
	text-align: right;
}

/*footer*/
footer {
	padding: 1vh 5vw;
	diplay: grid;
	place-items: center;
	background: var(--gold);
}
footer p {
	font-size: clamp(1.2rem, 0.8vw, 1.5rem);
	line-height: 1.5em;
	text-align: center;
}
footer p a:hover {
	text-decoration: underline;
}

/*general*/
.word_wrap {
	white-space: nowrap;
}
#gototop {
  width: 35px;
  height: 25px;
  position: fixed;
  right: 1.5vw;
  bottom: 8%;
  display: flex;
  border: solid 1px #bbb;
  border-radius: 5px;
  background: var(--gold);
}
.arrow_top {
  height: 20px;
  width: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: black;
  margin: auto;
}
hr.hr {
	border: none;
	border-top: dotted 3px var(--blueish_green);
	margin-bottom: 15px;
}


@media (max-width: 800px) {
	nav {
		flex-flow: column;
		padding-bottom: 10px;
	}
	nav h2 {
		text-align: center;
	}
	nav ul {
		margin-top: 10px;
	}
	nav li a {
		padding: 5px 4vw;
	}
	.prices {
		flex-flow: column
	}
	.priceTbl {
		width: 80%;
		margin-block: 15px;
	}
	.priceTbl tbody td ~ td {
		padding-right: 7vw;
	}
	.others {
		flex-flow: column;
		padding: 0 3vw
	}
	.others > div {
		min-width: 85%;
		margin-block: 0.5vh;
	}
	.gallery {
		flex-flow: column;
	}
	.main_photo img {
		width: 100%;
	}
}


@media (max-width: 600px) {
	header h1 {
		width: 60%;
	}
	.mobile_hide {
		display: none;
	}
	.party_tray img {
		width: 90%;
	}
	.drinkTbl {
		width: 85%;
	}
	.thumbnails {
		column-gap: 0.65vw;
	}
	.cook_dishes {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 1em;
	}
	.cook_dishes figure {
		width: calc(50% - 1em);
		max-width: 210px;
	}
	ul.list {
	margin: 0 0 15px 7vw;
}
	ul.list li {
	background-size: 4%;
	background-position: 0 5px;
	}
	.combination {
	flex-flow: column;
	gap: 1em;
	}
	.combination > * {
		width: 90%;
	}
	.combination img {
	margin: 5px auto -5px;
	}
}






