@charset "UTF-8";
/* CSS Document */

.jumbotron {
  background: url('../img/bg.jpg') fixed center no-repeat;
  background-size: cover;
  min-height: 92vh !important;
}

h2.section-heading {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 3em 0 .5em 0;
}

.jumbotron p {
  color: #7F7F7F;
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 .5em 0;
}

footer {
  height: 1rem;
}


@media (max-width: 767px) {
  .logo-lockup {
    float: none !important;
    text-align: center;
  }
}