body {
    background-color: #111111;
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
}

nav a.download-all {
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 32px;
}
header {
    padding: 40px 0 40px 0;
}

h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

h2 {
    font-size: 16px;
    color: #6a6a6a;
}

.image-grid {
    position: relative;
    opacity: 0%;
    margin: 0px auto;
}
.image-grid-item {
    position: absolute;
}
.image-grid-item img {
    width: 100%;
    height: 100%
}

.loading-text {
    font-size: 24px;
}

.pswp__button {
    background: none !important;
    color: #ffffff;
}

.pswp__button i.fas {
    pointer-events: none;
}

.pswp__caption__center {
    text-align: center;
}

/*****************************************************
 *** Loading Spinner BEGIN
 *****************************************************/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/*****************************************************
 *** Loading Spinner END
 *****************************************************/
