/*---------------- Custom Bootstrap ------------------*/

.carousel .item {
    height: 500px;
  }
  
  .item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 500px;
  }
  
  .item video {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 500px;
  }
  .navbar-brand img{
      width: 150px;
  }
  
  
  