nav div {
    filter: invert(1)
}

.hamburger {
    filter: var(--fil);
}

.nav {
    filter: invert(1)
}

.modal {
    display: none;
    position: fixed;
    max-width: 1440px;
    width: 100%;
    height: 90vh;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.75), inset 4px 4px 20px rgba(179, 192, 239, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 16px;
    z-index: 9;
}

.modal-content {
    margin: 0 auto;
    padding: 30px;
}

iframe {
    width: 100%;
    height: 80vh;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover {
  color: #f2f7ef;
  text-shadow: 0 0 3px #f2f7ef;
  text-decoration: none;
  cursor: pointer;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    color: #f2f7ef;
    text-shadow: 0 0 1px #f2f7ef;
    margin-bottom: 35px;
    text-align: center;
}

#footer p {
    color: rgba(128,128,128,100)
}

.container p {
    font-family: 'JosefinSans';
    font-weight: 300;
    font-size: 20px;
    color: #f2f7ef;
    text-align: center;
    padding-bottom: 10px;
}

.gallery-container {
    display: flex;
    justify-content: space-around;
}

.column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.container div {
    cursor: pointer;
    filter: saturate(90%);
}

#img-1 {
  height: 240px;
  width: 320px;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-3.webp);
  -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
  mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-4 {
  height: 240px;
  width: 320px;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-2.webp);
  -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
  mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-1:hover {
    animation: slideShow-1 5s steps(1) infinite;
    -webkit-animation: slideShow-1 5s steps(1) infinite;
}

@keyframes slideShow-1 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-4.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-5.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-1.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-2.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/gen-x-soft-club/thumbnails/tb-3.webp);
        opacity: 100;
    }
}

#img-4:hover {
    animation: slideShow-4 5s steps(1) infinite;
    -webkit-animation: slideShow-4 5s steps(1) infinite;
}

@keyframes slideShow-4 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-3.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-4.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-5.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-1.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/catalogues/thumbnails/tb-2.webp);
        opacity: 100;
    }
}

.column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#img-2 {
  height: 240px;
  width: 320px;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-3.webp);
  -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
  mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-2:hover {
    animation: slideShow-2 5s steps(1) infinite;
    -webkit-animation: slideShow-2 5s steps(1) infinite;
}

@keyframes slideShow-2 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-4.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-5.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-1.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-2.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/1960s/thumbnails/tb-3.webp);
        opacity: 100;
    }
}

#img-5 {
  height: 240px;
  width: 320px;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-1.webp);
  -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
  mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-5:hover {
    animation: slideShow-5 5s steps(1) infinite;
    -webkit-animation: slideShow-5 5s steps(1) infinite;
}

@keyframes slideShow-5 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-2.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-3.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-4.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-5.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/canadian-flyers/thumbnails/tb-1.webp);
        opacity: 100;
    }
}

.column3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#img-3 {
    height: 240px;
    width: 320px;
    object-fit: cover;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-3.webp);
    -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
    mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-3:hover {
    animation: slideShow-3 5s steps(1) infinite;
    -webkit-animation: slideShow-3 5s steps(1) infinite;
}

@keyframes slideShow-3 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-4.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-5.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-1.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-2.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/pictorialism/thumbnails/tb-3.webp);
        opacity: 100;
    }
}

#img-6 {
    height: 240px;
    width: 320px;
    object-fit: cover;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-2.webp);
    -webkit-mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
    mask-image: url(https://matthewkratz.neocities.org/img/records-mask.png);
}

#img-6:hover {
    animation: slideShow-6 5s steps(1) infinite;
    -webkit-animation: slideShow-6 5s steps(1) infinite;
}

@keyframes slideShow-6 {
    0% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-3.webp);
        opacity: 100;
    }
    20% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-4.webp);
        opacity: 100;
    }
    40% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-5.webp);
        opacity: 100;
    }
    60% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-1.webp);
        opacity: 100;
    }
    80% {
        background: radial-gradient(circle,rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), url(../img/records/art-nouveau/thumbnails/tb-2.webp);
        opacity: 100;
    }
}

@media screen and (max-width: 769px) {
    .gallery-container {
        flex-direction: column;
    }
}

@keyframes fadeIn {
  0% { opacity: 0.7; }
  100% { opacity: 0.05; }
}

