html {
	height: 100%;
	width: 100%;
  }

body {
	height: 100vh;
}

.mt {
	margin-top: 225px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: black
}
  
  #h1
	{color: red;
	text-align: center;
	border-style: solid;
	border-color: black}
  
  .prebot {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	color: black;
  }
  
  .rez {
	  height: fit-content;
	 }
  
  .index img:hover{
	filter: brightness(50%);  
  }

  .food img:hover{
	filter: brightness(50%);  
  }
  
  img{
	border-style: solid;
	border-color: black;
	/* display: inline-block; */
  }
  
  .button{
	/* display: block; */
	/* height: 165px; */
	/* width: 200px; */
	/* margin-left: 10px; */
	/* margin-top: 5px; */
	/* top: 50%; */
	/* height: 165px; */
	}
  
  .about{
	color:white;
  }
  
  .food {
	display: flex;
	flex-direction: row;
	margin-bottom: 8px;
  }

  .fooddd{
	color: white;
	font-size: 700%;
	line-height: 165px;
	font-style: oblique;
	}
  
  .header{
	background: #00693e;
	width:100%;
	overflow:hidden;
	/* background-color: green; */
	margin: 0%;
	padding: 0;
	height: 165px;
	position: relative;
	z-index: 10000;
	border-bottom: solid;
	line-height: 60px;
	display: flex;
	}
  
  *, html {
	  margin:0;
	  padding:0;
	 }
  
  /* Style the search field */
  form.example input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	width: 80%;
	background: #ffffff;
	margin-top: 50px;
	margin-bottom: 10px;
  }
  
  /* Style the submit button */
  form.example button {
	float: left;
	width: 20%;
	padding: 10px;
	background: #2196F3;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	margin-top: 50px;
	margin-bottom: 10px;
  }
  
  form.example button:hover {
	background: #0b7dda;
  }
  
  /* Clear floats */
  form.example::after {
	content: "";
	clear: both;
	display: table;
  }
  
  * {
	box-sizing: border-box;
  }
  
  .box {
	display: flex;
  }

  /*a {
	text-decoration: none;
	color: inherit;
  }*/
  
  .tile {
  background: green;
  }
  
  .different {
	color: black;
	text-align: center;
	font-size: 200%;
	padding: 2vh;
  }
  
  .IRDIV {
	padding: 5px;
	padding-left: 0px;
  }

  .IR {
	color: black;
	/* border: solid; */
	border-top: none;
	margin-left: 10vw;
	margin-right: 10vw;
	/* text-align: center; */
	/*height: 30px;
	line-height: 32px;*/
	vertical-align: middle;
	font-size: 200%;
	/*padding-bottom: 6px;
	padding-top: 6px;*/
  }

  #trans {
	padding-top: 10px;
  }

  .food img {
	border-width: thick;
  }

  .infosheet {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  
  .piece {
	width: auto;
	display: inline;
    border-right: 1px solid gray;
    padding: 2px 10px;
  }

  #address {
	padding-left: 0px;
  }

  #time {
	border-right: 0px;
  }

  .IML {
	display: flex;
    width: 100%;
    margin-right: 0px;
  }

  .menuflex {
	display: flex;
	flex-direction: column;
  }

  .p12 {
	padding: 12px;
  }

  .largemenu {
	padding: 12px;
	width: 100%;
	display: none;
  }

  .midmenu {
	padding: 12px;
	display: inline-block;
	width: calc(90% - 24px);
  }

  .smallmenu {
	padding: 12px;
	display: inline-block;
	width: calc(10% - 24px);
  }

  .country {
	display: flex;
	height: 32vh;
	position: relative;
  	text-align: center;
  	color: white;
  }

  .count-img {
	margin-left: 10vw;
    margin-top: 30px;
    flex: 1;
    display: block;
    margin-right: 10vw;
    margin-bottom: 26px;
    width: calc(100% - 20vw);
    object-fit: cover;
  }

  .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.5vw;
	background: floralwhite;
	color: black;
	border: solid;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-style: italic;
  }

  #more {
	display: none;
}

	#myBtn {
		padding: 12px;
		font-weight: bold;
		cursor: pointer;
		display: block;
		width: fit-content;
	}

	.spacious {
		margin-top: 0.5rem;
	}

  .database {
  color: black;
	/*margin-left: 15px;
	margin-right: 15px;*/
	text-align: center;
	vertical-align: middle;
	font-size: 200%;
	padding: 2vh;
  }
  
  .left{
	flex: 1;
	margin-right: 5px;
  }
  
  .right{
	flex: 1;
	margin-left: 5px;
  }
  
  .subheading {
	background: gray;
	padding-top: 60px;
	border-bottom: solid;
	line-height: 44px;
  }
  
  .traceback {
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
  }

  .initial {
	display: inline;
	margin-left: 10vw;
  }

  .inline {
	display: inline;
  }

  .translate {
	padding: 5px;
	padding-left: 10vw;
	padding-right: 10vw;
  }

  .Gtranslate {
	border-bottom: dotted gray;
  }

  .tp {
	padding-top: 2px 0px;
  }

  .home {
	color: white;
	/* margin-left: 10px; */
	margin-right: 15px;
	display: inline-block;
	float: left;
  }

  .intro {
	background: white;
  }
  
  .translations {
	background: white;
	margin-left: 10vw;
	margin-right: 10vw;
	display: flex;
	flex-direction: column;
  }

  .rows {
	display: flex;
	flex-direction: row;
  }

  .words {
	padding: 5px;
	width: 25%;
	border: solid;
	word-wrap: break-word;
  }

  #English {
	background-color: lightskyblue;
  }

  #Hindi {
	background-color: #4cd137;
  }

  #Gujrati {
	background-color: orange;
  }

  #Japanese {
	background-color: yellow;
  }

  #heading {
	width: 100%;
	text-align: center;
	background: black;
	color: white;
	border-color: black;
	font-weight:bold ;
  }

  .cuisine {
	color: white;
	display: inline-block;
	margin-right: 15px;
  }
  
  .serch {
	float: left;
	height: 165px;
	margin-left: 9vw;
	border-style: none;
	}
  
  .black {
	background-color: black;
  }
  
  .examples {
	color: grey;
	float: left;
	width: 93%;
	text-align: center;
  }
  
  .italian {
	width: 45%;
	height: 45%;
	float: left;
  }
  
  #bt {
	border-top: solid;
	
  }

  .Info {
	flex: 1;
	margin-top: 10px;
	flex-basis: 33.3%;
	flex-grow: 1;
	padding-left: 17px;
	word-wrap: break-word;
	border: solid;
	border-color: gray;
	padding-right: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 10vw;
	min-width: calc(30% - 10vw);
	}
  
  .data {
	display: inline;
	margin-right: 15px;
	margin-left: 13px;
	padding-top: 3px;
	width: 50%;
	word-wrap: break-word;
  }
  
  .Gaudante {
	margin-bottom: 10px;
  }
  
  .Laranceto {
  }
  
  .space {
	padding-top: 5px;
	color: black;
	display: none;
	}

  #lg {
	padding-bottom: 5px;
	border-bottom: black;
	border-width: 2px;
  }
  
  .Info_list {
	margin-left: 25px;
  }
  
  .chat{
	  margin-top: auto;
	  margin-bottom: auto;
  }
  .card{
	  height: 500px;
	  border-radius: 15px !important;
	  background-color: rgba(0,0,0,0.4) !important;
  }
  .contacts_body{
	  padding:  0.75rem 0 !important;
	  overflow-y: auto;
	  white-space: nowrap;
  }
  .msg_card_body{
	  overflow-y: auto;
  }
  .card-header{
	  border-radius: 15px 15px 0 0 !important;
	  /* border-bottom: 0 !important; */
	 }
  .card-footer{
  border-radius: 0 0 15px 15px !important;
  /* border-top: 0 !important; */
  }
  .container{
	  align-content: center;
  }
  .search{
	  border-radius: 15px 0 0 15px !important;
	  background-color: rgba(0,0,0,0.3) !important;
	  border:0 !important;
	  color:white !important;
  }
  .search:focus{
	   box-shadow:none !important;
	 outline:0px !important;
  }
  .type_msg{
	  background-color: rgb(239, 239, 239);
	  border:0 !important;
	  color: black;
	  height: 60px !important;
	  overflow-y: auto;
	 }
	  .type_msg:focus{
	   box-shadow:none !important;
	 outline:0px !important;
  }
  .attach_btn{
	  border-radius: 15px 0 0 15px !important;
	  background-color: rgba(0,0,0,0.3) !important;
	  border:0 !important;
	  color: white !important;
	  cursor: pointer;
  }
  .send_btn{
	  border-radius: 0 15px 15px 0 !important;
	  background-color: #0080ff;
	  /* border:0 !important; */
	  color: white;
	  cursor: pointer;
	 }
  .search_btn{
	  border-radius: 0 15px 15px 0 !important;
	  background-color: rgba(0,0,0,0.3) !important;
	  border:0 !important;
	  color: white !important;
	  cursor: pointer;
  }
  .contacts{
	  list-style: none;
	  padding: 0;
  }
  .contacts li{
	  width: 100% !important;
	  padding: 5px 10px;
	  margin-bottom: 15px !important;
  }
  .active{
	  background-color: rgba(0,0,0,0.3);
  }
  .user_img{
	  height: 70px;
	  width: 70px;
	  border:1.5px solid #f5f6fa;
  
  }
  .user_img_msg{
	  height: 40px;
	  width: 40px;
	  border:1.5px solid #f5f6fa;
  
  }
  .img_cont{
	  position: relative;
	  height: 70px;
	  width: 70px;
  }
  .img_cont_msg{
	  height: 40px;
	  width: 40px;
  }
  .online_icon{
	  position: absolute;
	  height: 15px;
	  width:15px;
	  background-color: #4cd137;
	  border-radius: 50%;
	  bottom: 0.2em;
	  right: 0.4em;
	  border:1.5px solid white;
  }
  .offline{
	  background-color: #c23616 !important;
  }
  .user_info{
	  margin-top: auto;
	  margin-bottom: auto;
	  margin-left: 15px;
	  color: black;
	 }
  
  .Xin {
	  display: flex;
  }
  
  .facts {
	  display: flex;
  }
  
  .title {
	  margin-right: 10vw;
	  flex: 1;
	  flex-basis: 30%;
	  /*float: right;*/
	  text-indent: 17px;
	  /* margin-right: 15px; */
	  margin-left: 5px;
	  /* width: 50%; */
	  border: solid;
	  word-wrap: break-word;
	  background: white;
	  padding: 1.5px;
	  /*padding-bottom: 122px;*/
	  padding-top: 5px;
	  /*height: 303.75px;*/
  }
  
  .user_info span{
	  font-size: 20px;
	  color: black;
	 }
  .user_info p{
	  color: balck;
	 }
  .video_cam{
	  margin-left: 50px;
	  margin-top: 5px;
  }
  .video_cam span{
	  color: white;
	  font-size: 20px;
	  cursor: pointer;
	  margin-right: 20px;
  }
  .msg_cotainer{
	  margin-top: auto;
	  margin-bottom: auto;
	  margin-left: 10px;
	  border-radius: 25px;
	  background-color: rgb(239, 239, 239);
	  padding: 10px;
	  position: relative;
	 }
  .msg_cotainer_send{
	  margin-top: auto;
	  margin-bottom: auto;
	  margin-right: 10px;
	  border-radius: 25px;
	  background-color: #0080ff;
	  padding: 10px;
	  position: relative;
	  color: white;
	 }
  .msg_time{
	  position: absolute;
	  left: 0;
	  bottom: -15px;
	  color: black;
	  font-size: 10px;
  }
  .msg_time_send{
	  position: absolute;
	  right:0;
	  bottom: -15px;
	  color: black;
	  font-size: 10px;
  }
  .msg_head{
	  position: relative;
  }
  #action_menu_btn{
	  position: absolute;
	  right: 10px;
	  top: 10px;
	  color: white;
	  cursor: pointer;
	  font-size: 20px;
  }
  .action_menu{
	  z-index: 1;
	  position: absolute;
	  padding: 15px 0;
	  background-color: rgba(0,0,0,0.5);
	  color: white;
	  border-radius: 15px;
	  top: 30px;
	  right: 15px;
	  display: none;
  }
  .action_menu ul{
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  .action_menu ul li{
	  width: 100%;
	  padding: 10px 15px;
	  margin-bottom: 5px;
  }
  .action_menu ul li i{
	  padding-right: 10px;
  }
  .action_menu ul li:hover{
	  cursor: pointer;
	  background-color: rgba(0,0,0,0.2);
  }
  @media(max-width: 576px){
	  .contacts_card{
	  margin-bottom: 15px !important;
  }
  
  ::placeholder {
	color: red;
  }
  
  #head {
	font-family: Hubot Sans;
	font-weight: bold;
  }
  }
  
  .attribution {
	  width: 40%;
	  margin-left: 2px;
	  font-size: 8px;
  }
  
  .smallspace {
	  margin-top: 5px;
  }
  
  .info {
	  color: black;
	  border: solid;
  }
  
  iframe {
	  width: 45%;
	  height: 45%;
  }

  .fullsize {
	display: block;
  }
  
  .menu {
	  /*width: 45%;*/
	  flex: 1;
	  flex-basis: 33.3%;
	  flex-grow: 1;
	  flex-shrink: 1;
	  /* height: 406.5px; */
	  padding-left: 27px;
	  float: left;
	  background: white;
	  border: solid;
	  border-color: gray;
	  margin-left: 15px;
	  margin-right: 15px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-right: 27px;
	  margin-top: 10px;
	  min-width: calc(30% - 6vw);
	 }

