html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 50px 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}
.container .credit {
  margin: 20px 0;
}

dl {
  padding-left: 1em;
}

dd {
  margin-bottom: 1em;
}

p.pull-right .btn {
  padding-left: 1em;
  padding-right: 1em;
}

.jumbotron {
  overflow: hidden;
  padding: 0
}

.jumbotron  .container {
  position: relative;
}

.jumbotron .container h1, .jumbotron .container h2 {
  position: relative;
  z-index: 2;
}

#jumboBack {
  position: absolute;
  top: -60%;
  z-index: 1;
}

#jumboBack123{
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}