.navbar-brand {
    background-image: url('https://conf.researchr.org/getImage/vlhcc-2021/orig/logo-with-city.png');
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 100%;
    height: 131px;
    z-index: 3;
    margin-top: 20px;
}

.brand-text {
     opacity: 0;
}


div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
    position:relative;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  font-size: 24px;
  display: inline;
  bottom: 12px;
  position: absolute;
  margin-left: 15px;
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

@media (max-width: 991px) {
  .navbar-brand {
    width: 375px;
    height: 112px;
  }
  .place {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 250px;
    height: 75px;
  }
  .place {
    font-size: 18px;
  }
}
