
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
h1 {
  font-size: 2vw;
}
h3 {text-align: center;}
h5 {
  font-size: 1vw;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
        /* background-image: url("../images/back.png"); */
  height: 100%;
  margin: 10px;
  /*       background-image: url("../images/background.png");
        background-repeat: repeat; */
}
.j_logo {
  float: left;
  width: 20%;
}
.e_logo {
  float: left;
  width: 80%;
  margin-top: -1.5%;
} 
.nav_header {
  float: left;
  width: 80%;
}
#navbar {
  background-color: #fff;
  position: sticky;
  position:-webkit-sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow: anchor;
    /* height: 33px; */
} 
#navbar a {
  font-size: 1.4vw;
  float: left;
  display: block;
  color: #1a0d0d;
  background-color: #fff;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #eee;
}
.jsite {
  font-size: 1.2vw;
  float: right;
  padding: 0 10px;
  clear: both;
}
.cuisine_header {
    width: 100%;
}
.header {
    position: relative;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
.text-block {
    /* margin: 0; */
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
    /* font-weight: bold; */
  background-color: #555;
  color: white;
  width: 40%;
}
.cuisineDesc {
  text-align: left;
  font-size: 1vw;
    /* text-align: center; */
  margin: 0px 20%;
  clear: both;
}
.cuisineDesc h4{
    margin: 0;
    padding: 0;
  }
div.cuisine_list {
  text-align: center;
  font-size: 1vw;
}
.cuisine_samples ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
    /* text-align: center; */
    /* overflow: hidden; */
    /* background-color: #333333; */
}
  
.cuisine_samples li {
  display: inline-block;
  text-align: left;
    /* float: left; */
  padding: 10px 20px 20px 20px;
  }
  
.cuisine_samples li a {
    /* display: block; */
  color: black;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  }
.cuisine_samples li a:hover {
  background-color: #ddd;
  }
.cuisineImageL {
  width: 70%;
  float: left;
}
.cuisineInfoL {
  width: 30%;
  font-size: 1vw;
  text-align: center;
  float: left;
  padding-top: 7%;
  }
.cuisineImageR {
  width: 70%;
  float: right;
}
.cuisineInfoR {
  width: 30%;
  font-size: 1vw;
  text-align: center;
  float: right;
  padding-top: 7%;
}
.cuisine_duration {
    margin: 0 20px;
    background-color: #d98080;
}
.cuisineInfoL p {
    text-align: left;
    padding-left: 10px;
}
.cuisineInfoR p {
    text-align: left;
}
.column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 25px;
}
.dish_image {
  float: left;
  width: 35%;
  padding-left: 20px;
}
.dish_info {
  float: left;
  width: 65%;
  padding-left: 20px;
}
.dish_title {
  font-size: 1.4vw;
}
.dish_desc {
  float: left;
  padding: 0 20px;
  font-size: 1vw;
}
.special_dish{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.2vw;
  border: none;
  outline: none;
  background-color: #f0792f;
  color: white;
  cursor: pointer;
  padding: 2%;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ddd;
}
  #footer {
    clear: both;
    /* float: left; */
    /* margin-left: 0; */
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    /* height: 70px; */
    font-size: .8vw;
  }

@media only screen and (max-width:1200px) {
    /* For desktop: */
  }
  @media only screen and (max-width:768px) {
    /* For tablets: */
    .column {
      padding: 10px;
    }
  #navbar a {
    padding: 12px;
  }
  }
  @media only screen and (max-width:480px) {
    /* For mobile phones: */
    #navbar a {
      padding: 5px;
    }
    .column {
      padding: 5px;
    }
  
  }
