/* hero section */
.hero {
    position: relative;
    width: 100%;
    height: 700px;

    margin-top: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    display: flex;
    flex-direction: column;

    background: url('/assets/backgrounds/Art-background-1.jpg') no-repeat center center/cover;

    
    color:#4d4d4d;
    z-index: 0;

}
/* .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #000000a4; 
    z-index: 1;
} */
.bg-logo{
    width: 40%;
    height: auto;

    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;

    z-index: 1;
    opacity: 0.8;
    border-style: solid;
    border-width: 3px;
    border-color: #a77e19;

    filter: drop-shadow(3px 3px 10px rgb(0, 0, 0));
}
/* cta-button */
.cta-container{

    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    align-items: center;

    z-index: 2;
    
}
.cta-container button{

    background-color: #5a430800;
    width: 25%;
    margin: 20px;

    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #5a4308;
    border-radius: 10px;

    color: #a77e19;
    
}
.cta-container button:hover{
    border-color: #805f0f;
    color:#a77e19;

    scale: 1.05;

}
/* history */

.history .paragraph{
    text-align: left;
}
.history .wrapper{
    display: flex;
    flex-direction: row;
}

/* exhibitions */
.exhibitions .paragraph{
    text-align: left;
}
.exhibitions .wrapper{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.exhibitions .wrapper img{
    width: 250px;
    height: auto;
    margin-right: 55px;
}
.main-container-art{
    margin-top: 100px;
    width: 70%;
    margin-left: 15%;
}
.main-container-art .cta-container{
    margin-top: 100px;
}
.exhibitions .grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,     1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.art-item{
    display: flex;
    flex-direction: column;
}
.art-item:hover{
    cursor: pointer;
    scale: 1.05;
}
.art-item img{
    width: auto;
    height: 100%;
    padding: 10px;
    border: #856411 solid 1px;
}
.art-item .paragraph{
    margin: 0;
}
.details{
    margin-bottom: 50px;
}
.details h4{
    color: #7a7a7a;
}
.note{
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 15px;
    font-style: italic;
}
.gallery-details .wrapper-h{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wrapper-h div{
    margin-left: 50px;
    align-content: left;
}
.wrapper-h div 

.fine-art-gallery-logo{
    width: 100px;
    height: auto;
}

/* Lighbox Viewer */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    flex-direction: column;
}
  
.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
    box-shadow: 0 0 20px #000;
}
  
.nav-btn {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    background: rgba(0, 0, 0, 0.4);
}
  
.prev {
    left: 20px;
  }
  
.next {
    right: 20px;
}
  
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    user-select: none;
}
  
.hidden {
    display: none;
}

@media (min-width: 2560px){
    .hero{
        height: 900px;
    }
    .details h4{
        font-size: 20px;
    }
    .note{
        font-size: 20px;
    }

    .exhibitions .wrapper img{
        width: 350px;
        height: auto;
    }

}

@media (max-width: 1366px){

    .main-container-art{
        margin-top: 100px;
        width: 75%;
        margin-left: 7.5%;
    }

    .art-item img{
        width: 100%;
        height: auto;
        padding: 10px;
        border: #856411 solid 1px;
    }




}

@media (max-width: 450px){

    /* hero section */
    .hero {
        position: relative;
        width: 100%;
        height: 500px;
    
        margin-top: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        
        display: flex;
        flex-direction: column;
    
        background: url('/assets/backgrounds/Art-background-1.jpg') no-repeat center center/cover;
    
        
        color:#4d4d4d;
        z-index: 0;
    
    }
    .hero img{
        margin-top: 0;
        width: 90%;
    }

    .history{
        margin-top: 20px;
    }
    .cta-container button{

        background-color: #5a430800;
        width: 95%;
        margin: 20px;
        margin-left: 0;
    
        padding-top: 10px;
        padding-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #5a4308;
        border-radius: 10px;
    
        color: #a77e19;
        
    }

    /* Past Exhibitions */
    .exhibitions .wrapper{
        width: 100%;
        flex-direction: column;
    }
    .exhibitions .wrapper .paragraph{
        margin-top: 20px;
    }
    .main-container-art .art-item{
        width: 100%;
    }
    .main-container-art .art-item img{
        width: 115%;
    }

    /* Representing galleries  */
    .gallery-details .wrapper-h div p{
        text-align: left;
    }

        .gallery-details .wrapper-h{
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .gallery-details .wrapper-h img{
        padding: 20px;
        width: 100%;
    }

}