.bg {
  background: url('/assets/example/bg_blueplane.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  margin-bottom: auto;
  max-height: 200px;
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
  background:transparent;
  background-image: url('http://ismybiz.us/images/tyson.png');
  background-repeat: repeat-x;
}

.responsive {
  max-width: 647px;
  max-height: 150px;
}

.footer {
  
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: dodgerblue;
  color: powderblue;
  text-align: center;
}

p.frontpg{
  color: black;
  font-family: times;
  font-size: 140%;
  text-indent: 30px;
}

ul.frontpg{
  color: black;
  font-family: times;
  font-size: 140%;
}

p.testitext{
  color: black;
  font-family: times;
  font-size: 140%;
  font-style: italic;
  font-weight: bold;
}