@charset "UTF-8";
/* CSS Document */

$carousel-indicator-length: 10px;

.carousel-indicators {
  & li {
    border-radius: 50%;
    margin: 1px 3px;
    height: $carousel-indicator-length;
    max-width: $carousel-indicator-length;
  }
}

.navbar{
	background-color: rgba(241,241,241,0.72)
}

.btn-block{
	background-color: cyan;
}

#information{
	background-color: rgba(222,222,222,1.00);
}