@charset "utf-8";
/* CSS Document */

.carousel {
  height: 50%
}
.carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item {
  height: 100%
}
@media (max-width:776px) {
  .carousel {
    height: 100%
  }
}
.page-footer {
  background-color: #929FBA
}
.container{
   max-width: 800px; 
}