body > #Breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carousel-content {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

body > header {
  background-color: #283891;
}

body > main {
  min-height: 100vh;
}
body > main > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

nav {
  min-height: 8rem;
}
nav .nav-link {
  color: white;
}

.img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
}
.img-overlay-disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
}

/*# sourceMappingURL=main.css.map */
