html {
}
body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Titillium Web', sans-serif;
  background: rgb(0,0,0);
  background: radial-gradient(circle farthest-corner at 50% 0%, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 80%, rgba(48,48,48,1) 100%);
}
.altbg {
  background: linear-gradient(90deg, #E66CFF 0%, #303030 4px, black 100px, black calc(100% - 100px), #303030 calc(100% - 4px), #88DBFF 100%);
}
a {
  color: #202020;
  text-decoration: none;
}
a:link {
  color: #202020;
  text-decoration: none;
}
a:visited {
  color: #202020;
  text-decoration: none;
}
.ai {
  font-family: 'Tektur', sans-serif;
  margin-left: 1px;
  margin-right: 1px;
}
.ao {
  font-family: 'Tektur', sans-serif;
  margin-left: 1px;
  margin-right: 1px;
  color: #88dbff;
  text-decoration: underline !important;
}
.an {
  font-family: 'Tektur', sans-serif;
  margin-left: 1px;
  margin-right: 1px;
  color: #88dbff;
  text-decoration: underline !important;
  text-decoration-color: #88dbffc0 !important;
}
a:hover .ao {
  color: #fff;
  text-shadow: 0 0 12px #88dbff;
  text-decoration-color: #fff !important;
}
a:hover .ai {
  text-shadow: 0 0 6px #ffffff90;
}
a:hover .an {
  color: #eee;
  text-shadow: 0 0 8px #88dbff;
  text-decoration-color: #eee !important;
}

#root {
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 0px;
  gap: 0px;
}
#header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  column-gap: 16px;
  row-gap: 0px;
  font-size: larger;
  font-weight: 600;
}
#header a {
  white-space: nowrap;
  color: #e66cff;
  text-shadow: 0 0 8px #E66CFFAA;
  font-family: 'Tektur', sans-serif;
  text-decoration: overline !important;
  text-decoration-color: #88dbff !important;
}
#header a:hover {
  text-shadow: 0 0 12px #88dbff;
  text-decoration: underline !important;
  text-decoration-color: #88dbff !important;
}
#logo {
  width: 200px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: none;
}
#logo:hover {
  filter: saturate(3.0);
  background: radial-gradient(114px 18px at 50% 50%, rgba(48,48,48,1) 0%, rgba(20,20,20,1) 80%, rgba(0,0,0,0) 100%);
}
@media only screen and (orientation: portrait) {
  #logo {
    flex-basis: 100%;
  }
}
#logo a {
  display: block;
  padding: 0px;
  margin: 0px;
}
#logo img {
  width: 200px;
  height: 40px;
  padding: 0px;
  margin: 0px;
}
#copyright {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  flex-shrink: 0;
  font-size: smaller;
  font-family: 'Tektur', sans-serif;
  gap: 3px;
}
#copyright p {
  margin: 0px;
  padding: 0px;
}
#copyright div {
  background-color: #404040;
  border-radius: 4px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
#copyright img {
  height: 22px;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
#copyright a {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
#copyright_left {
  color: #E66CFF;
}
#copyright_right a {
  color: #88DBFF;
}
#page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about {
  width: min(640px, 95vw);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #202030D0;
  color: #D0D0D0;
}
#gap {
  flex-grow: 1;
}
#about a {
  font-family: 'Tektur', sans-serif;
  text-decoration: underline !important;
  color: #88dbff;
}
#about a:hover {
  text-decoration-color: #fff !important;
}
#about p {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  padding-left: 4px;
  padding-right: 4px;
}
#full_image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  overflow: scroll;
  flex-grow: 1;
}
#full_image a {
  display: block;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
}
#page_images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  overflow: scroll;
  flex-grow: 1;
  scroll-snap-type: y mandatory;
  margin-top: 4px;
}
#page_images a {
  display: block;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border-radius: 2px;
}
.page_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 90vw;
  min-width: 100px;
  min-height: 100px;
  height: 100%;
}
.image_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
  row-gap: 4px;
  padding: 0px;
  margin: 4px;
  max-width: 95vw;
  flex-shrink: 0;
}
.image_title span {
  white-space: nowrap;
  background-color: #303030;
  color: #D0D0D0;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 600;
  /*outline: 1px solid #404040;*/
  /*text-shadow: 0 0 4px #000;*/
}
.image_title .name {
  letter-spacing: 1px;
}
/*
.image_title span:nth-child(odd) {
  text-shadow: 0 0 10px #88DBFF70;
}
.image_title span:nth-child(even) {
  text-shadow: 0 0 8px #E66CFF90;
}
*/

