:root {
  --navbar-height: 4.375rem;
  --page-header-height: 3.25rem;
}

html {
  height: auto;
  overflow-y: auto;
}

body {
  font-family: "Mulish", sans-serif !important;
  min-height: 100vh;
  margin: 0;
  padding-top: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}

.site-header-spacer {
  flex-shrink: 0;
  min-height: var(--navbar-height);
}

.site-header-spacer--with-title {
  min-height: calc(var(--navbar-height) + var(--page-header-height));
}

.page-content {
  flex: 1 0 auto;
  width: 100%;
}

.page-header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.875rem 1rem;
  border: none;
  border-radius: 0;
  background-color: #cfe2ff;
  color: #084298;
}

.page-header h1,
.page-header h2 {
  margin: 0;
}

.site-footer {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.text-justify {
  text-align: justify !important;
}

.navbar {
  padding: 10px 0;
}
