@charset "UTF-8";
/* L&L Aiea CSS Document */
/*
font-family: 'Harmattan', sans-serif; headings, tabs
font-family: 'Kumbh Sans', sans-serif; body
font-family: 'Blinker', sans-serif; table
*/

@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@300;400;600;700&display=swap');

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { 
	color: rgba(70, 130, 180, 1); 
	transform: translateY(1px);
}
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.transform {
	transform: translateY(3px);
}

:root {
	--yellow: rgb(243, 235, 43);
	--biege: rgb(233, 184, 104);
	--aquablue: rgb(39, 162, 161);
	--red: rgb(224, 43, 50);
	--maroon: rgb(109, 12, 16);
}
html {
	font-size: 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
a, a:hover {
	color: currentColor;
	text-decoration: none;
}
body {
	font-family: 'Kumbh Sans', sans-serif;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*header*/
.header_container {
	width: 100%;
	background: url("../images/header_bkg.png");
	position: sticky;
	top: 0;
	z-index: 50;
}
header {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 20px 1.5vw 15px 165px;
}
header p {
	font-size: clamp(16px, 1.5vw, 20px);
	line-height: 1.5em;
	color: white;
}
header p span {
	color: var(--yellow);
	font-weight: 700;
}
header:before {
	content: url("../images/LLHawaii_logo_110.png");
	position: absolute;
	top: 10px;
	left: 2vw;
}

#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

main {
	display: flex;
}
.main_photo {
	flex:1;
	background-image: url("../images/main_photo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 0;
	padding-bottom: 42%;
}
.main_content {
	flex: 1;
	background: rgb(233, 184, 104, .7);
	padding: 15px 0 35px 2.5vw;
}
.main_content img {
	width: 70%;
	margin: 0 0 -5px -10px;
}
.main_content h2 {
	font-size: clamp(2.4rem, 1.5vw, 3rem);
	font-weight: 400;
}
.main_content p {
	font-size: clamp(2rem, 1.5vw, 2.4rem);
	line-height: 1.4em;
	color: var(--maroon);
	margin-top: 10px;;
}

section.home {
	width: 75%;
	margin: 0 auto;
	display: flex;
	background: white;
	box-shadow: 0 15px 15px -13px rgba(0, 0, 0, .6);
	position: relative;
	top: -2vh;
	z-index: 20;
}
.home_photo {
	flex: 3;
	background: url("../images/story_image.jpg") no-repeat;
	background-position: left center;
	background-size: cover;
	height: 0;
	padding-bottom: 35%;
}
.home_content {
	flex: 4;
	padding: 20px 2vw 20px 2.5vw;
	background-image: url("../images/yellow_dots.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.home_content h2 {
	font-size: clamp(2rem, 1.5vw, 2.8rem);
	line-height: 1.2em;
	font-weight: 400;
	color: var(--maroon);
}
.home_content p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.4em;
	margin-top: 10px;;
}

/*section*/
section.insidepages {
	padding: 75px 0 50px;
	margin: 0 auto;
}
section.insidepages > h2 {
	font-family: 'Harmattan', sans-serif;
	font-size: clamp(18px, 5vw, 36px);
	line-height: 0.8em;
	color: var(--aquablue);
	text-align: left;
	border-bottom: solid 2px var(--yellow);
	padding: 0 0 10px 1vw;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
}
section.insidepages small {
	font-size: clamp(12px, 3vw, 24px);
	color: #666;
}
.free_drink {
	background: var(--red);
	border-radius: 20px;
	font-size: clamp(12px, 3vw, 24px);
	text-align: center;
	color: var(--yellow);
	font-weight: 600;
	display: inline-block;
	padding: 10px 2vw 8px;
	margin: 10px 0 15px 4.5VW;
	font-style: italic;
}
.free_drink span {
	font-size: 0.85em;
	color: white;
	font-weight: 400;
}

/*table*/
.menu, .menu_2 {
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 3px var(--aquablue);
	box-shadow: 0 15px 18px -10px rgba(0, 0, 0, .5);
}
.menu caption, .menu_2 caption {
	font-family: 'Harmattan', sans-serif;
	font-size: clamp(18px, 5vw, 36px);
	line-height: 1em;
	color: var(--aquablue);
	text-align: left;
	position: relative;
	border-bottom: solid 2px var(--yellow);
	margin: 0 0 1vh 0;
	padding-left: 1vw;
	font-weight: 700;
}
.menu caption small, .menu_2 caption small {
	font-size: clamp(12px, 3vw, 24px);
	position: absolute;
	top: 2px;
	right: 0;
	color: #666;
	margin-right: 1vw;
}
.menu caption small.special, .menu_2 caption small.special {
	color: var(--maroon);
}
.menu caption p, .menu_2 caption p  {
	font-size: clamp(12px, 3vw, 24px);
	color: #666;
	line-height: 1em;
	padding-bottom: 0.7vh;
	font-weight: 400;
}
.menu tr, .menu_2 tr {
	border-bottom: solid 1px silver;
}
.menu tr:last-child, .menu_2 tr:last-child  {
	border-bottom: none;
}
.menu td, .menu_2 td  {
	font-family: 'Blinker', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 3vw, 24px);
	vertical-align: top;
	padding: 12px 1vw 8px 0;
	color: var(--maroon);
}
.menu td small, .menu_2 td small {
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.2em;
	font-style: italic;
	color: black;
}
.menu td small strong, .menu_2 td small strong  {
	font-weight: 600;
	font-style: normal;
}
.menu span, .menu_2 span {
	display: inline-block;
	width: calc(75px + 7vw);
	margin-right: 1vw;
}
.menu td:first-child, .menu_2 td:first-child {
	text-align: right;
	width: 6%;
	padding-right: 1vw;
}
.menu td:nth-of-type(2) img, .menu_2 td:nth-of-type(2) img  {
	transform: translateY(3px);
}
td.calorie {
	font-size: clamp(10px, 2.5vw, 20px);
	line-height: 1.5em;
	vertical-align: top;
	padding: 12px 0 8px;
	color: var(--red);
	font-weight: 300;
	white-space: nowrap;
}
.menu td:last-child, .menu_2 td:last-child, .menu_2 td:nth-last-of-type(2)  {
	text-align: right;
	color: black;
	white-space: nowrap;
}
.menu_2 td:last-child, .menu_2 td:nth-last-of-type(2) {
	width: 9%;
}

/*figure*/
.menu_images {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px calc(1px + 8vw) 0;
}
.menu_img {
	background-image: url("../images/img_bkg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(50% - 3vw);
	overflow: hidden;
	margin: 1vh 1.5vw;
	position: relative;
}
.menu_img > img {
	width: 115%;
}
.menu_img > figcaption {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--red);
	color: white;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 7px;
	font-weight: 600;
}
.menu_img figcaption:nth-last-of-type(2) {
			left: 60px;
}
.menu_img figcaption:nth-last-of-type(3) {
			left: 115px;
}
#healthier > .menu_img {
	position: static;
}
#healthier > .menu_images .healthier_copy {
	position: relative;
	background: white;
	padding: 5px 0 5px 5px;
	margin-top: -5px;
}
#healthier > .menu_images .healthier_copy h2 {
	font-family: 'Blinker', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 3vw, 24px);
	color: var(--maroon);
	padding: 10px 0 0;
	border-bottom: none;
	width: 100%;
}
#healthier > .menu_images .healthier_copy figcaption {
	position: absolute;
	left: 5px;
	top: -55px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--red);
	color: white;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 10px;
	font-weight: 600;
}
#healthier figure .healthier_copy span {
	color: black;
	text-align: right;
	float: right;
}

