html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    background: #141d1f;
    color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

main {
    padding-top: 100px; 
}

.header-outer {
    position: fixed;
    top: 24px;
    left: 0;
    width: 100vw;
    z-index: 1030;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.header-inner {
    background: #232b2b;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    padding: 0 32px 0 32px;
    min-height: 70px;
    display: flex;
    align-items: center;
    width: 90vw;
    max-width: 1200px;
    pointer-events: auto;
}

.navbar {
    width: 100%;
    padding: 0;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-right: 2rem;
}

.navbar-nav {
    flex-direction: row;
    gap: 1.5rem;
}

.navbar-nav .nav-link {
    color: #bcbcbc !important;
    font-size: 1.08rem;
    transition: color 0.2s;
    padding: 0;
}


.btn-get-started {
    background: #1E6531;
    color: #6DA544 !important;
    border-radius: 20px;
    padding: 0.4rem 1.3rem;
    font-weight: bold;
    border: none;
    margin-left: 1.5rem;
    transition: background 0.2s, color 0.2s;
}

.btn-get-started:hover {
    background: #fff;
    color: #232b2b;
}

.header-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem;
}

.navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.btn-get-started {
    margin: 1rem 0 0 0;
    align-self: flex-end;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #6DA544 !important;
}
