.stickynote{

  width: 400px;
  

  position: absolute;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0,0.25));
  
  will-change: transform;
  top:50%;
  left:50%;
  border-radius: 10px;
}


.stickynote img{
  width:100%;
  padding: 0.7em;
  padding-top: 1.35em;
}

.draggable{
  cursor: move;
}


.notebar{
  width: 100%;
  height: 15px;
  display: none!important;
  -webkit-backdrop-filter: saturate(170%) brightness(0.95);


}

.notecontent{
  overflow: scroll!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.notecontent::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.notecontent {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.notecontent p{
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top: 1em;
   padding-bottom: 1em;

}

.notetitle{

color: black;
font-size: 0.7em;
margin-left:1em ;
}

.noteclose{
  position: absolute;
  right:7.5px;
  top:3.5px;
  height: 14px;
  width: 14px;
}

.noteclose img{
  padding: 0!important;
}


body{
  font-family: sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.5px;
  overflow: hidden;
  line-height: 1.3;
  padding: 0.5em;
  background: white;

}

.d-none{
  display: none;
}

@keyframes showLazyImg {
  from { opacity: 0;
         transform: translate(0px,3px);

  }
  to { opacity: 1;
       transform: translate(0px,0px);
  }
}


.appear{
   animation-name: showLazyImg;
  animation-duration: 0.7s;
  animation-fill-mode: both;
animation-delay: 0s;
}

.lb{
  position:fixed;width:100vw;height: 100vh; background-color: rgba(255,255,255,0.95);top:0; right:0;z-index:10500; opacity:0; pointer-events: none; transition:0.4s;
}

#obs{
  position: absolute;
  left:0;
  top:0;
  height: 100vh;
  width:100vw;
  backdrop-filter: grayscale(10) contrast(0.4) brightness(1.3);
  -webkit-backdrop-filter:grayscale(10)contrast(0.4) brightness(1.3);
  z-index: 5000;
  opacity: 0;
  pointer-events: none;
  transition:0.5s;
}

#current tr{
  color:lightgray;
}

#current tr:nth-child(-n+2) {
  color:black;
}


a{
  color: inherit;
  text-decoration: none;
  pointer-events: all; !important
}

#drag0{
  bottom: 0px;
  right:0px;
}

#drag1{
  bottom: 100px;
  right:400px;
}

#drag2{
  bottom: 100px;
  right:200px;
}

#drag3{
  bottom: -60px;
  left:50px;
}

#drag4{
  bottom: 100px;
  right:200px;
}

.bio{
  margin-right: 30px;

}

table{
  margin-left: -30px;
  border-spacing:30px 0;
  -webkit-border-horizontal-spacing: 30px;
  -webkit-border-vertical-spacing: 0px;
}

td{
  vertical-align: top;
}

tr td a:hover{
  text-decoration: underline;
}

#credits{
  position: absolute;
  bottom: 0;
  padding: 0.6em;
  color: lightgray;
  z-index: -10;
}


@keyframes op-acity {
   0%    { opacity: 0; }
  100%    { opacity: 1; }
}

@keyframes spawn {
   0%    { opacity: 0;
            color:blue;}
  100%    { color:#333;
    opacity: 1; }
}

@keyframes highlight {
   0%    { opacity: 1;
            color:#333;}
  100%    { color:blue;

    opacity: 1; }
}

@keyframes die {

  0%    { color:#333;
    opacity: 1;
}

    100%    { opacity: 0;
             color:blue;}
}

#menu{
  opacity: 0;
  animation: spawn 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.disclaimer {
  animation: op-acity 1.5s ;
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;


}
.disclaimer p{
  display: table-cell;
  vertical-align: middle;
  color: lightgray;

}


.caption{

  font-size: 11px;
  letter-spacing: 0.75px;
  margin-top: 1em;
}
.content{
  display: inline-block;
  background: none;
  width:fit-content;
  white-space: nowrap;
  pointer-events: none;

  margin: 0;
  line-height: 1.3;
  text-align: left;
}



ul{
  margin-top: 5px;
  list-style: none;
}


.slide{
  max-width: 900px;
  pointer-events: none;
  margin: 0;

}

img{
  max-width: 900px;

}
.buttons{
float: right;

}
span{
  pointer-events: all;

}

#noevents{
  pointer-events: none; !important
}
#btn-left{ cursor:w-resize;}
#btn-right{cursor: e-resize;}

#btn-left:hover{
  opacity: 0;
}

#btn-right:hover{
  opacity: 0;
}

#closePanel{
cursor:pointer;
  float:right;
  position: absolute;
right:12px;
top: 12px;
background-color: yellow;
width: 12px;
height: 12px;
border-radius: 20px;
border: solid 2px;
}

