* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background: #1e1e1e;
}

h1{
    color:  #7a78b6;
}
h2{
    color:  #7a78b6;
}


/* -----------------------------------------------nav system styles---------------------------------------------------- */
.nav {

    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 50;
}

.navContainer {
    display: flex;
    justify-content: space-between;
    height: 10vw;
    z-index: 1;
    width: 100%;
    background-color: #1c221f;
    margin: 0 0;
    padding: 0vw 1vw;
}
#logo{
    width: 10vw;
    position: absolute;
    left: 45vw;
    
}

#navLogo {
    display: none;
    background-image: linear-gradient(to top,#478f63, #7a78b6);
    background-size: 100%;
    background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: flex; */
    align-items: center;
    text-decoration: none;
    font-size: 10vh;
    cursor: pointer;
}

.navMenu {
    width: 100vw;
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    left: 0;
    justify-content: space-between;
    
}

#navLeft{
    margin-left: 0;
    display: flex;
    flex-direction: row;
    
    padding-right: 10vw;
}
#navRight{
    margin-left: 0;
    display: flex;
    flex-direction: row;
    right: 0;
    padding-left: 0vw;
    
}

.navItem {
    height: 2vw;
    font-size: 2vh;
}

.navLinks {
    
    color: #478f63;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 0;
    padding: 0 1rem;
    height: 100%;
}

.navLinks:hover {
    color: #f7f2c6;
    transition: all 0.3s ease;
}

.socialsLinkBar{
          display: none;                   
}

.socialsLink {
    margin: 25px;
    height: 5vh;
    opacity: 80%;
    cursor: pointer;
    display: non;

}

/*------------------------------------------------home screen styles---------------------------------------------------------*/

#homePhoto {
   
    width: 90vw;
    margin: 4.5vw;
    z-index: -10;
    
    
}


/* -----------------------------------------------screen responsive styles---------------------------------------------------- */

@media screen and (max-width:960px) {

    .nav {

        height: 20vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        position: sticky;
        top: 0;
        z-index: 50;
    }

    .navContainer {
        display: flex;
       
        height: 20vw;
        z-index: 1;
        width: 100%;
        /* max-width: 1300px; */
        padding: 0;
    }

    .navMenu {
        display: flex;
        flex-direction: row;
      
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 100vw;
        z-index: -10;
    }

    .navMenu.active {
        background-color: #1c221f;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size: 2vw;
        display: flex;
     
    }

    #navlogo {
        padding-left: 20vw;
    }
    
    #logoContainer{
        width:100%;
        height: 20vw;
        

    }
    #logo{
        height: 20vw;
        width: 20vw;
        padding: 0;
        margin: 0;
        left:40vw;

    }

    .navToggle {
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90vw;
        cursor: pointer;
    }

    .navToggle .bar {
        width: 5vw;
        height: 0.3vw;
        margin: 1.5vw 1.5vw;
        /* transition: all 0.3s ease-in-out; */
        background-color: #f7f2c6;
        display: block;
        color: #f7f2c6;
    }

    #navLeft{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        padding: 0;
        width: 100%;
        
        height: 50vh;
     
    }
    #navRight{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        padding: 0;
        width: 100%;
       
       
      
       
        height: 50vh;
        
    }

    .navItem {
        width: 100%;
    }

    .navLinks {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobleMenu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    #mobleMenu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobleMenu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobleMenu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }




        /*-------------------------------- full image responsive  ---------------------------------*/

    .full-img {
        width: 100%;
        height: 100vh;
        background-color: rgba(29, 29, 29, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 40;
        display: flex;
        flex-direction: column;

    }
    
    .full-img img {
        width: 90%;
        max-width: 800px;
        max-height: 800px;
        object-fit: contain;
    }
    
    .full-img span {
        position: absolute;
        top: 20%;
        right: 10%;
        font-size: 4vw;
        color: white;
        cursor: pointer;
    }
}


.title {

    font-size: 5vw;
    color: rgba(97, 86, 82, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ----------------------------------------------- drawing gallery styles---------------------------------------------------- */


.img-gallery {
    width: 1fr;
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;

}

.img-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    border: rgba(97, 86, 82, 0.9) solid 0spx;
    border-radius: 10px;
    background-color: rgba(97, 86, 82, 1);
    border-radius: 5px;

}

.img-gallery img:hover {
    transition: all 0.3s ease;
    object-fit: contain;
    transform: scale(1);
    border: rgba(97, 86, 82, 0.9) solid 0px;
    border-radius: 5px;
    background-color: rgba(97, 86, 82, 1);
    transition: all 0.4s ease;

}

.full-img {
    width: 100%;
    height: 100vh;

    background-color: rgba(29, 29, 29, 0.9);
    position: fixed;
    top: 10vh;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

.full-img img {
    top: 10vh;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    object-fit: contain;
}

.full-img span {
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 2vw;
    color: white;
    cursor: pointer;
}

#nextSpan{
    position: absolute;
    right: 20%;
    top: 40%;
}
#previousSpan{
    position: absolute;
    left: 20%;
    top: 40%;
}

#refLinks {
    margin: 0vw;
    padding: 3vw;
    color: rgb(125, 112, 107);
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;

}

