.galerie{
    margin-top: 8%;
    margin-left: 30%;
    margin-right: 30%;
}


.gTable{
    display: block;
    width: 100%;
}

.gRow{

    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.gCol{
    margin-top: 20px;
    margin-bottom: 0%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.gTable img{

    width: 94.5%;
    height: 94.5%;
    border: 2px solid black;
    border-radius: 3px;
    box-shadow: 3px 5px 6px black;
}
.gTable img:hover{

    width: 95%;
    height: 95%;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: 3px 5px 6px rgba(59, 179, 248, 0.664);
}

button{

    background-color: transparent;
    border: 0px solid black;
}

.galleryOverlayContainer{

    border: 2px solid black;
    border-radius: 8px;
    display: none;
    position: absolute;
    top:10%;
    left: 5%;
    width: 90%;
    height: 60%;
    background-color: rgba(26, 25, 25, 0.95);
    z-index: 100;
    padding:1%;
}

.closeGalleryBtn{
    bottom: 0;
    left: 96.25%;
    top: 1%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    border: 2px solid rgb(241, 237, 237);
    border-radius: 8px;
    position: absolute;
    margin:1%;
    width: 40px;
    height: 40px;
    background-color: rgba(241, 11, 61, 0.863);
    color: #fff;
    font-weight: bolder;
    font-size: 32px;
    text-align: center;
    box-shadow: 2px 3px 5px rgba(37, 36, 36, 0.856);
}

.bigGalleryImgContainer{
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    height: auto;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.bigGalleryImg{
   
    height: auto;
    max-height: 90%;
    min-height: 600px;
    width: auto;
    max-width: 90%;
    border:2px solid white;
    border-radius: 12px;
    box-shadow: 0px 0px 12px white;
}

.leftGalleryBtn{
    
    height: 10%;
    width: 5%;
    margin-right: auto;
    border: 3px solid rgb(158, 240, 158);
    border-radius: 3px;
    background-color: #3bbc50;
    font-size: 14px;
    font-weight: bolder;
    color: white;
}

.rightGalleryBtn{

    height: 10%;
    width: 5%;
    margin-left: auto;
    border: 3px solid rgb(158, 240, 158);
    border-radius: 3px;
    background-color: #3bbc50;
    font-size: 14px;
    font-weight: bolder;
    color: white;

}

.rightGalleryBtn:hover{background-color: #1096f0;}
.leftGalleryBtn:hover{background-color: #1096f0;}

.galleryContainer{
    margin-left:10%;
    height: 65%;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:space-evenly;
    margin-bottom: 1%;
    overflow-y: auto;
}

.imgBtn{

    height: 300;
    width: 300;
    margin: auto;
    background-color: transparent;
    border: 0px solid white;
    padding-left:1%;
    padding-right:1%;
}

.galleryImg{
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 3px 4px 6px black;
    margin-bottom: 2%;
}

@media (max-width: 1919px) {
    .galerie{
        margin-top: 8%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .galleryOverlayContainer{

        border: 2px solid black;
        border-radius: 8px;
        display: none;
        position: absolute;
        top:12%;
        left: 5%;
        width: 90%;
        height: 80%;
        background-color: rgba(26, 25, 25, 0.95);
        z-index: 100;
        padding:1%;
    }
    .closeGalleryBtn{
        bottom: 0;
        left: 94.4%;
        top: 1%;
        transform: translateX(-50%);
        transform: translateY(-50%);
        border: 2px solid rgb(241, 237, 237);
        border-radius: 8px;
        position: absolute;
        margin:1%;
        width: 40px;
        height: 40px;
        background-color: rgba(241, 11, 61, 0.863);
        color: #fff;
        font-weight: bolder;
        font-size: 32px;
        text-align: center;
        box-shadow: 2px 3px 5px rgba(37, 36, 36, 0.856);
    }
}