/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800;900&display=swap");

body {
  /* height: 100%; */
  font-family: Raleway, sans-serif;
}

strong {
  font-family: Raleway, sans-serif;
  font-variant: small-caps;
}

strong.wt700 {
  font-weight: 700;
}

strong.wt800 {
  font-weight: 800;
}

strong.wt700sz18px {
  font-weight: 700;
  font-size: 18px;
}

strong.wt700sz22px {
  font-weight: 700;
  font-size: 22px;
}

strong.wt700sz26px {
  font-weight: 700;
  font-size: 26px;
}
 
p.just {
  text-align: justify;
}

p.fig_legend {
  font-size: 14px;
}

@media (min-width: 100px) {
  p.footer {
    font-family: Raleway, sans-serif;
    font-size: calc(0.7vh + 0.21vw + 4.5px);
  }
  img.footer {
    height: calc(1.55vh + 3.1vw + 30px);
  }
}

.active {
  background-color: Gray;
}

.carousel .carousel-indicators li {
	background-color: rgb(112,112,112);
}
.carousel .carousel-indicators .active{
    background-color: black;
}

.scrollable {
	overflow-y: auto;
	max-height: 20vw;
}
