@font-face {
  font-family: 'GFont';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /* src: url("/css/Shojumaru.woff2") format('woff2'); */
  src: url("/css/DynaPuff.woff2") format('woff2'); 
}

img.overview {
  cursor: pointer;
}


.header {
  padding: 0;
  margin: 0 0 3px 0;
  width: 100%;
  font-size: 20vw;
  // font-family: Impact, Charcoal, sans-serif;
  font-family: 'GFont';
  font-weight: normal;
  -webkit-text-stroke: 0.01em rgba(255,255,255,0.5);
  color: rgba(0,0,0,0.0);
}

div#slideshow {
  text-align: left;
}

html {
    height: 100%; /* Look, it's not fixed anymore! */
    /*display: flex;
    flex-direction: column;*/
    /* height: -webkit-fill-available;*/
}

body {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: black;
  /* min-height: 100vh; */
  /* mobile viewport bug fix */
  /* min-height: -webkit-fill-available; */
  /* height: calc(100vh - calc(100vh - 100%)); */
  height: 100%;
}

#swiper-container {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: left;
  background: black;
}


@media (min-width: 50em)
img {
  /* border-radius: 15px; */
}
img {
  /* border-radius: 10px; */
}

div.overview {
  float: left;
  overflow: hidden;
  border-radius: 15px;
}

span.overview {
  overflow: hidden;
  border-radius: 15px;
}

img.overview {
  transform: scale(1.0);
  transition: 0.4s, visibility .4s ease-in;
}

img.overview:hover {
  transform: scale(1.04);
  transition: 0.4s, visibility .4s ease-in;
}

/*
.gjslide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
	overflow: hidden;
}


/* **************************************************** */

a {
  color: inherit;
}

.menu-item,
.menu-open-button {
   background: #EEEEEE;
   border-radius: 100%;
   width: 80px;
   height: 80px;
   margin-left: -40px;
   position: absolute;
   color: rgba(255,255,255,1.0);
   text-align: center;
   line-height: 80px;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform ease-out 200ms;
   transition: -webkit-transform ease-out 200ms;
   transition: transform ease-out 200ms;
   transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
   -webkit-text-stroke: 0.01em rgba(255,255,255,0.5);
}

.menu-open {
   display: none;
}

.lines {
   width: 25px;
   height: 3px;
   background: #596778;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -12.5px;
   margin-top: -1.5px;
   -webkit-transition: -webkit-transform 200ms;
   transition: -webkit-transform 200ms;
   transition: transform 200ms;
   transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
   -webkit-transform: translate3d(0, -8px, 0);
   transform: translate3d(0, -8px, 0);
}

.line-2 {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.line-3 {
   -webkit-transform: translate3d(0, 8px, 0);
   transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
   -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
   transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
   -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
   transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
   -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
   transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 80px;
   height: 80px;
   text-align: center;
   box-sizing: border-box;
   font-size: 26px;
}

/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
   background: #EEEEEE;
   color: #3290B1;
}

.menu-item:nth-child(3) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(4) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(5) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(6) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(7) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(8) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-item:nth-child(9) {
   -webkit-transition-duration: 180ms;
   transition-duration: 180ms;
}

.menu-open-button {
   z-index: 2;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   transform: scale(1.1, 1.1) translate3d(0, 0, 0);
   cursor: pointer;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   background-color: rgba(0,0,0,0.6);
   color: rgba(255,255,255,1.0);
}

.menu-open-button:hover {
   -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
   transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
   transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
   -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
   transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
   transition-duration: 180ms;
   -webkit-transition-duration: 180ms;
   -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
   transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
   transition-duration: 280ms;
   -webkit-transition-duration: 280ms;
   -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
   transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
   transition-duration: 380ms;
   -webkit-transition-duration: 380ms;
   -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
   transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
   transition-duration: 480ms;
   -webkit-transition-duration: 480ms;
   -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
   transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
   transition-duration: 580ms;
   -webkit-transition-duration: 580ms;
   -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
   transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
   transition-duration: 680ms;
   -webkit-transition-duration: 680ms;
   -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
   transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
   transition-duration: 780ms;
   -webkit-transition-duration: 780ms;
   -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
   transform: translate3d(-0.25084px, -104.9997px, 0);
}

.transparent {
  /* background: radial-gradient(circle at center, rgba(255,0,0,0.5), rgba(0,0,255,0.5)); */
  background: radial-gradient(circle at center, rgba(0,0,0,0.7), rgba(0,0,0,0.4), rgba(255,255,255,0.7));
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(255,255,255,0.6);
}

