.carousel .carousel-item img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}


/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
    padding-top: 150px;
    margin-top: -150px;
}

/*.navbar-gradient{*/
/*  background-image: -webkit-linear-gradient(190deg,#212529, #0c0a0a);*/
/*  background-image: linear-gradient(10deg,#212529, #0c0a0a);*/
/*}*/

.navbar-gradient{
  background-image: -webkit-linear-gradient(190deg,#111239, #101138);
  background-image: linear-gradient(10deg,#111239, #101138);
    border-bottom: #1B75BC;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.bg-dark-blue {
  background-color: #111239;
  border-bottom: #1B75BC;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.bg-bright-blue {
  background-color: #1B75BC;
}

.carousel-caption-background {
  background-color: rgba(0, 0, 0, 0.5);

  box-shadow: 0 0 20px 20px rgba(255,255,255,0.0) inset;
}


