/* Section by Category */
@media screen and (min-width: 1500px){
    .section-by-cat{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5rem;
    }
    
    .section-title{
        color: white;
        font-size: 4rem;
        margin-bottom: 5rem;
    }
    
    .image-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .img-thumbnail {
        width: auto;
        height: 20rem;
        margin: 1rem;
        cursor: pointer;
    }
    
    .display-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }
    
    .lb-outerContainer {
        background-color: black !important;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1499px){
    .section-by-cat{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5rem;
    }
    
    .section-title{
        color: white;
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .image-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .img-thumbnail {
        width: auto;
        height: 20rem;
        margin: 1rem;
        cursor: pointer;
    }
    
    .display-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }
    
    .lb-outerContainer {
        background-color: black !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 1150px){
    .section-by-cat{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }
    
    .section-title{
        color: white;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .image-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .img-thumbnail {
        height: 16rem;
        margin: 0.5rem 0.5rem;
        cursor: pointer;
        object-fit: contain;
    }
    
    .display-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }
    
    .lb-outerContainer {
        background-color: black !important;
    }
}
@media screen and (max-width: 799px) {
    .section-by-cat{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }
    
    .section-title{
        color: white;
        font-size: 2.5rem;
    }
    
    .image-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .image-section > a {
        display: flex;
        justify-content: center;
    }
    
    .img-thumbnail {
        width: 75%;
        margin: 0.2rem 0.2rem;
        cursor: pointer;
        object-fit: contain;
    }
    
    .display-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    }
    
    .lb-outerContainer {
        background-color: black !important;
    }
}

/* .modal-content-wide {
    background-color: black;
    margin: 3% auto 0 auto;
    padding: 2rem;
    width: 55%;
  }

.modal-content-tall{
    background-color: black;
    margin: 3% auto 0 auto;
    padding: 2rem;
    width: 25%;
}

.modal-img {
    height: 50%;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-:hover,
.modal-:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} */