.links {
	padding-left: 12px;
	display: flex;
	flex-direction: column;
}
	
  .link {
	display: block;
	width: fit-content;
	  color: black;
	  border-bottom: dotted;
	  margin-bottom: 6px;
  }
  
  .menuspace {
  height: 10px;
  }
  
  .sizing {
	  /* max-width: 768px; */
	  /* margin: auto; */
	  /*background-image: linear-gradient(45deg, #FF5A00, #FFAE00);*/
	  /* height: 100vh; */
	  /*max-height: 1570px;*/
	  /*padding-top: 8px;*/
	 }
  
	 .index {
		padding: 5px;
		border-bottom: solid;
		}
	  
		.ti {
		  display: flex;
			flex-direction: row;
			padding-top: 40px;
			padding-left: 10vw;
			padding-right: 10vw;
		}
	  
		.finder {
		  flex-basis: 50%;
		  padding: 12px;
		}
	  
		.ps {
		  display: none;
		}

  .SpImage {
	  flex: 1;
	  object-fit: cover;
	  flex-basis: 33.3%;
	  flex-grow: 1;
	  flex-shrink: 1;
	  /* max-width: 100%; */
	  /* height: 45%; */
	  /* float: left; */
	  margin-right: 15px;
	  margin-top: 5px;
	  margin-left: 10vw;
	  /* margin: auto; */
	  border-width: 3px;
	  /* width: 30%; */
	  margin-top: 10px;
	  max-width: calc(30% - 6vw);
	 }
  
  #cuisinepage {
	  max-width: 1500px;
	  display: flex;
	  flex-wrap: wrap;
	  height: initial;
	  padding-left: 10vw;
	  padding-right: 10vw;
	  flex-direction: column;
	  margin: auto;
  }
  
  #cuisinepage img {
	  height: auto;
	  max-width: 100%;
	  width: 100%;
  }

  .indexgrade {
	/*background: linear-gradient(0, white, lightgreen, green);*/
	/*background: -moz-linear-gradient(45deg, rgba(20,36,0,1) 0%, rgba(53,110,9,1) 35%, rgba(1,255,0,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(20,36,0,1) 0%, rgba(53,110,9,1) 35%, rgba(1,255,0,1) 100%);
	background: linear-gradient(45deg, rgba(20,36,0,1) 0%, rgba(53,110,9,1) 35%, rgba(1,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142400",endColorstr="#01ff00",GradientType=1);	*/
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
   }