#refUse {
    display: none;
    height: 20vh;
    width: 20vh;
    padding: 2vh;
}

#refBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vh;
    margin: 2vh;
}

/* -----------------------------------------------painting galery styles---------------------------------------------------- */

.img-gallery-p {
    width: 100%;
    margin: 10px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;

}

.img-gallery-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: rgba(97, 86, 82, 0.9) solid 0spx;
    border-radius: 10px;
    background-color: rgba(97, 86, 82, 1);
    border-radius: 5px;

}

.img-gallery-p img:hover {
    padding: 10px;
    object-fit: contain;
    border: rgba(97, 86, 82, 0.9) solid 0px;
    border-radius: 5px;
    background-color: rgba(97, 86, 82, 1);
   
    transition: all 0.4s ease;

}



.full-img-p {
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 29, 29, 0.9);
    position: fixed;
    top: 10;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 40;
    padding-top: 4vh;
}

.full-img-p img {
    width: 90%;
    max-width: 800px;
    max-height: 60vh;
    object-fit: contain;
}

.full-img-p span {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 2vw;
    color: white;
    cursor: pointer;
}

.infoBox {
    text-align: center;
    height: 500px;
    width: 80vw;
    display: flex;
    
}

#paintingTitle {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

#paintingInfo{
  background-color: blue;
  height: 8vw;
  width: 80vw;
}

/* -----------------------------------------------about styles---------------------------------------------------- */

#aboutContainer {
    display: flex;
    flex-direction: column;
    /* background-image: url(/images/paintings/painting\ \(3\).jpg); */

}

#aboutTitle {
    font-size: 50px;
}

#photo {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
}

#aboutText {
    font-size: 30px;
}


/* -----------------------------------------------iframe styles---------------------------------------------------- */


.iframeContainer{
    display: flex;
    justify-content: center;
    padding: 50px;
   
}
.iframe{
    border: 0;
    width: 50vh;
    height: 50vh;
    
    border-radius: 1vw;
}

.img-gallery-c {
    width: 100%;
    margin: 10px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;

}

.img-gallery-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: rgba(97, 86, 82, 0.9) solid 0spx;
    border-radius: 10px;
    background-color: rgba(97, 86, 82, 1);
    border-radius: 5px;

}

.img-gallery-c img:hover {
    padding: 10px;
    object-fit: contain;
    border: rgba(97, 86, 82, 0.9) solid 0px;
    border-radius: 5px;
    background-color: rgba(97, 86, 82, 1);
   
    transition: all 0.4s ease;

}

#fullIframeBox {
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 29, 29, 0.9);
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

#fullIframeBox span {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 2vw;
    color: white;
    cursor: pointer;
}