*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width:none;
    font-family: "Glacier";
}

@font-face {                  
font-family: 'Ojuju-Bold';
src: url(https://humantooth.neocities.org/fonts/Ojuju-Bold.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'Glacier';
src: url(https://humantooth.neocities.org/fonts/Glacier-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}



body{
    overflow: hidden;
    height: 100vh;
    width: 100vw;

    display:flex;
    flex-direction: row;

    background-image: url("../assets/battleback_vf_kitekid.png");
    background-repeat:repeat-y;
    background-size: 100%;

    /*background-color:rgb(20, 22, 47);*/
}

a:hover {
    color: aliceblue;
    filter: drop-shadow(10px 10px  red)
            drop-shadow(-15px 10px  limegreen)
            drop-shadow(15px -10px  deepskyblue)
            drop-shadow(-10px -10px  yellow);
}

.left-side{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    
    padding-top: 5%;
    padding-bottom: 8%;
    gap:40px;


    height:100%;
    width:30%;
    background-color:rgb(52, 57, 102); 

    border:#20278e 4px inset;

    background-image:  url("../assets/bubble2.png");
    background-size: 20px;
}

.title-zone{
    width:60%;
    height:90px;

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

     


    filter: drop-shadow(1px 1px rgb(67, 255, 158))
        drop-shadow(-1px -1px rgb(8, 96, 101))
        drop-shadow(1px -1px rgb(13, 120, 156))
        drop-shadow(-1px 1px rgb(123, 11, 11));

}

.title{
    
    text-align: center;
    font-family: 'Ojuju-Bold';
    color:rgb(107, 214, 148);
    font-size:30px;

    background-image:  url("../assets/pni50064.gif");
    color:transparent;
    background-clip: text;
    -webkit-background-clip: text;

    transform: rotate(-3deg);


    filter: drop-shadow(1px 1px rgb(67, 255, 158))
            drop-shadow(-1px -1px rgb(8, 96, 101))
            drop-shadow(1px -1px rgb(13, 120, 156))
            drop-shadow(-1px 1px rgb(123, 11, 11));

    }

.menu-outer{
    height:500px;
    width:85%;

    background-color:rgba(45, 54, 148, 0.989);
    background-image: url("../assets/!polaroidBG_FA_day.png");

    border:#20278e 4px inset;
    border-style: solid;
    border-image-source: url("../assets/cadre.png");
    border-image-slice: 16;
    border-image-repeat: round;
    border-image-width: auto;
    border-image-outset: 5px;

    border-radius: 2%;

    padding:2.5%;
}

.menu{

    background-image: radial-gradient(rgba(255, 223, 250, 0.7) 40%, rgba(226, 148, 220, 0.5), rgba(166, 77, 159, 0.4));
    border:#20278e 1.5px dashed;
    border-radius: 4%;

    width: 100%;
    height:100%;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap:25px;
    padding:5%;
    padding-top:8%;
    padding-bottom: 8%;


    overflow-y: auto;
    scrollbar-width: none;
}

.menu h3 {
    filter: drop-shadow(2px 2px rgb(67, 255, 158));
    text-transform: uppercase;
    text-align: center;
    font-size:larger;
}

.artistes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    overflow-y: auto;
    scrollbar-width: none;
    width:100%;
}

.artistes button{
    border: none;
    background-color: transparent;
    padding: 2%;
    padding-bottom: 1%;

    font-size: large;

    color: aquamarine;
    filter: drop-shadow(1px 1px black) drop-shadow(1px 1px 5px rgba(255, 255, 189, 0.789));
}

.artistes button:hover{
    background-color: rgba(124, 225, 211, 0.594);
    color:white;
}

.secret-guy{
    background-color: transparent;
    position: fixed;
    left:2%;
    top:90%;

    height:100px;
    width:200px;
}



.right-side{
    display: flex;
    flex-direction: column;
    align-items: center;


    padding-top: 2%;
    padding-bottom: 0.5%;


    min-height: 0;
    max-height: 97.5%;
    width:70%;
    

    overflow: hidden;
    gap:20px;
}

.info-frame{
    flex-shrink: 0;

    height:25%;
    min-height:150px;
    max-height: 200px;
    width:70%;
    background-color: rgb(215, 204, 182);

    border-style: solid;
    border-image-source: url("../assets/frame2.png");
    border-image-slice: 50; /*30 for flowers along*/
    border-image-repeat:round;
    border-image-width: 30px;

    background-image: url("../assets/test-hor.png");

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

    text-align: center;
    font-size:large;

    padding:3%;
    padding-left:5%;
    padding-right: 5%;

}

.paintings-frame{
    flex:1;
    min-height: 400px;
    max-height: 100%;

    width:97.5%;

    background-color:black;
    border:#3842ce92 10px ridge;
    border-radius: 4px;

    position: relative;
    overflow-y: auto;
    overflow-x: hidden;

    display:flex;
    flex-direction: column;
    align-items: center;

    display: none;
}

.paintings-frame .paintings-frame-top-bg{
    width:100%;
}

.paintings-frame-bottom-bg {
    width:100%;
    position: relative;
    align-self: end;
    flex-shrink: 0;
}

.paintings-list{
    margin:5px;
    margin-left:10%;
    margin-right:10%;

    height:auto;
    

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paintings-list img{
    object-fit: fill;
    margin:50px;
    width:100%;
    align-self: center;
}


/* tooltip container */
.img-wrapper {
  position: relative;
  display: flex;
  align-content: end;
  justify-content: center;
}

.img-wrapper .tooltip {
  visibility: hidden;
  
  position: absolute;
  bottom: 50px;
  left: 50%;  
  transform: translateX(-50%);

  
  width:60%;
  min-width: fit-content;
  
  text-align: center;
  
  background:rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.4s;
  color:rgba(240, 255, 255, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: small;
  font-family:Arial, Helvetica, sans-serif;
  z-index: 10;
  align-self: end;
}

.img-wrapper:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.vert-mode-scroll-button{
  display:none;
      
}

@media (max-width:1000px){

    .title{
         filter: drop-shadow(1px 1px rgb(67, 255, 158))
            drop-shadow(-1px -1px rgb(8, 96, 101))
            drop-shadow(1px -1px rgb(13, 120, 156))
            drop-shadow(-1px 1px rgb(123, 11, 11))
            drop-shadow(1px 1px 15px rgba(208, 208, 124, 0.282));

    }

    body{
        flex-direction: column;
        align-items: center;

        height:auto;
        min-height: 100vh;;

        overflow-y: auto;
        overflow-x: hidden;
    }

    .left-side{
        width:85%;
        max-width: 650px;
        height: fit-content;
        background-color: transparent;
        background-image: none;
        border: none;
    }

    .right-side{
        width:100%;
        flex: none;
        height: auto;
        max-height: none;
        min-height: auto;
    }

    

    .info-frame{
        width:90%;
        max-width: 650px;
    }

    .paintings-list{
        height:fit-content;
    }

    .paintings-frame{
        height:fit-content;
    }

    .paintings-frame-top-bg{
        display: none;
    }

    .paintings-frame-bottom-bg{
        display: none;
    }

    .vert-mode-scroll-button{
        min-width: 170px;
        height:55px;
        border-radius: 45%;
        border-color: rgba(173, 216, 254, 0.6);
        display:inline;
        background-color:rgba(37, 104, 131, 0.733);
        color:aliceblue;
        text-shadow: 2px 2px black;
        text-transform: uppercase;
        font-size: medium;

        
    }

    .vert-mode-scroll-button:hover{
        background-color:rgba(96, 181, 214, 0.701);
        filter: drop-shadow(1px 1px 10px rgb(246, 255, 182));
    }
}

@media (max-height: 600px){
    body{ overflow-y: auto; }

    .left-side{
        background-image: none;
        background-color: transparent;
        border: none;
    }

    .right-side{
        flex:none;
        min-height: 700px;
        height: auto;
    }

        .paintings-frame-top-bg{
        display: none;
    }

    .paintings-frame-bottom-bg{
        display: none;
    }

}