/* helpers */

.t {
  display: table;
  width: 100%;
  height: 100%;
}

.tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.rel {
  position: relative;
}

/* book */

.book {
  margin: 0 auto;
  width: 90%;
  height: 90%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.book .page {
  height: 100%;
}

.book .page img {
  max-width: 100%;
  height: 95%;
  margin-top: 5px;
}

.navigator-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

.navigator-wrap .navigator {
  background: none;
  border: none;
}

#book-outer-wrap .navigator i {
  font-size: 2rem;
}


#book-outer-wrap .page-title {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;  
  font-family: 'Playfair Display';
  text-decoration: underline;
}

#book-outer-wrap .page-body {
  font-size: 1.2rem;
  font-weight: 400;  
  font-family: 'Raleway';
}

#book-outer-wrap .page {
  background: white;
}

#book-outer-wrap .catalogue-head {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 576px) { 

  #book-outer-wrap .page-title {
    font-size: 1.2rem;
  }
  .book .page img {
    height: 92%;
    margin-top: 0px;
  }
}