* {
  font-family: sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

/*  */
.above-navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-style: italic;
  font-weight: bold;
  color: #ccc;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1071;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.feature-area p {
  color: #010101;
}

.feature-area p a {
  text-decoration: none;
  color: rgb(108, 108, 218);
}

.feature-area p a:hover {
  text-decoration: underline;
}

.emphasize {
  font-weight: bold;
  font-style: italic;
}

#carouselDarkVariant iframe,
#carouselDarkVariant video {
  display: block;
  margin: auto;
  width: 100%;
  height: 55vh;
}

.carousel-control-next,
.carousel-control-prev {
  top: unset;
  width: 80%;
}

#carouselDarkVariant {
  padding-bottom: 2.5rem;
}

.card {
  height: 100%;
}

figcaption {
  color: #010101;
  margin-top: 1rem;
}

footer {
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 20px;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 0.75rem;
}

footer a:hover {
  color: #fff;
}