.shareit {
	position: fixed;
	top: 150px;
  }
  
  .shareit a {
	display: flex;
	justify-content: center;
	align-items: center;
	  width: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	  opacity: 0.75;
	  transition: opacity 0.15s linear;
	text-decoration: none;
  }
  
  .shareit a:hover {
	  opacity: 1;
  }
  
  .facebook {
	   background: #3b5998;
  }
  
  .twitter {
		background: #55acee;
  }
  
  /*.whatsapp {
	background: green;
  }*/
  
  .reddit {
		background: #FF4500;
  }
  
  .pinterest {
		background: #cb2027;
  }

  .footer {
	  display: none;
	position: fixed;
	bottom: 0px;
	width: 100vw;
	padding: 3px;
	background-color: grey;
	color: white;
	text-align: center;
	/* max-width: 948px; */
	/* margin: auto; */
	margin-top: 10px;
  }

  .ha {
	  display: block;
	  width: fit-content;
	  font-family: math;
	  padding: 12px;
  }

  .contact-form,
.results {
width: 90vw;
max-width: 550px;
/*margin: 8vh auto;*/
}

p {
/*font-size: 87.5%;*/
}

.results pre {
margin-top: 1rem;
padding: 0.5rem 1rem;
background: lightblue;
border: 1px solid var(--color-gray-light);
overflow-x: scroll;
}

