html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    margin-bottom: 60px;
    background: url("../images/cups-dark.png");
    background-size: cover;
}

footer {
    padding: 25px;
    background-color: #353535;
    color: white;
}

main {
    min-height: 1000px;
    background-color: #fff;
    padding: 25px;
}



.menu-items img {
    max-width: 100px;
}

.validation-summary-errors ul {
    color: red;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.add-edit-form img {
    max-width: 250px;
    margin: 25px 0;
}

.item-preview {
    max-width: 250px;
}

.dashboard .card {
    margin: 25px 0;
}

.table {
    margin-bottom: 50px;
}

h2 {
    font-size: 1.25em;
    color: #198754;
}

footer {
    text-align: center;
}

.footer-pic img {
    max-width: 50%;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

textarea.form-control {
    min-height: 150px;
}

.field-validation-error {
    color: red;
}

table img {
    max-width: 200px;
}

form img {
    max-width: 350px;
}
/* This is a version check. */
/* Remove or comment out the existing .site-footer styles */

/* ===== Dark Footer Fix ===== */
footer.site-footer {
    background-color: #212529 !important;
    color: #f8f9fa !important;
    padding: 60px 0 40px !important; /* Increased height */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .container {
    background-color: transparent !important;
}

.site-footer a {
    color: #adb5bd !important;
    text-decoration: none;
}

    .site-footer a:hover {
        color: #fff !important;
        text-decoration: underline;
    }






/* Footer sections */
.site-footer .footer-center p {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.site-footer .copyright {
    margin-bottom: 15px;
}

