
@media  (width <= 400px) {
img {
    display: flex;
    min-width:  10vh;
    min-height: 10vh;
    object-fit: cover;
    margin: 1rem;
    object-fit: scale-down; max-width: 30vh;
}
}

@media  (width >= 401px) {
    img {
        display: flex;
        min-width:  10vh;
        min-height: 10vh;
        object-fit: cover;
        margin: 1.5rem;
        object-fit: scale-down; max-width: 40vh;
    }
    }
.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

h1 {
    font-family: "audiowide", system-ui;
    color: white;
    padding: 1rem;
    font-size: 2rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000000, 1px 1px 0 #000000;
}

h2 {
    font-family: "audiowide", system-ui;
    color: white;
    padding: 1rem;
    font-size: 3rem;
}

.gallerydisplay {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.backbutton {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;

}

a {
    color: white;
    text-decoration: none;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }


@media (width >= 1500px) {

    img {
        display: flex;
        min-width:  10vh;
        min-height: 10vh;
        object-fit: cover;
        margin: 3rem;
        object-fit: scale-down; max-width: 50vh;
    }
    
    .gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    h1 {
        font-family: "audiowide", system-ui;
        color: white;
        padding: 1rem;
        font-size: 2rem;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000000, 1px 1px 0 #000000;
    }
    
    h2 {
        font-family: "audiowide", system-ui;
        color: white;
        padding: 1rem;
        font-size: 3rem;
    }
    
    .gallerydisplay {
        display: flex;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .backbutton {
        display: flex;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    
    }
    
    a {
        color: white;
        text-decoration: none;
    }
    
    #background-video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
      }
    
    }