#healthier figure .healthier_copy h2 small {
	font-size: clamp(10px, 2.5vw, 20px);
	padding: 12px 0 8px;
	color: var(--red);
	font-weight: 300;
	line-height: 1.5em;
}

/*special*/
.breakfast_box {
	width: 80%;
	margin: 0 auto;
	padding: 3vh 3vw;
	border: solid 3px var(--yellow);
}
.breakfast {
	width: 100%;
	margin: 0 auto;
}
.breakfast caption, .trays caption {
	font-family: 'Harmattan', sans-serif;
	font-size: clamp(18px, 5vw, 36px);
	line-height: 1em;
	color: var(--aquablue);
	text-align: left;
	border-bottom: solid 2px var(--yellow);
	margin: 0 0 1vh 0;
	padding-left: 8px;
	font-weight: 700;
}
.breakfast td  {
	font-family: 'Blinker', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 3vw, 24px);
	vertical-align: top;
	padding: 12px 1vw 8px 8px;
	color: var(--maroon);
}
.breakfast tr {
	border-bottom: solid 1px silver;
}
.breakfast td:last-child {
	color: black;
	text-align: right;
}
.breakfast td small {
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.2em;
	font-style: italic;
	color: black;
}

.trays {
	margin: 0 auto;
	width: 90%;
	border-bottom: solid 3px var(--aquablue);
}
.trays caption p {
	font-size: clamp(12px, 3vw, 24px);
	color: #666;
	line-height: 1em;
	padding-bottom: 0.7vh;
}
.trays th {
	font-family: 'Blinker', sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 3vw, 18px);
	vertical-align: top;
	padding: 12px 1vw 8px 8px;
	color: var(--maroon);
	line-height: 1.1em;
}
.trays th small {
	font-size: 0.85em;
	font-weight: 300;
	color: var(--maroon);
}
.trays tr {
	border-bottom: solid 1px silver;
}
.trays tr:last-child {
	border-bottom: none;
}
.trays td {
	font-family: 'Blinker', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 3vw, 24px);
	vertical-align: top;
	padding: 12px 1vw 8px 8px;
	color: black;
	text-align:center;
}
.trays td:first-child, .trays th:first-child  {
	width: 65%;
	color: var(--maroon);
	text-align: left;
}
.trays td small {
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.2em;
	font-style: italic;
	color: black;
}
.party_img {
	width: 50%;
	height: 0;
	padding-bottom: 30%;
	background: url("../images/party-tray.jpg") center no-repeat;
	background-size: cover;
	border-radius: 7%/11%;
	overflow: hidden;
	margin: 2vh auto;
}

