li {
    padding-bottom: 6px;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #000;
  background-image: url(./pattern.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child { margin-bottom: 0; }
.jumbotron h1 { font-weight: 300; }
.jumbotron .container { max-width: 40rem; }

.btn-primary {
    color: #000;
    background-color: #bef712;
    border: 0px;
}

.text-lime {
    color: #bef712;
}

h2 {
    padding: 3rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000;
}

footer p { margin-bottom: .25rem; }
