/* /Components/Album.razor.rz.scp.css */
img[b-76p7sy506q] {
    display: block;
}

#gallery[b-76p7sy506q] {
    max-height: calc(100dvh - 4rem);
    margin: 4rem 0 0 0.5rem;
    padding: 0 0.5rem 0 0;
    overflow-y: auto;
    color-scheme: dark;
}
/* /Components/AlbumOverview.razor.rz.scp.css */
#overview[b-vy2dsyti3y] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

ul#overview[b-vy2dsyti3y]::after {
    content: '';
    flex-grow: 999;
}

ul > li[b-vy2dsyti3y] {
    position: relative;
    flex: 1 1 auto;
}

@media only screen and (max-width: 511px) {
    ul > li[b-vy2dsyti3y] {
        height: 100px;
    }
}

@media only screen and (min-width: 512px) and (max-width: 767px) {
    ul > li[b-vy2dsyti3y] {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    ul > li[b-vy2dsyti3y] {
        height: 200px;
    }
}

@media only screen and (min-width: 1025px) {
    ul > li[b-vy2dsyti3y] {
        height: 300px;
    }
}

ul > li img[b-vy2dsyti3y] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.video-thumbnail[b-vy2dsyti3y] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: grid;
    place-items: center;
}

.icon svg[b-vy2dsyti3y] {
    transform: scale(2);
}

.icon use[b-vy2dsyti3y] {
    fill: hsl(0, 0%, 67%, 67%);
}

.overlay[b-vy2dsyti3y] {
    position: absolute;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    background: hsla(0, 0%, 33%, 0.5);
}

@media only screen and (max-width: 767px) {
    .overlay.long[b-vy2dsyti3y] {
        display: none;
    }
}
/* /Components/KeywordsAlbum.razor.rz.scp.css */
ul#keyword-groups[b-sjd3hymn49] {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.keyword-group[b-sjd3hymn49] {
    margin: 0 0 1rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}

li.keyword-group[b-sjd3hymn49]::after {
    content: '';
    flex-grow: 999;
}

ul.keywords[b-sjd3hymn49] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.keyword[b-sjd3hymn49] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: hsl(200, 67%, 20%);
    border-radius: 1rem;
    height: fit-content;
}

.keyword.header[b-sjd3hymn49] {
    min-width: 1rem;
    text-align: center;
    background-color: hsl(140, 67%, 20%);
}
/* /Components/Lightbox.razor.rz.scp.css */
#backdrop[b-wbkcqhospc] {
    background-color: hsl(225, 6%, 13%);
    display: grid;
    grid-template-columns: 1fr auto;
}

#content-container[b-wbkcqhospc] {
    width: calc(100vw - 16rem);
    height: 100dvh;
    display: grid;
    /* Consider changing caption height depending on viewport width. */
    grid-template-rows: auto 1fr auto auto;
    transition: 0.5s;
}

#content-container.no-sidebar[b-wbkcqhospc] {
    width: 100vw;
    transition: 0.5s;
}

#content[b-wbkcqhospc] {
    align-self: center;
    display: grid;
    padding: 0 0.5rem;
    overflow: hidden;
    touch-action: pan-x;
}

.set-height[b-wbkcqhospc] {
    height: calc(100dvh - 12rem - 140px);
    transition: 0.5s;
}

.no-caption .set-height[b-wbkcqhospc] {
    height: calc(100dvh - 5rem - 140px);
    transition: 0.5s;
}

.no-thumbnails .set-height[b-wbkcqhospc] {
    height: calc(100dvh - 12rem);
    transition: 0.5s;
}

.no-caption.no-thumbnails .set-height[b-wbkcqhospc] {
    height: calc(100dvh - 4rem);
    transition: 0.5s;
}

#content > *[b-wbkcqhospc] {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
}

#content img[b-wbkcqhospc] {
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

#content img.video[b-wbkcqhospc] {
    max-width: 100%;
    margin: auto;
}

.video-container[b-wbkcqhospc] {
    width: 100%;
    display: grid;
}

.video-container > *[b-wbkcqhospc] {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
}

.video-container video[b-wbkcqhospc] {
    max-width: 100%;
    margin: auto;
}

#content .previous[b-wbkcqhospc] {
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
}

#content .next[b-wbkcqhospc] {
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
}

#content .content-navigation[b-wbkcqhospc] {
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    background: hsla(0, 0%, 25%, 50%);
    z-index: 1;
}

#caption[b-wbkcqhospc] {
    margin: 0.5rem;
    height: 5.8rem;
    border-radius: 5px;
    overflow-y: scroll;
    color-scheme: dark;
    background-color: hsl(225, 6%, 20%);
    transition: 0.5s;
}

#caption .caption[b-wbkcqhospc] {
    column-gap: 1rem;
    column-rule: 2px solid hsl(225, 6%, 13%);
}

