/*	Font	*/

@font-face {
    font-family: categorie;
    src:url("LABTOP.ttf");
	
	
}

@font-face {
    font-family: descrizione;
    src:url("Abel.woff2");
	
}

@font-face {
    font-family: prezzo;
    src:url("DroidSerif-Regular.woff");
	
}

/* inizio menu slider */


body{
    
    background: #231f20;
    
}


.page {
  margin-top: 80px;
  position: fixed;
  width: 100vw;
  height: 70%;
  background-image: url("page.png");
  z-index: 2;
  /* Full height */
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70vw;
  
  opacity: 0.05;
    pointer-events: none;

}




.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}



.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 15px;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}





/* fine menu slider */


/* inizio anteprima piatto */

.anteprima {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
}

.anteprima img {
	object-fit: contain;
	align-self: flex-start;
	width: auto;
	height: 100%;
}

/* fine anteprima piatto */




.cambiaPietanza {
	border-top: 1px dashed #d9d9d9;
}






 .logo_header {
	 
	 margin-right: 1px;
	 height: 70px;
	 
 }


  
 .titoli {
	
	padding-top:60px;
	text-align:center;
	font-size: 5.5em;
	font-family: categorie;
}


 .panel_titoli {
	
    background: #363032;	
	color: #FFF;
	text-align:center;
	font-size: 2.3em;
	font-family: categorie;
	
}


 .panel_body_colore {
	
	color: #fff;
    background: #231f20;
	
}


 .nomePietanze {

	font-size: 1.2em;
	font-family: descrizione;
	font-weight: 600;
 	color: #FFF;
}

 .descrizionePietanze {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	font-family: descrizione;
	font-style: italic;
	color: #FFF;
 }


 .prezzo {
	 
	text-align: center;
	font-size: 1em;
	font-family: prezzo;
	color: #FFF;
 }



.divlingue {

	  padding: 10px;

}

.modal.custom .modal-dialog {
    
    color: black !important;
    min-width:90vw;
    margin:28vh 5vw 10vw;
	opacity: 1;

}
.header {
	top:0;
	position:fixed;
	z-index: 999;
	height: 80px;
	width:100%; 
    background: #231f20;
}


.footer {
	bottom:0;
	font-size: 0.6em;
	position:fixed;
	z-index: 999; 
	padding: 1px 10px 1px 10px;
	margin-top: 20px;
	color: #FFF;
	background-color: #f7f7f7;
}


.noteCat {
	padding: 1px 10px 1px 10px;
	font-size: 0.6em;
	margin-top: 10px; border:none; 
	background-color: transparent; 
	color: #FFF;
}


 .btn-ordini {
	
	color: white;
	background: #363032;
	width: 25px;
	height: 25px;

	
}