#reserve-button {
  background-color: rgba(0,123,255,0.2);
  border: 3px solid #fff;
  border-radius: 30px;
  margin: 10px;
  font-size: 14px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#book {
  border-bottom: 2px solid rgb(255,255,255);
}

#welcome {
  width: 100%;
  height: auto;
  padding-right: auto;
  padding-left: auto;
  font-size: 12px;
  min-height: none;
}

@media (min-width: 768px) {
  #welcome {
    width: 100%;
    height: auto;
    padding-right: auto;
    padding-left: auto;
    min-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.container.bottom {
  max-width: 700px;
  text-align: center;
}

#hero {
  width: 100%;
  background-image: url("play.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
}

@media (min-width: 768px) {
  #hero {
    background-image: url("play.jpg");
    background-position: center;
  }
}

.navbar-light .navbar-brand {
  background-image: url("logo_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  background-position: center;
  height: 60px;
  color: rgba(255,255,255,);
  padding: 0px;
  margin:  ;
  margin-top: 2px;
  margin-bottom: -8px;
}

