.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.img-fluid{
    width:100px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
footer {
    background-color: #f2f2f2;
    padding: 25px;
}
.navbar-fixed-top.scrolled {
    background-color: black !important;
    transition: background-color 200ms linear;
  }

.header-index{
    margin-top: 100px !important;
    }
.cont-margin{
    margin-bottom : 80px !important;
}
.footer-index{
    min-height: 120px;
}