.navba.navbar {
  border-top: none !important;
  border-radius: 0px !important;
}

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  font-size: 36px;
  background: url(https://conf.researchr.org/getImage/acsos-2027/orig/greycsos.png) no-repeat;
  background-size: contain;
  height: 60px;
  padding-left: 75px;
  padding-top: 20px;
}

.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

body {
  font-size: 18px;
}

a,
a:visited,
a:hover,
a:focus {
  color: inherit;
}

@media (min-width: 1440px) {
  .carousel-inner .item { height: 480px !important; }
}

@media (min-width: 768px) {
  #committee .col-sm-6 {
  width: 50%;
  }
}
