body, html {
  height: 100%;
  margin: 0;
  color: #000000;
}

.bgimg {  
  /* background-color: #eb7f7f; */
  /* background-image: url('https://lbrestaurant.in/img/621.jpg'); */
  background-image: url('https://lbrestaurant.in/img/622.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}
.topleft {
  position: absolute;
  top: 0;
  left: 16px;
  color: #ffffff;
  font-weight: bolder;
}

.topright {
  position: absolute;
  top: 10px;
  right: 10px;
  color: wheat;
  font-weight: bolder;
}

.bottomleft {
  color: white;
  position: absolute;
  bottom: 10%;
  left: 16px;
}

.middle {
  color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: calc(.5rem + 1vw);
  /* font-size:10vw; */
}

.middletext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2vw;  
  width: 100%;
  
}

.bottom1 {
  /* font-size:5vw; */
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0%;
  /* left: 0%; */
  transform: translate(-0%, -0%);
  text-align: center;
  color: white;
}

.site-footer {
  /* font-size:5vw; */
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0%;
  /* left: 0%; */
  transform: translate(-0%, -0%);
  /*color: white;*/
  /* background-color: #888; */
  /* background: #888; */
  opacity:0.8;
  /*box-sizing: border-box;*/
}

#footer-content {  
  background: #616161;
  color: white;
  /* opacity: 1; */
  width: 100%;
}

hr {
  margin: auto;
  width: 40%;
}

a:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}