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%;
}

.flex-grow-1 {
    flex: 1 0 auto;
}
/*
.footer {
    flex-shrink: 0;
}
body {
  margin-bottom: 60px;
}
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Add margin bottom equal to footer height to prevent overlap */
    margin-bottom: 60px; /* Adjust this value based on your footer height */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    /* Ensure container has proper padding from footer */
    padding-bottom: 80px; /* Should be larger than footer height */
}

main {
    flex: 1 0 auto;
}

/* Update footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set footer height */
    line-height: 60px; /* Vertically center content */
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}

/* Style for the captureArea to ensure proper spacing */
#captureArea {
    margin-bottom: 70px; /* Add margin to prevent footer overlap */
}

/* Ensure content wrapper fills available space */
.FormContainer {
    margin-bottom: 60px; /* Add margin to prevent footer overlap */
}
/***********************************************************************************/
/*** Nav                                                                         ***/
/***********************************************************************************/
.navbar-nav .nav-link {
    font-size: 19px;
    font-weight: bold;
}
.nav-lik-sub {
    font-size: 19px;
}
