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

.jumbotron {
  background-image: url("../images/jumbotronImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  margin-bottom: 0;
}

.jumbotron p {
  color: white;
  font-weight:bold;
}

.jumbotron h1 {
  color: gold;
}
.pull-right {
  padding-top: 5px;
}

.counter {
  font-size: 12px;
  color:#800000;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: -10px;
}
