/* GLOBAL STYLES
-------------------------------------------------- */

body {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

.core-page h2 {
  font-weight: 400;
}

.fa-solid {
  margin-right: 5px;
}



/* Introduction to site (carousel with logo and title)
-------------------------------------------------- */

.carousel {
  margin-bottom: 4rem;
}

.carousel-item {
  background-color: #333;
}




/* Featurettes (Primarily used for datasets)
-------------------------------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the core-page headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}




/* Team Members
-------------------------------------------------- */
.team-member {
  margin-bottom: 1.5rem;
  text-align: center;
}

.team-member p {
  margin: 0 !important;
}

.team-member h2 {
  margin-top: 10px;
}

.dataset-heading {
  margin-bottom: 40px;
}