.transparent:hover {
  background-color: rgba(255,128,0,0.5);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: none;
  color: rgba(64,64,255,0.8);
}

.blue {
   background-color: #669AE1;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
   color: #669AE1;
   text-shadow: none;
}

.green {
   background-color: #70CC72;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
   color: #70CC72;
   text-shadow: none;
}

.red {
   background-color: #FE4365;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
   color: #FE4365;
   text-shadow: none;
}

.purple {
   background-color: #C49CDE;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
   color: #C49CDE;
   text-shadow: none;
}

.orange {
   background-color: #FC913A;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
   color: #FC913A;
   text-shadow: none;
}

.lightblue {
   background-color: #62C2E4;
   box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
   color: #62C2E4;
   text-shadow: none;
}

.credit {
   margin: 24px 20px 120px 0;
   text-align: right;
   color: #EEEEEE;
}

.credit a {
   padding: 8px 0;
   color: #C49CDE;
   text-decoration: none;
   transition: all 0.3s ease 0s;
}

.credit a:hover {
   text-decoration: underline;
}

nav {
  display: none;
  z-index: 3000;
}

i.fas, i.far {
  vertical-align: middle;
  font-size: 2.0rem;
}

.icon360 {
  transition-duration: 500ms;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  display: none;
  z-index: 2000;
  cursor: pointer;
}

.icon360:hover {
  transition-duration: 500ms;
  transform: rotate(360deg);
}

.iconMovie {
  transition-duration: 500ms;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  display: none;
  z-index: 2000;
  cursor: pointer;
}

.iconMovie:hover {
  transition-duration: 500ms;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  /* filter: invert(2); */
}

.iconZoom {
  transition-duration: 500ms;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  display: none;
  z-index: 2000;
  cursor: pointer;
}

.iconZoom:hover {
  transition-duration: 500ms;
  transform: scale(1.4, 1.4);
}

.iconInfo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 2000;
  cursor: pointer;
}

.iconInfo:hover {
  transform: scale(1.2, 1.2);
}

.iconShiftLeft {
/*  right: 140px; */
}

.infoBox {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  color: white;
  cursor: pointer;
}

.infotext {
  position: absolute;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  color: red;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 22px;
  background-color: transparent;
  border: none;
  z-index: 100000;
  text-shadow: 1px 1px 5px black;
}

.swiper-button-prev {
  transition-duration: 500ms;
  opacity: 0.4;
  color: lightblue;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

.swiper-button-prev:hover {
  transition-duration: 500ms;
  opacity: 0.9;
  color: lightyellow;
  transform: scale(1.2);
}

.swiper-button-next {
  opacity: 0.4;
  color: lightblue;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

.swiper-button-next:hover {
  transition-duration: 500ms;
  opacity: 0.9;
  color: lightyellow;
  font-weight: bold;
  transform: scale(1.2);
}

.back-button {
  transition-duration: 500ms;
  color: lightblue;
  position: absolute;
  font-size: 6vh;
  font-weight: 100;
  transform:scale(1.4,1.0);
  top: 0;
  left: 0.4em;
  opacity: 0.4;
  /* margin: 0 auto; */
  text-shadow: 0 0 5px black, 0 0 5px black;
  cursor: pointer;
  z-index: 2000;
}

.back-button:hover {
  transition-duration: 500ms;
  color: lightyellow;
  opacity: 0.9;
  transform: scale(1.68, 1.2);
}

:root {
    --swiper-navigation-size: 4em;
}

.sw-image {
    width: 100%;
    height: 100%;
}


/*
.arrow {
  border: solid black;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 10px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
*/

.container {
	text-align: center; 
	font-size: 18vw; 
	-webkit-text-stroke: 0.005em rgba(255,255,255,0.7); 
	color: rgba(0,0,0,0.0); 
	width: 95%; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	cursor: pointer;
	overflow: hidden;
	border-radius: 13px;
	// font-family: Impact, Charcoal, sans-serif;
  font-family: 'GFont';
	font-weight: normal;
	white-space: nowrap;
}

@media (min-width: 50em) {
  .container {
	text-align: center; 
	font-size: 11vw; 
	font-weight: bold;
	-webkit-text-stroke: 0.003em rgba(255,255,255,0.5); 
	color: rgba(0,0,0,0.0); 
	width: 75%; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	cursor: pointer;
	overflow: hidden;
	border-radius: 60px;
	// font-family: Impact, Charcoal, sans-serif;
  font-family: 'GFont';
	font-weight: normal;
	white-space: nowrap;
  }
}

.album {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat; 
	background-size: auto 100%; 
        transform: scale(1.0);
        transition: 0.6s, visibility .6s ease-in;
  font-family: 'GFont';
	// font-family: Impact, Charcoal, sans-serif;
	font-weight: normal;
	display: block;
        /* filter: blur(1.1px);*/
}

div.text {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 50000;
	text-align: center;
}

div.inside_text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background: center;
        background-size: cover;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-filter: saturate(1.2);
        filter: saturate(1.2);

}

div.inside_text h1 {
	font-size: 13vw;
	// font-family: Impact, Charcoal, sans-serif;
  font-family: 'GFont';
	margin: 0;
        background-size: cover;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
}

.container:hover .album, 
.container:focus .album {
  transform: scale(1.025);
  transition: 0.6s, visibility .6s ease-in;
}

a:hover {
  color: red;
}

a {
  color: lightgrey;
  text-decoration: none;
}

#rock_it {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: url('/show_pic.php?album=china19&image=IMG_9096_IMG_9103-3.jpg&d=show');
  background-size: cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#rock_it h1 {
  font-size: 14vw;
  // font-family: Impact, Charcoal, sans-serif;
  font-family: 'GFont';
  font-weight: bold;
  /* -webkit-text-stroke: 0.005em rgba(0,0,255,1.0); */
  margin: 0;
  -webkit-text-stroke: 0.005em rgba(0,0,0,0.7); 
        /* text-shadow: 0 0 10px rgba(0,0,0,0), 0 0 20px rgba(0,0,0,0.1), 0 0 30px rgba(0,0,0,0.2), 0 0 40px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.4), 0 0 60px rgba(0,0,0,0.5), 0 0 70px rgba(0,0,0,0.6); */
}

