html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.section-title {
    font-size: 20px;
}

.section-spacing {
    margin-bottom: 20px;
}

.styled-hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.navbar-custom {
    background: linear-gradient(to right, #0d6efd, #2563eb);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

    .navbar-custom .nav-link {
        color: #ffffff !important;
    }
        .navbar-custom .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
        }

.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;
}
