div.logobar {
    background: url("http://conf.researchr.org/getImage/gpce-2017/orig/1280px-Vancouver_horizon_oct15.jpg") no-repeat 0 75%;
    background-size: cover;
    height: 240px;
}
@media (max-width: 767px) {
  div.logobar {
    height: 100px;
  }
  .place2{
    bottom: 40px !important;
  }
}
div.logobar {
  border-bottom: 2px solid #555;
  background-color: #555555;
  color : white;
  position: relative;
}
.logobar a {
    color: #dae1f4;
}
.navbar-brand {
  position: absolute;
  bottom: 20%;
  left: 0px;
  font-size : 34px;
}
.place {
  left: 0px;
  position: absolute;
  bottom: 0px;
}
.place2 {
  right: 0px;
  position: absolute;
  bottom: 0px;
  
}
.place, .place2, .navbar-brand{
  background-color: rgba(112, 142, 178, 0.84);
  padding : 5px 5px;
}
.brand-text{
  line-height: initial !important;
}
div.navigationbar {
  border-bottom: 1px solid #555;
}