.banner {
  background-image: url('../images/blockchain.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
/*  */
.btn-box {
  clear: both;
  overflow: hidden;
}
.btn-box button {
  font-size: 28px;
  font-weight: lighter;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: #ff9d4e;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 30px;
}
.btn-box button:hover {
  background-color: #ff801a;
}
/*  */
.navbar-default {
  background-color: transparent;
}