div.logobar {
    height: 200px;
    text-indent: -9999px;
    background-color: rgb(219, 227, 234);
    background-image: url("https://conf.researchr.org/getImage/apsec-2023/orig/apsec2023_wide.png");
    background-size: contain;
    background-repeat: no-repeat;
	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;
}

a.navbar-brand.navigate {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}

.place2 {
  float: right;
  padding : 23px 0 0 0px
}