﻿.customLeftNavMenuImgWidth {
    width: 200px;
}

.customLeftMenuImgWidth {
    width: 15% !important;
    /*height: 15% !important;*/
}
/*.card-body {
    padding: 0.25rem!important;
}*/
a.navbar-brand {
    color: white !important;
}
.bg-warning {
    background-color: #000 !important;
}
.image-gallery {
    margin: 20px 0;
}

.image-box {
    margin: 0 10px; /* Add horizontal space between boxes */
    padding: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.imageThumbnail {
    max-width: 100%; /* Ensure images are responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px; /* Slightly round image corners */
}