body {
  min-height: 100vh;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2.5rem;
}
.navbar,
.stripe,
.footer {
  background-color: #014b7d;
}
.nav-link {
  font-size: 1.2rem;
  color: #fff;
}
.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar .btn-success {
  margin-left: 1rem;
}
.btn-success:hover {
  text-decoration: none;
}
.jumbotron {
  height: 500px;
  background-image: url("jumbotron_bg.jpg");
  background-size: cover;
  color: #fff;
  border-radius: 0;
}
.align-self-center {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
}
