.className {
    z-index: 5;
    font-size: 16px;
    overflow: hidden;

}

.closebutton {
    font-size: 28px;
    cursor: pointer;
    margin-left: 6px;
}

.window {
    position: absolute;
    top: 25%;
    left: 10%;
    background-color: antiquewhite;
}

.windowheader {
    cursor: move;
    position: absolute;
    right: 260px;
    top: 5px;
    font-size: 28px;
}

.headertext {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    
}

.selected {
    box-shadow: 0px 0px 15px rgba(237, 194, 107, 0.8);
}

.maximize {
    width: 100% !important;
    height: calc(100vh - 79px) !important;
    top: 79px !important;
    left: 0 !important;
    border-top: 3px solid rgb(237, 194, 104) !important;
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.5) !important;
}

.HallItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.ItemCaption {
    color: rgb(237, 194, 104);
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.5);
}

.Photo {
    width: 100%;
    max-width: 500px;
    height: 380px;
}

.Photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}