:root {
    --bs-body-bg: #191a1a;
    --bs-table-color: #cfcdca;
}
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

nav {
    background-color: #191a1a;
}

body {
    margin-bottom: 60px;
    background-color: #191a1a;
    height: auto !important;
    color: #cfcdca;
}

.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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

canvas {
    border: 1px solid #000000;
}
.table {
    color: #cfcdca;
    background-color: #191a1a;
    --bs-table-color: #cfcdca;
}
.table td {
    border-top: 1px solid #6f6b65;
    border-bottom: none;
}
.table th {
    border-top: none;
}

hr {
    border-top: #6f6b65;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #6f6b65;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    align-content:end;
}
a {
    color: #cfcdca;
    text-decoration: none;
}
a:hover {
    color: darkslategrey;
    text-decoration: none;
    text-shadow: 0 0 .5em darkslategrey;
}
.btn-vlg {
    padding: 1.5rem 4rem;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: .6rem;
    margin: 0.5rem;
    margin-top: 1rem;
}
.title {
    font-size: 2rem;
}
.bg {
    background-image: url(../media/img/20260519135738_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #cfcdca;
    border: none;
    min-height: 45em;
}
.custom-shadow {
    text-shadow: 0 0 .5em black;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

@media (min-width: 200px) {
    h1 {
        font-size: 2em !important; /* Adjust this value to fit your layout */
    }

    h2 {
        font-size: 1.25em !important;
    }
    .btn-vlg {
        padding: 1.25rem 3rem;
        font-size: 1rem;
        line-height: 1;
        border-radius: .6rem;
        margin: 0.5rem;
        margin-top: 1rem;
    }
}

@media (min-width: 375px) {
    h1 {
        font-size: 2.5em !important;
    }
    h2 {
        font-size: 1.25em !important;
    }
}

@media (min-width: 450px) {
    .btn-vlg {
        padding: 1.5rem 4rem;
        font-size: 1.5rem;
        line-height: 1;
        border-radius: .6rem;
        margin: 0.5rem;
        margin-top: 1rem;
    }
}

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

    h1 {
        font-size: 3em !important;
    }
    h2 {
        font-size: 2.5em !important;
    }
}