
.gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
    gap: 15px;
}

.gallery .thumb-album, .gallery .thumb-album2, .gallery .thumb-container {
    object-fit: cover;
    flex: 1 1 auto;
    max-width: 200px;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-weight:700;
    font-size:16px;
    color: #333333;
}

.gallery .thumb-album {
    background-color: #dddddd;
}

.gallery .thumb-album:hover {
    background-color: #cccccc;
}

.gallery .thumb-album2 {
    background-color: #efefef;
    border: 1px solid #dddddd;
}

.gallery .thumb-album2:hover {
    background-color: #cccccc;
}

.gallery .thumb-container {
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 5px;
    padding-bottom: 0px;
}

.gallery .thumb-container:hover {
    background-color: #cccccccc;
}

.gallery .thumb-album img, .gallery .thumb-album2 img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.gallery .thumb-container img {
    border-radius: 5px;
}

.titlebar .parenttitle {
    font-weight:700;
    font-size:20px;
}

.titlebar .title {
    font-weight:700;
    font-size:16px;
}

.gallery .thumb-album-caption, .gallery .thumb-album2-caption {
    font-weight:600;
    font-size:14px;
}

.paginate-wrapper {
    font-weight:400;
    font-size:25px;
    padding-bottom: 20px;
    margin: 0px !important;
}

.current-paginate, .paginate {
    padding: 0px 5px;
}

.current-paginate {
    font-weight:700;
}

.gallery a .albumpix, .gallery .thumb {
    padding: 0px;
}


.watermark {position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url(http://www.samskolan.se/gallery/sam_logo_watermark.png) no-repeat;z-index: 1100;}