drag {

          display:block;
           position: absolute;
           
           width: fit-content;
           height: fit-content;
           /*background-color: rgba(255,255,255,0.4);
           /*padding:1em;*/
           text-align: left;
           line-height: 0px;
           font-family: sans-serif;
           cursor:move;
           /*box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;*/
           will-change: filter;
           border-radius: 15px;
          /*backdrop-filter: blur(40px) brightness(0.95);
          -webkit-backdrop-filter: blur(40px) brightness(0.95);
       */

           

           }

           drag:hover{
             
           }

drag:active{
  cursor:grabbing;
}
/*
drag:after{
  content:" ";
  position: absolute;
  width:12px;
  height: 12px;
  top:12px;
  left:12px;
  background-color: rgb(255,59,48);
  border: solid 1px rgb(225,39,28);

  border-radius: 50%;

}
*/

           /* The container */
          .container {
             display: block;
             position: relative;
             padding-left: 20px;

             cursor: pointer;
             width: fit-content;

             -webkit-user-select: none;
             -moz-user-select: none;
             -ms-user-select: none;
             user-select: none;
             margin-left: 0.3em;
           }

           /* Hide the browser's default checkbox */
           .container input {
             position: absolute;
             opacity: 0;
             cursor: pointer;
             height: 0;
             width: 0;
           }

           /* Create a custom checkbox */
           .checkmark {
             position: absolute;
              top: 5px;
              left: 0;
              height: 12px;
              width: 12px;
              background-color: white;
              border-style: solid;
              border-radius: 10px;
              margin: 0;
              border-width: 2px;
           }

           /* On mouse-over, add a grey background color */
           .container:hover input ~ .checkmark {
             background-color: white;
           }

           /* When the checkbox is checked, add a yellow background */
           .container input:checked ~ .checkmark {
             background-color: yellow;
             border-style: solid;
           }

           /* Create the checkmark/indicator (hidden when not checked) */
           .checkmark:after {
             content: "";
             position: absolute;
             display: none;
           }

           /* Show the checkmark when checked */
           .container input:checked ~ .checkmark:after {
             display: none;
           }

           /* Style the checkmark/indicator */
           .container .checkmark:after {
             left: 9px;
             top: 5px;
             width: 5px;
             height: 10px;
             border: solid white;
             border-width: 0 3px 3px 0;
             -webkit-transform: rotate(45deg);
             -ms-transform: rotate(45deg);
             transform: rotate(45deg);
           }

           #writingsTitle{
             text-align: center;
           }
           #desktop{
             display:none;
           }

           @media only screen and (max-width: 700px) {
             .stickynote{
            display: none;
           }
             .disclaimer {display: none;}
             #menu{display: none;}
             body{
               font-size: 1em;
               overflow:hidden;
             }
             drag{
               display: none;
               position:static;
               background-color: none;
               background: none;
               padding:0;
               text-align: left;
               line-height: 0px;
               box-shadow: none;
               will-change: filter;
               border-radius: 0;
             }
             #closePanel{
               display: none;
             }
             #drag1{display: none;}
             #drag2{display:none;}
             #drag1{}
             #drag3 .content{
               margin-left: 0.6em;
               margin-top: 1em;
             }
             #drag4{
               margin-top: 2em;
               margin-left: 0.6em;
             }

             table{width:100vw;}
             .paperKind{display: none;}
             #writingsTitle{text-align: left;}

             .bio{margin-right: 0;}
              #current{display: none;}
              #credits{
                display: none;

              }
              #desktop{
                display:block;
                position: absolute;
                bottom: 0;
                padding: 0.6em;
              }



         }

         @media only screen and (orientation: landscape) and (max-width: 1200px){

           .disclaimer {display: none;}
           #menu{display: none;}
           body{
             font-size: 1em;
             overflow:hidden;
           }
           drag{
             display: none;
             position:static;
             background-color: none;
             background: none;
             padding:0;
             text-align: left;
             line-height: 0px;
             box-shadow: none;
             will-change: filter;
             border-radius: 0;
           }
           #closePanel{
             display: none;
           }

           .stickynote{
            display: none;
           }
           #drag1{display: none;}
           #drag2{display:none;}
           #drag1{}
           #drag3 {
            display: none;
             margin-left: 0.6em;
             margin-top: 1em;
           }
           #drag4{
            display: none;
             margin-top: 2em;
             margin-left: 0.6em;
           }

           #drag5{
            display: none;
             margin-top: 2em;
             margin-left: 0.6em;
           }

           table{width:100vw;}
           .paperKind{display: none;}
           #writingsTitle{text-align: left;}

           .bio{margin-right: 0;}
            #current{display: none;}
            #credits{
              display: none;

            }
            #desktop{
              display:block;
              position: relative;
              bottom: 0;
              padding: 0.6em;
            }

         }
