

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body, * {
  font-family: "Nunito", sans-serif !important;
}

h1 {
  font-size: 32px;
}

body > header {
  border-bottom: none !important;
  /*box-shadow: 0px 2px 4px 0px rgba(5, 30, 57, 0.15);*/
}

.hc-header-background-color {
  background-image: url("https://adaptive-wiki.scrollhelp.site/__assets-4487169f-8ef7-499a-af5d-91856d64c7ec/image/jira_adaptive_back_01.png") !important;
  background-position: center;
  background-size: cover;
}

.hc-footer-background-color {
  background-image: url("https://adaptive-wiki.scrollhelp.site/__assets-4487169f-8ef7-499a-af5d-91856d64c7ec/image/jira_adaptive_back_01.png") !important;
  background-position: center;
  background-size: cover;
}

.footer__logo {
  max-height: 30px;
}

.top-bar-left ul {
  background-image: none !important;
}

.hc-spaceHome-background-image {
  background-image: none !important;
  background-color: #1b579a;
  box-shadow: 0px 2px 8px 0px rgba(5, 30, 57, 0.45);
}

.vp-banner-text {
  font-family: "Nunito", sans-serif !important;
}

#content > section > div.space-overview__content__heading > h2 {
  font-family: "Nunito", sans-serif !important;
}

body > footer > div {
  justify-content: space-between;
}

body > footer > div > div.grid > div > a {
  font-size: 16px;
  font-weight: 400;
}

body > footer > div > div.grid > div > span {
  font-size: 16px;
  font-weight: 400;
}

body > footer > div > div.grid > ul {
  display: none;
}

body > footer > div > div.flex.hc-footer-font-color {
  justify-content: center;
  align-items: center;
}

body > footer {
  min-height: 70px !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.vp-search-bar__input-container {
  border-radius: 7px !important;
}

.space-overview__content__heading span {
  font-size: 1.3em;
}

.vp-disclosure-icon {
  color: #0044A5;
}

@media (min-width: 1024px) {
    .space-overview__hero__header {
        padding: 2rem 1rem 4rem;
    }
}