div.logobar {
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
  background: url(https://conf.researchr.org/getImage/acsos-2024/orig/greycsos.png) no-repeat;
  background-size: contain;
  height: 60px;
  padding-left: 75px;
  padding-top: 20px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

body{
  font-size:18px; /*14px is the default*/
}


@media (max-width: 767px){
  .carousel-inner .item {height: 240px !important;}
}
@media (min-width: 1440px){
  .carousel-inner .item {height: 480px !important;}
}


@media (min-width: 768px) {
    #committee .col-sm-6{
        width:50%; /* for two-column commttees */
    }
} 