.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s !important;
  transition-property: auto !important;
  }

body {
  font-family: 'Red Hat Display', sans-serif !important;
}
h1{
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

#map {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.info-window {
  /* font-family: 'Montserrat', sans-serif; */
}
.info-content {
  color: #999;
}

.mdb-lightbox {
  display: flex !important;
}



.card {
  max-width: 350px !important;
}
.navbar {
  box-shadow: none !important;
  font-size: large !important;
}
.navbar-dark .navbar-text {
  color: white !important;
}
.nav-flex-icons {
  margin-top: 20px;
}