/* Page-specific styles for index.php */

.cta-group {
  margin-top: 2.5em;
}

.section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Align the hero title with the fixed menu button */
.align-with-menu {
    margin-top: var(--language-bar-offset);
}
