@charset "UTF-8";

/* Common */

.table-responsive td,
.table-responsive th {
    white-space: nowrap;
}

/* Layout */

.container-header {
    background-color: #def0d6;
    background-image: none;
}

.container-header .site-description {
    color: #000;
    font-family: serif;
    font-size: calc(1.25rem + 1vw);
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.container-footer {
    color: #000;
    background-color: #def0d6;
    background-image: none;
}

/* Site grid */
@supports (display: grid) {
    @media (max-width: 991px) {
        .site-grid {
            grid-template-areas:
                ".banner banner banner banner."
                ".top-a  top-a  top-a  top-a. "
                ".top-b  top-b  top-b  top-b. "
                ".side-l side-l side-l side-l."
                ".comp   comp   comp   comp.  "
                ".side-r side-r side-r side-r."
                ".bot-a  bot-a  bot-a  bot-a. "
                ".bot-b  bot-b  bot-b  bot-b. ";
            }
    }
}

/* Lightbox */

#lightbox-carousel .carousel-item img {
    cursor: zoom-out;
    max-width: none;
}

#lightbox-carousel .carousel-item img.object-fit-contain {
    cursor: zoom-in;
    max-height: 100vh;
}