.contact-form form {
position: relative;
display: block;
margin: 0;
padding: 1rem 0 2rem;
border-top: 1px solid var(--color-gray-light);
border-bottom: 1px solid var(--color-gray-light);
overflow: hidden;
}

.input-group {
margin-top: 0.25rem;
padding: 0.5rem 1rem;
}

.contact-form label {
display: block;
color: darkgray;
font-family: Lato, sans-serif;
font-size: 90%;
line-height: 1.125;
}

.group-label {
display: inline-block;
margin-right: 1rem;
font-size: 90%;
}

.contact-form label.inline {
display: inline-block;
margin-left: 0.25rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
display: block;
margin-top: 0.25rem;
padding: 0.5rem 0.75rem;
border: 1px solid lightgray;
width: 100%;
font-family: "Open Sans", sans-serif;
font-size: 1rem;
transition: 150ms border-color linear;
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
display: inline-block;
width: auto;
}

.contact-form input[type=checkbox]:not(:first-of-type),
.contact-form input[type=radio]:not(:first-of-type) {
margin-left: 1rem;
}

.contact-form input:focus,
.contact-form input:active {
border-color: var(--color-gray-medium);
}

.contact-form button {
display: block;
margin: 0.5rem 1rem 0;
padding: 0 1rem 0.125rem;
background-color: lightgray;
color: var(--color-lightest);
font-family: lato, sans-serif;
font-size: 100%;
letter-spacing: 0.05em;
line-height: 1.5;
text-transform: uppercase;
transition: 150ms all linear;
}