.page_image img {
  flex-grow: 1;
  width: auto;
  height: auto;
  min-width: 100px;
  min-height: 100px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0px;
}
.page_navi {
  min-width: min(1080px, 95vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 600;
  flex-wrap: wrap;
}
.page_navi a {
  white-space: nowrap;
}
.page_navi a {
  white-space: nowrap;
  color: #e66cff;
  text-shadow: 0 0 8px #E66CFFAA;
}
.page_prev {
  text-align: left;
  padding: 1px 12px 3px 12px;
  border-radius: 4px;
  min-width: 86px;
}
.page_name {
  background: none;
  text-align: center;
  padding: 1px 12px 3px 12px;
  border-radius: 4px;
  font-family: 'Tektur', sans-serif;
  color: #88dbff;
  text-shadow: 0 0 6px #e66cff;
  font-size: larger;
  min-width: 100px;
}
.page_name em {
  font-style: normal;
  text-decoration: underline !important;
  margin-left: 2px;
  margin-right: 2px;
  color: #e66cff;
}
.page_next {
  text-align: right;
  padding: 1px 12px 3px 12px;
  border-radius: 4px;
  min-width: 86px;
}
.page_end {
  font-family: 'Tektur', sans-serif;
  margin-top: 16px;
  text-decoration: overline;
  color: #a0a0a0;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
.onexpand {
  display: none;
}
:focus-visible {
  outline: none;
}
#scroll_icon {
  font-family: 'Tektur', sans-serif;
  bottom: 40px;
  color: #a0a0a0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  font-size: 18px;
  text-align: center;
  transform: rotate(90deg);
  transform-origin: center right;
  z-index: -1;
}
.gallery-chunk {
  width: 95vw;
  margin-top: 4px;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-auto-rows: 1px;
  -webkit-transition: opacity .2s ease-in .1s;
  -moz-transition: opacity .2s ease-in .1s;
  -ms-transition: opacity .2s ease-in .1s;
  -o-transition: opacity .2s ease-in .1s;
  transition: opacity .2s ease-in .1s;
}
.gallery-init {
  padding-bottom: 1000px !important;
  opacity: 0 !important;
}
.gallery-deferred {
  display: block !important;
  height: 0px !important;
  padding-bottom: 1000px !important;
  opacity: 0 !important;
}
.gallery-deferred .item {
  display: none !important;
}
@media only screen and (min-width: 800px) {
  .gallery-chunk {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-chunk {
    grid-template-columns: calc(33.33% - 5px) calc(33.34% - 10px) calc(33.33% - 5px);
  }
}
@media only screen and (min-width: 1760px) {
  .gallery-chunk {
    grid-template-columns: calc(25% - 5px) calc(25% - 10px) calc(25% - 10px) calc(25% - 5px);
  }
}
.item {
  width: 100%;
  position: relative;
}
.gallery-chunk img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.gallery-chunk a {
  display: block;
  margin: 0px;
  padding: 0px;
  background: radial-gradient(rgba(64,64,64,1) 0%, rgba(20,20,20,0.3) 75%);
  scroll-padding-top: 10px;
}
.image_label {
  position: absolute;
  bottom: 14px;
  left: 4px;
  z-index: 1;
}
.image_label span {
  background-color: rgba(0,0,0,.5);
  letter-spacing: 1px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  font-size: smaller;
  color: #88DBFF;
}
.gallery-chunk .item:hover .image_label span {
  background-color: #e66cffbb;
  color: #202020;
  /*text-shadow: 0 0 1px white;*/
}
.lazy {
  opacity: 0;
}
.bg_load {
  display: none;
}
#news {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
  flex-grow: 1;
  scroll-snap-type: y mandatory;
}
.news_item {
  width: min(640px, 95vw);
  margin-top: 4px;
  margin-bottom: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #202030D0;
  color: #D0D0D0;
  font-family: 'Tektur', sans-serif;
  font-size: larger;
}
.news_title {
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
.news_title_s {
  color: #E66CFFB0;
}
.news_title_c {
  /*text-decoration: underline;*/
  /*text-decoration-color: #88dbffd0;*/
  text-shadow: 0 0 12px #222222;
  color: #e7e7e7;
}
.news_content {
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
.news_content .amble {
  color: #88DBFF;
}