html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    color: #FFFFff;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: #FFFFff;
    }
}

.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;
}

.text-color {
    color: #000000 !important;
}

.sidebar-background-color {
    background-color: #f8f5f0;
}

.image-width{
    width: 100vw;
}

@media (min-width: 768px) {
    .sidebar-size {
        position: sticky;
        top: 0;
        height: 100vh;
    }
}
