.jumbotron {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg.jpg"); }
  .jumbotron .container {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .jumbotron .container h1 {
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      letter-spacing: 0.10em;
      font-size: 3em;
      color: white; }

/*# sourceMappingURL=jumbotron.css.map */
