
.jumbotron-heading {
  font-weight: 300;
}

footer {
  padding-top: 2.5rem;
  padding-bottom: .5rem;
}

footer p {
  margin-bottom: .25rem;
}

header .header-extra{
    color: #fff;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


.carousel{
  max-width: 700px !important;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: blue;
}
.carousel-indicators li.active{
    background-color: red;
}