@media only screen and (max-width: 600px) {
    #caption .caption[b-wbkcqhospc] {
        columns: auto 1;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    #caption .caption[b-wbkcqhospc] {
        columns: auto 2;
    }
}

@media only screen and (min-width: 901px) {
    #caption .caption[b-wbkcqhospc] {
        columns: auto 3;
    }
}

.no-caption #caption[b-wbkcqhospc] {
    height: 0;
    transition: 0.5s;
}
/* /Components/Navigation.razor.rz.scp.css */
nav[b-90aa480m11] {
    position: fixed;
    top: 0;
    height: 4rem;
    font-size: 1.44rem;
    font-weight: 100;
}

nav ul[b-90aa480m11] {
    list-style: none;
    margin: 1rem 0.5rem;
    padding: 0;
    white-space: nowrap;
}

nav li[b-90aa480m11] {
    display: inline-block;
    margin-right: 0.5rem;
}

nav li[b-90aa480m11]:before {
    content: "/";
    margin-right: 0.5rem;
}

nav a:hover[b-90aa480m11] {
    text-decoration: underline;
}
/* /Components/Sidebar.razor.rz.scp.css */
#sidebar[b-53h2ug9yt7] {
    width: 15rem;
    transition: 0.5s;
    border-left: 2px solid hsl(0, 0%, 67%);
    padding: 0.25rem 0;
}

.no-sidebar #sidebar[b-53h2ug9yt7] {
    width: 0;
    transition: 0.5s;
}

#sidebar-close[b-53h2ug9yt7] {
    padding: 0 0 0.25rem 0;
    height: 2rem;
    display: flex;
    justify-content: end;
    border-bottom: 2px solid hsl(0, 0%, 67%);
}

#sidebar-container[b-53h2ug9yt7] {
    height: calc(100dvh - 3rem);
    overflow-y: auto;
    color-scheme: dark;
}

#sidebar-content-details[b-53h2ug9yt7] {
    padding: 0.5rem;
    border-bottom: 2px solid hsl(0, 0%, 67%);
}

#sidebar-content-details .heading:not(:first-child)[b-53h2ug9yt7] {
    margin-top: 0.5rem;
}

#sidebar-content-details .text[b-53h2ug9yt7] {
    color: hsl(0, 0%, 67%);
}

#sidebar-map[b-53h2ug9yt7] {
    padding: 0.5rem;
    border-bottom: 2px solid hsl(0, 0%, 67%);
}

#map[b-53h2ug9yt7] {
    height: 15rem;
}

.leaflet-container[b-53h2ug9yt7] {
    font-family: 'Barlow Condensed', sans-serif;
}

#sidebar-keywords[b-53h2ug9yt7] {
    padding: 0.5rem;
    border-bottom: 2px solid hsl(0, 0%, 67%);
}

#sidebar-keywords a[b-53h2ug9yt7] {
    color: hsl(0, 0%, 67%);
}

#sidebar-keywords a:hover[b-53h2ug9yt7] {
    color: hsl(0, 0%, 100%);
}
/* /Components/Thumbnails.razor.rz.scp.css */
#thumbnails-container[b-f30ee0fmqo] {
    height: 148px;
    overflow-y: hidden;
    overflow-x: scroll;
    color-scheme: dark;
    transition: 0.5s;
}

.no-thumbnails #thumbnails-container[b-f30ee0fmqo] {
    height: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

#thumbnails[b-f30ee0fmqo] {
    min-width: 100%;
    width: max-content;
}

#thumbnails ul[b-f30ee0fmqo] {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    list-style: none;
}

#thumbnails li[b-f30ee0fmqo] {
    display: inline-block;
    box-sizing: border-box;
    margin: 2px;
    border: 3px solid hsl(0, 0%, 100%);
    border-radius: 3px;
    position: relative;
}

#thumbnails li.selected[b-f30ee0fmqo] {
    border: 3px solid hsl(0, 67%, 50%);
}

.video-thumbnail[b-f30ee0fmqo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: grid;
    place-items: center;
}

.icon use[b-f30ee0fmqo] {
    fill: hsl(0, 0%, 67%, 67%);
}
/* /Components/Toolbar.razor.rz.scp.css */
#toolbar[b-gv4xxqfvp9] {
    height: 3rem;
    display: flex;
    justify-content: space-between;
}

.counter[b-gv4xxqfvp9] {
    font-size: 1.5rem;
    margin: 0.5rem;
    color: hsl(0, 0%, 67%);
}

ul[b-gv4xxqfvp9] {
    align-self: flex-end;
    margin: 0.5rem;
    padding: 0;
    width: fit-content;
    list-style: none;
}

li[b-gv4xxqfvp9] {
    display: inline-block;
    margin: 0 0 0 0.5rem;
    cursor: pointer;
}

.slide-down[b-gv4xxqfvp9] {
    animation: slide-down-b-gv4xxqfvp9 0.5s;
}

@keyframes slide-down-b-gv4xxqfvp9 {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0%); }
}
