h1, h3 {font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;}
pre,code {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}

.homepage-jumbotron .page-header {
  color: white;
}

.lead {
  background-color: white;
  width: 90%;
  /*width: 30%;*/
}

.homepage-jumbotron {
    margin-bottom: 0px;
    background-image: url(/static/images/homepage-background_mini.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

@media screen and (min-width: 450px) {
  .lead {
    width: 380px;
  }
}

@media screen and (min-width: 800px) {
  .homepage-jumbotron {
    height: 900px;
  }
}

.page-footer {
  margin-top: 100px;
  width: 100%;
}