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: 100px;
}

.hidden {
    display: none;
}

header {
    background: linear-gradient(to bottom, #E1E0D6, #CAC8B8);
}

footer {
    background: linear-gradient(to bottom, #E1E0D6, #CAC8B8);
}

    footer p {
        color: #002244;
    }

.nav-item {
    font-size: 20px;
    color: #002244;
}

.nav-link {
    padding: 14px;
    color: #002244;
}

.container-limited {
    max-width: 1400px; /* Limit width */
    margin: 0 auto; /* Center the content */
    padding: 20px;
}

.display-4 {
    font-size: 72px;
    font-weight: 800;
    line-height: 78px;
    letter-spacing: -2px;
}

.lead {
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.005em;
}

.content-highlight {
    padding: 20px;
}

.card {
    background: linear-gradient(to bottom, #E1E0D6, #CAC8B8);
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #002244;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: bold;
}

.bg-primary {
    background-color: #1e5aff !important;
}