/*Pupu Platters*/
.pupu_container {
	width: 90%;
	margin: 75px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.pupu_container h2 {
	font-family: 'Harmattan', sans-serif;
	font-size: clamp(18px, 5vw, 36px);
	color: var(--aquablue);
	border-bottom: solid 2px var(--yellow);
	padding: 0 0 0 8px;
	font-weight: 400;
	width: 100%;
	margin-top: 40px;
	line-height: 1em;
}
.pupu_plate {
	flex: 1;
	margin: 2vh 0.5vw;
}
.pupu_plate h3 {
	font-family: 'Harmattan', sans-serif;
	font-size: clamp(18px, 5vw, 36px);
	color: var(--maroon);
}
.pupu_plate ul {
	list-style-type: none;
	font-family: 'Blinker', sans-serif;
	font-weight: 300;
	font-size: clamp(16px, 3vw, 24px);
	line-height: 1.5em;
}
.pupu_img {
	flex: 1;
	margin: 2vh 0.5vw;
}
.pupu_img img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

/*contact*/
.contact {
	width: 80%;
	margin: 0 auto 2vh;
	text-align: center;
}
.contact p {
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.5em;
}
.contact h2 {
	font-family: 'Harmattan', sans-serif;
	color: var(--red);
	font-size: clamp(3rem, 5vw, 5rem);
}
.google_map {
	width: 80%;
	padding-bottom: 35%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	border: solid 5px orange;
	box-shadow: 0 15px 15px -10px rgba(107, 53, 24, .5);
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}


/*footer*/
footer {
	background: var(--aquablue);
	padding: 1.5vh 0;
}
footer p {
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.5em;
	text-align: center;
	color: white;
}

.disclaimer {
	font-size: clamp(1rem, 1vw, 1.4rem);
	line-height: 1.5em;
	text-align: center;
	color: #666;
	margin-bottom: 2vh;
}
.disclaimer img {
	width: 20px;
	height: auto;
}

.word_wrap {
	white-space: nowrap;
}
.shaka {
	width: 25px;
	height: auto;
	transform: translateY(2px)
}
div:empty {
	height: 120px;
}
sup {
	vertical-align: inherit;
	font-weight: 300;
	font-size: 1em;
}
.button {
 	all: unset;
	display: inline-block;
	font-size: clamp(1.6rem, 2vw, 2rem);
	padding: .8em 1.25em .5em;
	background: var(--aquablue);
	color: white;
	text-align: center;
	margin-top: 1vh;
	border-radius: 15px;
	text-shadow: 1px 1px 0 #000;
	font-weight: 700;
}
.party_tray {
	width: 50%;
	display: block;
	margin: 2vh auto 0;
	box-shadow: 0 15px 15px -10px rgba(54, 12, 5, .6);
}

/*Go to top*/
.gototop{
	position: fixed;
	left: 90%;
	top: 80%;
	height: 35px;
	width: 38px;
	background: #fff;
	border: solid 1px #999;
	padding: 17px 2px 10px;
	font-size: 1rem;
	text-align: center;	
	border-radius: 8px 8px 0 0;
}
#burgundy-triangle {
	width: 0;
	height: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-bottom: solid 10px rgb(210, 35, 42);
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:10;	
	}