.contact-form button:hover,
.contact-form button:active,
.contact-form button:focus {
background: var(--color-darkest);
cursor: pointer;
}

.recommendo {
  padding: 10px;
  background: white;
  width: fit-content;
  margin: auto;
  border: solid;
}

.subheader a:hover {
  text-decoration: underline;
  color: rgb(0, 123, 255);
}

.button a:hover {
	text-decoration: underline;
	color: rgb(0, 123, 255);
  }

.traceback a:hover{
  text-decoration: underline;
}

.subheader {
  flex-basis: 40%;
	padding-top: 2vw;
	display: flex;
	margin-bottom: 75px;
	margin-left: 15px;
}

.subheader a {
  display: block;
  width: fit-content;
  /* height: 165px;
  *//* vertical-align: middle; */
  /* margin-top: 4vw; */
  padding: 12px;
  font-family: 
  math;
  font-weight: 400;
}

.subheader h2 {
  margin: auto;
  color: white;
}
  
  /* Media query for computers */
  @media (min-width: 768px) {
	  #size {
		  font-size: 14px;
	  }
	  [id='97'] {
		  font-size: 97%;
	  }
	  #Salvatore {
		  font-size: 90%;
	  }
  }
  
  /* Media query for phones */
  @media (max-width: 750px) {
	  #size {
		  flex-basis: 100%;
		  max-width: calc(100% - 20vw);
	  }
	  .IML {
		flex-direction: column;
	  }
	  .menu {
		margin-left: 10vw;
	  }
	  .Info {
		margin-left: 10vw;
	  }
	  .header {
		flex-direction: column;
		height: 200px;
	}
	  .fooddd {
		font-size: 300%;
		line-height: 140px;
	}
	  .subheader {padding-top: 0px;}
	  .subheader a {padding-top: 0px;}
	  .ti {
		flex-direction: column;
	  }
	  .ps {
		display: initial;
	  }
	  .ph {
		display: none;
	  }
	  .serch {
		margin-left: 0px;
		height: 140px;
	  }
	  .subheader h2 {
		font-size: 130%;
	  }
	  .subheader {
		padding-left: 10px;
	  }
	  .mt {
		margin-top: 55px;
	  }
	  .ti {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
	  }
	  .finder {
		padding: 25px;
	  }
	  #cuisinepage {
		padding-left: 5vw;
		padding-right: 5vw;
	  }
	  .contact-form {
		width: 80vw;
	  }
	  .menu {
		margin-top: 30px;
	  }
	  .Info {
		margin-top: 30px;
	  }

  }
  
  @media (min-width: 434px) {
	  .italian {
		  width: 200px;
	  }
	  .space {
		  padding-top: 5px;
	  }
  }
  

  
  @media (min-width: 540px) {
	  .index {
		  padding-left: 20%;
	  }
  }
  
  @media (max-width: 506px) {
	  .Info {
		  font-size: 85%;
	  }
  }
  
  @media (max-width: 406px) {
	  .Info {
		  font-size: 75%;
	  }
	  .data p {
		font-size: 70%;
		word-wrap: break-word;
	  }
  }
  
  @media (max-width: 370px) {
	  .Info {
		  font-size: 70%;
	  }
	  [id='97'] {
		  font-size: 65%;
	  }
	  #Salvatore {
		  font-size: 65%;
	  }
  }
  
#restaraunt {
	  /* background-image: linear-gradient(45deg, #FF5A00, #FFAE00); */
  }
  
  @media (max-width: 570px) {
	  #size {
		  font-size: 100%;
	  }
  }
  
  @media (max-width: 480px) {
	  #size {
		  font-size: 85%;
	  }
  }
  
  @media (max-width: 390px) {
	  #size {
		  font-size: 75%;
	  }
  }
  
  @media (max-width: 360px) {
	  #size {
		  font-size: 65%;
	  }
  }

