body h1{
	font:48px 'District Thin', helvetica, arial;
}

body .splash .center{
	/*width:380px;*/
	width:100%;
	overflow-x: hidden;
}
div.splash div.details{
	margin-top:-30px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-left: 20px;
	width:80%;
}

div.details{
	display: block;
	margin-top:10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

div.bookshelf div.shelf div.loc{
	position:relative;
	margin: auto;
    width: 70%;
}

div.bookshelf div.shelf div.loc > div{

	width:200%;
	margin-left: auto; 
	margin-right: auto;

	margin-top: 50px;
	text-align:center;

	display:block;
}

body div.bookshelf div.suggestion{
	display: none;
}

footer{
	font:14px 'District Thin', helvetica, arial;
	line-height:100px;
	text-align:center;
	color:#666;
	margin-top: -140px;
}

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:150%;
	height:150%;
	left:-130px;
	top:-150px;
}

.flipbook-viewport .page{
	width:230px;
	height:300px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
	
}

.GotIt {
  width: 100%;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #4F4F4F;
  background-color: #7ddc1f;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; 
  cursor: pointer;
  outline: none;
  margin-bottom: 15px;
  margin-top: 6px;
  }
  
.GotIt:hover {
  background-color: #F30719 ;
  box-shadow: 0px 5px 10px rgba(213, 216, 220, 0.4);
  color: #e2dcdc;
 /* transform: translateY(-7px);*/
  background: linear-gradient(#212F3D, #808B96)
}

.Remind {
  width: 100%;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #585858;
  background-color: #F3E2A9;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 15px rgba(87, 91, 90, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.Remind:hover {
  background-color: #F3E2A9;
  box-shadow: 0px 15px 20px rgba(87, 91, 90, 0.4);
  color: #585858;
  transform: translateY(-7px);
  background: linear-gradient(#F5DA81, #F7F2E0)
}

.modalDialog {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 20;
    cursor: pointer;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalTextBox{
	/*	width: 200px;
		height: 330px;
		position: relative;*/
	/*	margin: 20% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
				
		position:absolute;
		top:30%;
		left:30%;
		transform:translate(-20%, -30%);*/
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		max-height: calc(100% - 100px);
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.modalContent{
	text-align:center;
	font:24px 'District Thin', helvetica, arial;
	color:#6e6e6e;
}


  div.modalImage {
	display: none !important;
    }

  span.click {
	display: none !important;
    }

.mobileWarningDialog {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 20;
    cursor: pointer;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.mobileWarningTextBox{
	/*	width: 460px;
		height: 150px;
		position: relative;*/
		margin: 10% auto;
		padding: 5px 20px 10px 20px;
		border-radius: 10px;
		background: #fff;
		display: block !important;
		
		position:absolute;
		top:30%;
		left:30%;
		transform:translate(-20%, -30%);
}

.mobileWarningContent{
	text-align:center;
	font:16px 'District Thin', helvetica, arial;
	color:#6e6e6e;
	border:none;
	display: block !important;
}

.mobileWarningGotIt {
  width: 100%;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #e2dcdc;
  background-color: #F30719;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; 
  cursor: pointer;
  outline: none;
  margin-bottom: 30px;
  margin-top: 10px;
  }

.mobileWarningGotIt:hover {
  background-color: #F30719 ;
  box-shadow: 0px 5px 10px rgba(213, 216, 220, 0.4);
  color: #e2dcdc;
 /* transform: translateY(-7px);*/
  background: linear-gradient(#212F3D, #808B96)
}

.mobileWarningRemind {
  width: 100%;
  height: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  color: #585858;
  cursor: pointer;
  outline: none;
  text-align: center;
  }

.mobileWarningRemind:hover {
  color: #585858;
}