@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3.list__topic {
  font-family: 'Barlow', Roboto, 'sans-serif' !important;
}

h3.list__topic {
  font-size: 1.4em !important;
}

hr {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.vp-banner {
  background-position: center;
}

.space-overview__hero__header__content__intro--intro {
  font-size: 0;
}

.space-overview__hero__header__content__intro--intro::after {
  font-size: 1.5rem;
  content: 'Find help deploying and managing AiStrike solutions.';
}

.space-overview__content__heading {
  display: none;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
}

.footer__logo {
  display: none;
}

.footer ul li:nth-child(2) {
  display: none;
}

.footer-content > li::after {
  display: none;
}

header.header {
  border-bottom: none;
}

.header-links a {
  font-size: 16px;
}

.header-site-name {
  font-size: 18px;
}

.header-site-branding > a > img {
  margin-top: -10px;
}

.tile-text {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}