/* crt effect */
      .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 5;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.00001;
  }
  5% {
  opacity: 0.00009;
  }
  10% {
  opacity: 0.00004;
  }
  15% {
  opacity: 0.00006;
  }
  20% {
  opacity: 0.00008;
  }
  25% {
  opacity: 0.0006;
  }
  30% {
  opacity: 0.10008;
  }
  35% {
  opacity: 0.10004;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
    
    
/* basic */
html {
    cursor: url("images/photos_images/cur.png"), auto;
    font-family: "MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
}
.content {
    text-align: center;
    display: grid;
    grid-template-columns: 23% 65% 12%;
    height: 750px;
}
    a {
        color: #4d277a;
        text-decoration: underline;
    }
.main {
    background-image: url(images/bgphotos.jpg);
    background-attachment: local;
    overflow-x: scroll;
    overflow-y: scroll;
    box-shadow: -1px 0px 0px 0px black;
}
.main figure img {
    max-height: 400px;
    max-width: 400px;
}
.main figcaption {
    margin: 5px;
    margin-bottom: 30px;
}
.main figure {
    margin: 30px;
}

    .sidenav {
  background-image: linear-gradient(#D9D9D9, #ded3dd);
  background-attachment: local;
  padding-top: 40px;
  text-align: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  border-right: silver 5px ridge;
  padding: 10px;
  outline-offset: -26px;
  
}

.bottomnav {
  background-image: url("images/pixels/anachdruk28background.gif");
  background-size: 10%;
  padding-top: 30px;
  text-align: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  border-top: silver 5px ridge;
  height: 10em;
  width: 100%;
  text-align: left;
  outline: 1px black solid;
}
.bottomnav figure {
    display: inline-block;
}
figcaption {
    text-align: center;
}
#fluff {
    font-family: sans-serif;
    text-align: left;
    padding-left: 30%;
}
h2 {
    color: white;
    text-shadow: -1px -1px 2px #af8fcf, 1px -1px 2px #ffcffb, -1px 1px 2px #5f4b82, 1px 1px 2px #70596e;
    font-weight: 100;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.rightbox {
    background-image: url(images/pixels/aquagalaxy_small.gif);
    border-left: silver 5px ridge;
    padding-top: 20px;
}
.rightbox p {
    color: white;
}

