.jumbotron {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  height: 450px;
  padding-top: 240px;
  background-position: center center;
}

.jumbotron {
  color: whitesmoke;
}


.navbar-brand {
    font-weight: bold;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1px;
  border-radius: 15px;
}