#startpage {
  width: 100%;
  background-color: white;
  z-index: -1;
}

#showpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  display: none;
}

.overviewIcon {
  width: 30%;
  margin: 2px;
  height: auto;
  filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, .8));
}

@media (min-width: 50em) {
.overviewIcon {
  width: 35px;
  height: 35px;
  filter: drop-shadow(1.5px 1.5px 2px rgba(0, 0, 0, .8));
}
}


#overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 80px;
  color: green;
  z-index: 20000;
  background: black;
}

#overlay-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 80px;
  color: green;
}

iframe {
 margin: 0;
 padding: 0;
 border: none;
}

.menudiv {
  position: absolute;
  right: 0;
  top: 0;
}

#menupic {
  cursor: pointer;
}

.popup {
  position: absolute;
  border: solid grey 2px;
  width: 80%;
  height: 80%;
  background: lightgrey;
  z-index: 1000001;
  border-radius: 35px;
}

#menu_container {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000000;
}

.textinput {
  background: white;
  border-radius: 15px;
  width: 10em;
  max-width: 70%;
  height: 1.3em;
  max-height: 20vh;
  border: solid black 2px;
  font-size: 2em;
  margin-bottom: 0.3em;
  padding: 0 1em;
}

.my_buttons {
  background: white;
  border-radius: 10px;
  width: 6em;
  max-width: 30%;
  height: 1.5em;
  max-height: 15vh;
  border: solid black 2px;
  font-size: 1.2em;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.my_buttons:hover {
  background-color: red;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4), 0 2px 5px 0 rgba(0,0,0,0.38);
}
.my_button:active {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4), 0 2px 5px 0 rgba(0,0,0,0.38);
}

.orange {
  background-color: rgb(255,192,128);
}

.green {
  background-color: rgb(128,255,128);
}

.exif {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(192,192,192,0.8);
  color: black;
  z-index: 1000000;
}

#gpslink {
  cursor: pointer;
}

.background {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0,0,0,0.8);
}

.modal {
  padding: 8px;
  border-radius: 10px;
  z-index: 100001;
  background-color: lightgrey;
  text-align: left;
  margin: auto auto;
  font-size: 1.4vmax;
}

.iconContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 99%;
  height: 1px;
  z-index: 1999;
}

.shadow {
  width: 50px;
  height: 50px;
  /* -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7)); */
  filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .8)); */
}
@media (min-width: 50em) {
  .shadow {
    /* -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7)); */
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .8));
  }
}
