/* This is my CSS file */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.bg-cover{
	background: url(footage/logo.jpg);
	height: auto;
	background-size:cover;
.bd-placeholder-img{
	background: url(footage/logo.jpg);
	height: auto;
	background-size:cover;
}
}
.img{
  max-width: 100%;
  width: 100%;
  min-width: 400px;
  height: auto;
}