@media (max-width: 1200px) {
	.menu_2 td:last-child, .menu_2 td:nth-last-of-type(2) {
	width: 9.5%;
	}

@media (max-width: 992px) {
	header {
			padding-left: 120px;
		}
	header:before {
	content: url("../images/LLHawaii_logo_90.png");
}
	.main_photo {
		padding-bottom: 50%;
	}
	.home_photo {
	padding-bottom: 46%;
}
	.menu_2 td:last-child, .menu_2 td:nth-last-of-type(2) {
	width: 12%;
	}
}

	
}

@media (max-width: 768px) {
	header {
			padding-left: 100px;
		}
	header:before {
	content: url("../images/LLHawaii_logo_77.png");
	}
	.main_photo {
		padding-bottom: 53%;
	}
	section.home {
	width: 80%;
}
	.home_photo {
	background-position: -3vw center;
	padding-bottom: 55%;
	}
	.menu_2 td:last-child, .menu_2 td:nth-last-of-type(2) {
	width: 13.5%;
	}
	.party_tray {
	width: 75%;
	}
}

@media (max-width:700px) {
	.header_container {
		position: static;
	}
	main {
		flex-direction: column;
	}
	.main_photo {
		order: 2;
		height: 0;
		padding-bottom: 65%;
	}
	.main_content {
		order: 1;
		padding: 25px 0 25px 8vw;
	}
	section.home {
		position: static;
		flex-direction: column;
		width: 100%;
	}
	.home_photo {
		order: 2;
		height: 0;
		padding-bottom: 52%;
		background-position: right center;
	}
	.home_content {
		order: 1;
		padding: 20px 5vw 20px 8vw;
	}
	.menu, .menu_2 {
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 3px var(--aquablue);
	box-shadow: 0 15px 18px -10px rgba(0, 0, 0, .5);
	}
	.menu_img figcaption, #healthier > .menu_images .healthier_copy figcaption  {
	width: 35px;
	height: 35px;
	font-size: 1.8rem;
	padding-top: 9px;
	font-weight: 400;
	}
	.menu_img figcaption:nth-last-of-type(2) {
			left: 50px;
	}
	.menu_img figcaption:nth-last-of-type(3) {
			left: 95px;
	}
	#healthier > .menu_images .healthier_copy figcaption {
		top: -40px;
	}
	div:empty {
	height: 20px;
	}
	
}

@media (max-width: 576px) {
	.menu td:nth-of-type(2) img {
		width: 20px;
		height: auto;
	}
	.menu_img figcaption, #healthier > .menu_images .healthier_copy figcaption  {
	width: 25px;
	height: 25px;
	font-size: 1.4rem;
	padding-top: 7px;
	}
	.menu_img figcaption:nth-last-of-type(2) {
			left: 35px;
	}
	.menu_img figcaption:nth-last-of-type(3) {
			left: 65px;
	}
	#healthier > .menu_images .healthier_copy figcaption {
		top: -30px;
	}
	
	.party_img {
	width: 80%;
	padding-bottom: 60%;
	}
	
	.pupu_container {
	flex-direction: column;
	}
	.pupu_plate {
		padding-left: 5vw;
	}
	.pupu_plate ul {
	font-size: 2rem;
	line-height: 1.5em;
	}
	.pupu_img img {
	width: 70%;
	}
	
	.google_map {
	padding-bottom: 50%;
	}
	
	.mobile-hide {
		display: none;
	}
	.shaka {
	width: 18px;
	height: auto;
	}
	
}
