* {
    touch-action: pan-y;
    margin: 0;
    padding: 0;
  }
  html,
  body {
    overflow: hidden;
  }
  body,
  html {
    height: 100%;
  }
  li {
    list-style: none;
  }
  nav {
    height: 26px;
    text-align: center;
  }
  
  nav ul {
    padding: 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  
  nav li {
    float: left;
    margin: 0 1vw;
  }
  
  .wowbook {
    color: #333;
  }
  .wowbook-page-content {
    background: white;
  }
.wowbook-left .wowbook-gutter-shadow {
    background-image: url("../../../images/journal/page_left_background.png");
    opacity: 0.5;
    width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
    background-image: url("../../../images/journal/page_right_background.png");
    background-position: 0 0;
    width: 75px;
}
body {
    background: #071a75 url("../../../images/journal/bg.jpg");
    background-size: cover;
    box-sizing: border-box;
}
  a,
  a:active,
  a:visited {
    text-decoration: none;
  }
  #container {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
    height: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 56px 2vw 10px;
  }
  
  .loading {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
  }
  
  .loading span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(112, 66, 215, 0.9);
    position: absolute;
    opacity: 0;
    animation: load 0.96s ease infinite;
  }
  
  @keyframes load {
    0% {
      transform: scale(1.2);
      opacity: 1;
    }
  
    100% {
      transform: scale(0.3);
      opacity: 0.5;
    }
  }
  
  .loading span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -10px;
    animation-delay: 0.12s;
  }
  
  .loading span:nth-child(2) {
    left: 14px;
    top: 14px;
    animation-delay: 0.24s;
  }
  
  .loading span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -10px;
    animation-delay: 0.36s;
  }
  
  .loading span:nth-child(4) {
    top: 14px;
    right: 14px;
    animation-delay: 0.48s;
  }
  
  .loading span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -10px;
    animation-delay: 0.6s;
  }
  
  .loading span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    animation-delay: 0.72s;
  }
  
  .loading span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    animation-delay: 0.84s;
  }
  
  .loading span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    animation-delay: 0.96s;
  }
  h1,
  h2 {
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(10, 10, 10, 0.5);
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  nav {
    height: 36px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2147483647;
    zoom: 1;
  }
    nav a {
        display: block;
        height: 36px;
        width: 36px;
        padding: 0;
        background-repeat: no-repeat;
        background-image: url("../../../images/journal/icon.png");
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
  
  nav #slideshow.wowbook-disabled {
    background-position: 0 0;
  }
  
  nav #next {
    background-position: -36px 0;
  }
  
  nav #zoomout {
    background-position: -216px 0;
  }
  
  nav #back {
    background-position: -108px 0;
  }
  
  nav #first {
    background-position: -144px 0;
  }
  
  nav #last {
    background-position: -180px 0;
  }
  
  nav #share {
    background-position: -252px 0;
  }
  
  nav #zoomin {
    background-position: -288px 0;
  }
  
  nav #slideshow {
    background-position: -324px 0;
  }
  
  nav #fullscreen.wowbook-disabled {
    background-position: -360px 0;
  }
  
  nav #fullscreen {
    background-position: -396px 0;
  }
  nav #thumbs {
    background-position: -72px 0;
  }
  
  nav #home {
    background-position: -432px 0;
  }
  nav a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  nav a:active,
  nav a:hover,
  nav a {
    outline: none;
  }
  @media screen and (max-width: 568px), screen and (max-height: 380px) {
    #container {
      padding-top: 35px;
      padding-bottom: 5px;
    }
    nav {
      margin: auto;
      top: 0px;
    }
    html {
      -webkit-text-size-adjust: none;
    }
    #click_to_open {
      display: none;
    }
  }
  .wowbook-page-content {
    padding: 0;
  }
  #book-main {
    position: relative;
    height: 100%;
  }
  #loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #click_to_open {
    position: absolute;
    left: 25%;
    margin-left: -180px;
    top: 50%;
    margin-top: -50px;
  }
  #features {
    /* display: none; */
    visibility: hidden;
  }
  /* #features img {
    width: 100%;
    height: 100%;
  } */
  .wowbook-page {
    margin: auto;
  }
  .wowbook-page-number {
    opacity: 0;
  }
  .wowbook-thumbnails {
    background: none repeat scroll 0 0 #888;
    background: none repeat scroll 0 0 rgba(128, 128, 128, 0.5);
    border-top: 1px solid white;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid gray;
    border-bottom-color: rgba(64, 64, 64, 0.5);
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
  }
  .wowbook-horizontal.wowbook-thumbnails {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wowbook-vertical .wowbook-thumbnail {
    margin-top: 5px;
    margin-bottom: 5px;
  }