   @font-face {
    font-family: 'Onli Light';
    font-style: normal;
    font-weight: normal;
    src: local('Onli Light'), url('OnliLight.woff') format('woff');

    }
body {
    background-image: url(https://i.pinimg.com/736x/0f/ce/16/0fce1644beacce4da0cb4f1dcf6f9649.jpg);
    font-family: "Onli Light", serif;
    background-size: 100%;


}


html:before {
content: " ";
display: block; position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.14) 50%);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none; 
}

.artmain {
  position: absolute;
  width: 55%;
  margin-top: 3%;
  margin-left: 23%;
  overflow: scroll; 
  height: 82%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  background-color: white;
  z-index: -90;



}



.artmain::-webkit-scrollbar {
  background-color: var(--blue);
  width: 16px;
height: 16px;

}
.artmain::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.artmain::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 16px;
height: 16px;
background-color: #cccccc;
z-index: 1;
}
.artmain::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.maintop {
    display: flex;
    border: 3px outset rgb(103, 103, 103); 
}
.maintop button {
    font-family: "Onli Light", serif;
    border: 2px outset rgb(222, 222, 231); 
    padding: 5px 10px 5px 10px;

}

.maintop button:hover {
    border: 2px outset rgb(157, 157, 182); 
    background-color: rgb(225, 229, 255);
}
.maintopnav button:hover {
    border: 2px outset rgb(157, 157, 182); 
    background-color: rgb(225, 229, 255);
}

.maincontent {
    border: 2px solid gray;
}

.maintopnav {
    width: 98%;
    display: flex;
    border: 3px outset white; 


}
.maintopnav button {
    font-family: "Onli Light", serif;
    border: 2px outset rgb(222, 222, 231); 
    padding: 5px 10px 5px 10px;

}

.exitbuttonsdiv {
    margin-left: auto;
    display: flex;
}
.exitbuttonsdivnav {
    margin-left: auto;
    display: flex;
}



.maincontent {
    padding: 20px 20px 20px 45px;
}


.sidenav {
    position: absolute;
    width: 21%;
    overflow: hidden;
    margin-left: 4%;
    margin-top: 6%;
    height: 70%;
  border: 4px outset white;
  color: white;
  background-color: rgb(71, 71, 67);

   box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);
-webkit-box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);
-moz-box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);
}

.sidenavcontent {
  padding-right: 15px;
  padding-left: 15px;
  height: 90%;
  overflow: auto;

}
.artentry {
    border-radius: 10px;
    border: 1px solid rgb(94, 94, 121);
    padding: 10%;
    font-size: 80%;
    font-style: italic;
    margin-top: 5px;
    
}
.artentrybtn {
    display: none;
}


.artdate {
    color: rgb(94, 94, 161);
}



.title {
    font-size: 25px;
    margin-left: 15px;
}

.titlediv {
    display: flex;
    align-items: center;
}

.sidenavtitle {
    text-decoration: underline;
}
.rightnavtitle {
    margin-left: 6%;
    margin-top: 10%;
}

.navgraphics {
    margin-top: 7%;
    overflow: hidden;
    max-height: 15%;

}


.sidenavcontent::-webkit-scrollbar {
  background-color: var(--blue);
  width: 16px;
height: 16px;

}
.sidenavcontent::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.sidenavcontent::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 16px;
height: 16px;
background-color: #cccccc;
z-index: 1;
}
.sidenavcontent::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.rightcontainer {
position: absolute;
    width: 17%;
    margin-left: 78.5%;
    margin-top: 5%;
    height: 78%;
  border: 4px outset white;
  color: white;
    background-color: rgb(66, 22, 37);
   box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);
-webkit-box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);
-moz-box-shadow: 0px 0px 44px -13px rgba(255,255,255,0.75);    
}
.bow {
    position: absolute;
    height: 15%;
    z-index: 99;
    margin-left: 80%;
    margin-top: 3%;
}
.bow:hover {
    transition: transform .2s ease-in-out;
    transform: rotate(8deg);

}
.pianodiv {
    display: flex;
    flex-direction: column;
    width: 20%;
    float: left;
    overflow: hidden;
    height: 100%;
}
.white {
    background-color: rgb(233, 233, 233);
    height: 15px;
}
.white:hover {
    background-color:rgb(220, 220, 220);
}
.black {
    background-color: rgb(0, 0, 0);
    height: 15px;
    width: 80%;
}

.funkybuttons{
    position: absolute;
    width: 15%;
    margin-top: 5%;
    margin-left: 5%;
}

.funkybuttons img {
    transition: transform .7s ease-in-out;
    width: 17%;
}
.funkybuttons img:hover {
    transform: rotate(90deg);

}
.fbutton1 {
    width: 19% !important;
}
.fbutton2 {
    width: 15% !important;
}
.fbutton3 {
    width: 20% !important;
}
.fbutton4 {
    width: 18% !important;
}

.rightcontainercontent {
    overflow: auto;
}
.webbuttons {
    margin-left: 15px;
    
}
.webbutton {
    width: 43%;
}
.rightcontainercontent::-webkit-scrollbar {
  background-color: var(--blue);
  width: 16px;
height: 16px;

}
.rightcontainercontent::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.rightcontainercontent::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 16px;
height: 16px;
background-color: #cccccc;
z-index: 1;
}
.rightcontainercontent::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}