.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@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;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
}

footer p {
  margin-bottom: 0.16rem;
}

footer img {
  height: 40px;
  margin-bottom: 20px;
}

footer a {
  color: #6c757d !important;
}

/* @media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
} */


/* .navbar-collapse ul li::before {
  position: absolute;
  left: 2px;
  right: 2px;
  height: 1px;
  content: "";
  background-color: #e3e5e9;
} */
/* .navbar>.show ul li:not(:last-child):after {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  content: "";
  background-color: #e3e5e9;
  opacity: 0.5;
} */

.navbar>.show ul li:after {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
  content: "";
  background-color: #e3e5e9;
  opacity: 0.5;
}

