img{
  width:100%;
  max-width:100%;
   height: 500px;
}

.navbar{
  position:fixed;
  width:100%;
 background:rgba(255,255,255,.5);
  z-index:10;
  border-radius:0;
  border-color:transparent;
}
.navbar-default .navbar-nav > li > a{
  color:#000;
  
}


 
.carousel .item {
  height: 700px;
   background:rgba(255,255,255,.5);
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

