html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-default{
  opacity: 0.7;
  border:0;
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  background-color:white;
}

.navbar ul li a{
  margin-top: 10px;
  font-size: 25px;
  font-family: 'Yusei Magic', sans-serif;
}

.cover-img{
  background-image: url("/img/panipuricover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.stall-intro-card:hover{
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2)
}

.stall-intro{
  background-color: rgba(90, 94, 100, 0.137);
  border-radius: 0 0 5px 5px;
  height: 100px;
  width: 300px;
  font-family: 'Balsamiq Sans', cursive;
  text-align: center;
}

.stall-intro-title{
  font-size: 20px;
  margin-top: 20px;
}

.stall-intro-addr{
  font-size: 10px;
}