/* fixes the carousel height */
.carousel-inner > .carousel-item {
  height: 80vh;
}
/* fixes the carousel image height/width/fit to the screen size*/
.carousel-item img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
.nav-link {
  color: #ffffff !important;
}
