/* 
	background colour #111  
	text #cc9
	heading #770000
	menu bg #cc9900
	menu border #003
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

body {
	background-color: #111;
	color: #cc9;
	font-family: "Noto Serif TC","Times New Roman", Times, serif;
}

h1 {
	color: #700;
	font-weight: bold;
	font-size: 65px;
	line-height: 1.5em;
}

h2 {
	color: #700;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5em;
}

h3 {
	color: #700;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
}

h4 {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
}

h5 {
	color: #700;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 11px;
	line-height: 1.5em;
}

textarea {resize: vertical;}
hr {width: 100%; height: 2px; background-color: #003; border: none;}

.b {font-weight: bold;}
.i {font-style: italic;}
.red {color: #700 !important;}
.green {color: #004500 !important;}
.gold {color: #c90 !important;}
.yellow {color: #ccc999 !important;}
.centre {text-align: center !important;}
.mid {vertical-align: middle;}
.autoheight {height:auto !important;}

#pageContent {width: 100%; margin:0; padding: 1vw 5vw 5vw 5vw;}

#header {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0.5vw;
	margin: 0;
	background-color: #c90;
	width: 100%;
	background-size: 100%, 11vw;
	font-family: "Noto Serif TC","Times New Roman", Times, serif;
	font-size: 5.5vw;
	font-weight: bold;
	color: #700;
}

#logo {
	margin: 0;
	padding: 0;
	height: 10vw;
	float: left;
}

#body-content {position: relative; padding-top: 11vw;}

.menu {z-index: 3;}

.navbar-default {border: 2px solid #003; border-radius: 18px;}

.menubg {
	display: inline-block;
	background: linear-gradient(#c90, transparent);
	width: 100%;
	height: 6vw;
	z-index: 11;
}

.menu-sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	align-self: flex-start;
}

.navigation a, a.navigation {font-weight: bold; padding: 15px 10px !important;}
.navigation a:hover, .navigation a:active, a.navigation:hover, a.navigation:active {color: #003 !important;}
.navigation {font-size: 18px; line-height: 24px}

.navbar-toggle {color:#003; padding: 4px 8px;}

.disabled a:hover, a.disabled:hover {color: #999 !important;}

.close {
	font-weight: bold;
	background-color: transparent;
	border: none;
	float: right;
	font-size: 18px;
	padding: 6px !important;
}
.close-msg {float: right; cursor: pointer;}
.close:hover, .close-msg:hover {color: #700;}


.form-group {
	margin: 1.5vw !important; 
	padding:0 !important; 
	border: 2px solid #003; 
	border-radius: 7px;
}

.input-group-addon {
	background-color: #cc9 !important; 
	color: #111; 
	border: none; 
	border-right: 2px solid #003 !important; 
	border-radius: 7px 0 0 7px; 
	margin: 0;
}

.form-control {
	border: none; 
	border-radius: 0 7px 0 0 !important;
	font-weight: bold;
}

.help-block {
	display: inline-block; 
	margin: 0; 
	padding: 2px 7px; 
	width: 100%; 
	border-top: 2px solid #003; 
	border-radius: 0 0 7px 0; 
	line-height: 24px; 
	color: #700;
	font-weight: bold;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777 !important;
  font-style: italic;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777 !important;
  font-style: italic;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #777 !important;
  font-style: italic;
}
::-webkit-input-placeholder { /* Edge */
  color: #777 !important;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777 !important;
  font-style: italic;
  opacity: 1; /* Firefox */
}
:-moz-placeholder { /* Firefox 18- */
  color: #777 !important;
  font-style: italic;
  opacity: 1; /* Firefox */
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}
.navbar-right {
  float: right !important;
}

.modal-content, .panel, .well {border-radius: 7px; border: 3px solid #003;}
.modal-header, .modal-footer, .panel-heading, .panel-footer {background-color: #c90; border-color: #003;}
.modal-header, .panel-heading {border-radius: 7px 7px 0 0; border-bottom: 3px solid #003; text-align: center;}
.modal-footer, .panel-footer {border-radius: 0 0 7px 7px; border-top: 3px solid #003; text-align: right;}

#homeDisc {padding: 1vw;} #homeDisc h4 {text-align: center; font-size: 2vw !important; color: #700 !important;}
#homeImg {margin: 1vw; padding: 0; width: calc(100% - 2vw); text-align: center;}
#homeImg img {margin:0; padding:0; border: 3px solid #003; border-radius:7px;}
#homeInfo {text-indent: 2vw; padding: 1vw;}

#flags {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 3;
	line-height: 0.5vw;
	font-size: 0.5vw;
}
#flags span {margin:0 1px; padding:0;}
#flags span img {width: 3vw; cursor: pointer;}

#select-language {margin:0; padding:0;} 
#select-language span {margin: 0 1vw; padding:1px;}
#select-language span img {height: 100%; cursor: pointer;}
#selected-lang {width: 100%; height: 46px; line-height: 42px; font-size: 22px; padding: 2px; margin: auto; font-style: italic; text-align: center;}
#selected-lang img {height: 42px;}

#restaurant-menu {font-size: 16px; line-height: 32px;}
#restaurant-menu div.panel {padding: 11px;}
.menuRight {text-align: right;}
.mPrice {font-weight: bold;}
.order {white-space: nowrap;}
#restaurant-menu a, #restaurant-menu a:visited {color: #003;}
#restaurant-menu a:hover, #restaurant-menu a:active {color: #700;}
.mii {text-align: center; width: 100%; line-height: 24px;}
.menu-red {color: #700 !important; font-weight: bolder; font-size: 18px;}
.menu-red:hover {color: #003 !important;}
span.mPrice.menu-red:hover {color: #700 !important;}

.btn-admin {border: 2px solid #003; font-weight: bolder; color: #003;}
#msoc {color: #700; font-weight: bolder; font-style: italic; font-size: 22px; vertical-align: middle;}

.close-am {float: right; font-size: 20px; font-weight: bold; color: #700; cursor: pointer;}
.close-am:hover {color: #003;}
.alert-admin {padding: 0.5vw; font-size: 20px; color: #003;}
#arrow {vertical-align: middle; cursor: pointer;}
.app-add {color: #700; cursor: pointer;} .app-add:hover {color: #003;}
#admin-msg {text-indent: 1em; color: #333;}
.mAdd, .mSub {cursor: pointer;}
.mAdd:hover {color: #003;}
.mSub:hover {color: #700;}
#oc {color: #c90; background-color: #700;}
.myo {font-size: 2.4vw;}
#order-header {font-weight: bold; font-size: 1.4vw;}
.myobtn {font-size: 1.8vw; line-height: 2em; font-weight: bolder;}

#menu-legend {text-align: center;}
.btn-check {cursor:pointer;}
.btn-check:hover {color: #003;}

.navbar-brand, a.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
}
