.hero-nav__logo {
	height: 90px;
}

@media only screen and (min-width: 992px) {
	.hero-nav__logo {
		height: 100px;
	}
}

.btn-blue {
	background-color: #1973fe;
	color: white;
}

.hero-nav--is-sticky {
	height: 105px;
}

.stats__number {
	font-size: 2.1rem;
}
.stats__text {
	font-size: 1.5rem;
}

.splide__slide img {
	width: 100%;
	height: auto;
  }

  #image-carousel {
	  width: 75%;
  }

  a.menu {
	color: var(--primary-invert);
  }