/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://tenor.com/bHAHf.gif') 50% 50% no-repeat rgb(249,249,249);
}*/
#fullpage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
}
#sortedGallery {
    padding: 40px;
    margin: 0 auto;
}

.filter-button{
    font-size: 18px;
    border: 1px solid #6c3;
    border-radius: 5px;
    text-align: center;
    color: #09f;
    margin-bottom:30px;
}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid #6c3;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #6c3;
}
.btn-default:active .filter-button:active{
    background-color: #6c3;
    color: #fff;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 5px;
}