body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
	font-size: 2.5vmax;
    background-color: #ffffff;
	height: 100%;
}

.flip{
	animation-name: flip;
    animation-duration: 0.3s;
}

@keyframes flip {
  0%   {transform: rotateY(0deg);}
  50%  {transform: rotateY(90deg);}
  100% {transform: rotateY(0deg);}
}

.language-bar {
	box-sizing: border-box;
    border-top: 0.2vmax solid #a29061;
    position: absolute;
    height: calc(100% - 17vmax);
    bottom: 0;
    z-index: 9999;
}

.language-selection {
	display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: space-around;
    background: #e5e0d3;
}

.language-selection .flag{
    border: 0.1vmax solid #a29061;
    padding: 1vmax;
    height: 6vmax;
    min-width: 25vmin;
    display: flex;
    justify-content: center;
}

.language-selection .flag.active {
    background: #a29061;
}


.flag img {
    height: 100%;
}

.app-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vmax 0;
    background-color: #ffffff;
    position: sticky;
    z-index: 100;
}

.app-header img {
    max-width: 100%;
    height: 15vmax;
}

#badgeWrap {
	position: absolute;
    top: 1.5vmax;
    right: 0vmax;
    color: #a29061;
    letter-spacing: 0.1vmax;
    font-weight: bold;
    border: 0.1vmax solid #a29061;
    border-right: none;
    border-radius: 2vmax 0 0 2vmax;
    padding: 0.4vmax 1vmax 0.4vmax 0.2vmax;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

#badge{
	font-size: 70%;
}

#badgeWrap span {
    filter: hue-rotate(210deg) contrast(0.5);
	font-weight: normal;
    line-height: 100%;
}

#badgeWrap.badgePos{
	background: #e5e0d3;
    top: 13.5vmax;
    border-radius: 2vmax 0 0 0;
    width: 100px;
	padding: 0.5vmax 0 0.4vmax 0.4vmax;
}

main {
    height: calc(100% - 17vmax);
	display: flex;
    justify-content: center;
}

#menu-container-wrap {
background: white;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	    width: 100%;
}

#menu-container {
    overflow: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 2vmax;
}

.section-items{
	display: flex;
    gap: 2vmax;
    flex-direction: column;
    padding-top: 2vmax;
}

.sub-menu {
    width: 100%;
    max-width: 40vmax;
}

.sub-menu-button {
    border: 0.3vmax solid #a29061;
    text-transform: uppercase;
    color: #a29061;
    font-family: "Copperplate-Bold", serif;
    font-size: 90%;
    padding: 2vmax 0;
    text-align: center;
	position: sticky;
    top: 0;
    z-index: 9000;
    background: white;
}

.goBack {
	background: #ffffff;
    border: 0.2vmax solid #a29061;
    height: 6vmax;
    width: 8vmax;
    position: absolute;
    border-radius: 0 0 1.5vmax 0;
    z-index: 100;
    top: 0;
    border-top: none;
    border-left: none;
    left: 0;
    padding: 2vmax;
}

#notifications {
    display: none;
	background: #a29061;
    padding: 2vmax;
    border-radius: 0 0 1.5vmax 1.5vmax;
    color: #ffffff;
    text-align: center;
    border-bottom: 0.1vmax solid #d7be7c;
    box-shadow: 0 0.1vmax 5vmax 0 #513800;
    z-index: 9999;
    position: absolute;
    font-size: 90%;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 0.1vmax 0.1vmax 0.2vmax #613703;
}

#howTo {
    padding: 3vmax 2vmax;
    margin: 2vmax;
    font-family: "Lato", sans-serif;
    text-align: center;
    border: 0.1vmax solid #a29061;
    color: #655428;
	font-size: 95%;
}

.page-title {
	border-bottom: 0.1vmax solid #a29061;
    text-transform: uppercase;
    color: #000000;
    font-family: "Copperplate-Bold", serif;
    font-size: 105%;
    margin: 0 0 1vmax 0;
    flex-basis: 100%;
    background: white;
    padding-left: 2.5vmax;
}

/**********************************************************/

.menu-grid {
	display: flex;
    padding: 1vmax;
    text-align: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    max-width: 43vmax;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.menu-item {
	padding: 2vmax 0;
    width: 100%;
    margin: 0.5vmax;
    border: 0.3vmax solid #a29061;
    box-sizing: border-box;
}

#section_mymenu {
    background: #fbf4e4;
    margin-top: auto;
    border-radius: 1.5vmax 1.5vmax 0 0;
    width: 50%;
    margin-bottom: -1vmax;
    padding: 3vmax 0;
	border-width: 0.1vmax;
    font-size: 90%;
}

#section_mains.menu-item{
	width:100%;
}

#section_desserts.menu-item{
	width:100%;
}

.menu-item p {
    margin: 0;
    text-transform: uppercase;
    color: #a29061;
    font-family: "Copperplate-Bold", serif;
    font-size: 90%;
}

/**********************************************************/

.item {
	border: 0.1vmax solid #a29061;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    max-width: 40vmax;
   /* width: 90%; */
    background: #fbf4e4;
}

.item-img {
    width: 100%;
    height: 26vmax;
	display:flex;
}

.item-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    /*padding: 1vmax;*/
    box-sizing: border-box;
	/*filter: sepia(0.6) saturate(1.5) brightness(1) contrast(1.2) opacity(0.9);*/
}

.item-name {
	font-size: 90%;
    padding: 1vmax 2vmax 0 2vmax;
    width: 100%;
    margin: 1vmax 0 0;
    font-family: "Copperplate-regular", serif;
    text-transform: uppercase;
    color: #a29061;
}

.item-desc {
	margin: 0 0 1vmax;
    padding: 1vmax 2vmax;
    flex-basis: 100%;
	font-family: "Lato", sans-serif;
	font-size: 85%;
}

.item-price {
    padding: 1vmax 2vmax;
    font-family: "Lato", sans-serif;
	font-size: 85%;   
    font-weight: bold;
}

.add-to-favorites {
    background: #ffffff;
    height: 6vmax;
    border: 0.1vmax solid #a29061;
    border-radius: 1.5vmax 0 0 0;
    margin: 0 0 0 auto;
    border-bottom: none;
    border-right: none;
    text-transform: uppercase;
    font-size: 75%;
    padding: 0 1.5vmax;
    bottom: 0;
    position: absolute;
    right: 0;
	color: black;
}

.rem-favorites {
    background: #ffffff;
    height: 6vmax;
    border: 0.1vmax solid #a29061;
    border-radius: 1.5vmax 0 0 0;
    margin: 0 0 0 auto;
    border-bottom: none;
    border-right: none;
    text-transform: uppercase;
    font-size: 75%;
    padding: 0 1.5vmax;
    bottom: 0;
    position: absolute;
    right: 0;
    color: #850000;
    font-weight: bold;
}

.add-to-favorites.added:before {
    content: "✓";
    background: #a29061;
    position: absolute;
    width: 3vmax;
    height: 3vmax;
    left: -2vmax;
    top: -0vmax;
    border-radius: 50%;
    border: 0.2vmax solid #a29061;
    color: white;
	animation-name: bloop;
    animation-duration: 0.5s;
}

@keyframes bloop {
  0%   {transform:scale(1);}
  50%  {transform:scale(1.5);}
  100% {transform:scale(1);}
}

@media (min-width: 800px) and (orientation: landscape){ 

}