/* ==========================================================================
   Jumbotron Section
   ========================================================================== */
.jumbotron {
  padding: 0px 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent url('./img-bg.png') no-repeat top center;
  background-size: auto 100%;
  background-attachment: fixed;
  font-size: 1em;
  height: auto;
  overflow: hidden;
}
.jumbotron .container {
  text-align: center;
}

.jumbotron p {
  font-size: 1.333333333333333em;
  line-height: 1.333333333333333em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
   font-family: "Avenir" !important;
  /*margin-bottom: 40px;*/
  /*opacity: 0;*/
}
.jumbotron p a {
  color: #fff;
}
.jumbotron p a:hover {
  color: #fff;
}
.jumbotron #header-photo {
  opacity: 0;
  margin-top: -100px;
}
