/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron {
  height: 280px;
  background-image: url('images/uc.png');
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 15px;
  background-size: auto;
  background-position: center;
}

#subheading {
  width: 500px;
}

#androidInstallButtonContainer {
    padding-top: 10px;
}

.bottomImageLink {
    width: 100%;
    height: auto;
}