/*begin carousel sizing customization*/
@media (min-width: 1440px){
  .carousel-inner .item {height: 500px !important;}
}

.carousel{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

/*end carouse sizing customization*/
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-image: url('https://maveme.github.io/assets/logos/vlhcc25/VLHCC-25.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 120px;
  z-index:3;
  margin-top: 4px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 50px 0 0 30px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}
