/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 16px;
}

.jumbotron {
/*	background: url(../img/pool-ball3.jpg) no-repeat center center fixed; */
    background: url(../img/icue-ball.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
   	color: #ffffff;
   	height: 280px;
}


.navbar-brand img{
	position: relative;
	bottom: 10px;
}
