@charset "UTF-8";
/* CSS Document */

/* FONT*/

@font-face {

font-family: 'Optima';
src: url('fonts/OptimaLTStd-Medium.eot');
src: url('fonts/OptimaLTStd-Medium?#iefix') format('embedded-opentype'),
         url('fonts/OptimaLTStd-Medium.woff') format('woff'),
         url('fonts/OptimaLTStd-Medium.ttf') format('truetype'),
         url('fonts/OptimaLTStd-Medium.svg#OptimaLTStd-Medium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {

font-family: 'FootlightMT';
src: url('fonts/FootlightMT.eot');
src: url('fonts/FootlightMT?#iefix') format('embedded-opentype'),
         url('fonts/FootlightMT.woff') format('woff'),
         url('fonts/FootlightMT.ttf') format('truetype'),
         url('fonts/FootlightMT.svg#FootlightMT') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {

font-family: 'FootlightMTLight';
src: url('fonts/FootlightMTLight.eot');
src: url('fonts/FootlightMTLight?#iefix') format('embedded-opentype'),
         url('fonts/FootlightMTLight.woff') format('woff'),
         url('fonts/FootlightMTLight.ttf') format('truetype'),
         url('fonts/FootlightMTLight.svg#FootlightMTLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {

font-family: 'Coconat-Regular';
src: url('fonts/Coconat-Regular.eot');
src: url('fonts/Coconat-Regular?#iefix') format('embedded-opentype'),
         url('fonts/Coconat-Regular.woff') format('woff'),
         url('fonts/Coconat-Regular.ttf') format('truetype'),
         url('fonts/Coconat-Regular.svg#Coconat-Regular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {

font-family: 'Coconat-BoldExt';
src: url('fonts/Coconat-BoldExt.eot');
src: url('fonts/Coconat-BoldExt?#iefix') format('embedded-opentype'),
         url('fonts/Coconat-BoldExt.woff') format('woff'),
         url('fonts/Coconat-BoldExt.ttf') format('truetype'),
         url('fonts/Coconat-BoldExt.svg#Coconat-BoldExt') format('svg');
font-weight: normal;
font-style: normal;
}


/* BROWSER COMPATABILITY */
/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
selector{ property:value; }
}

/* Chrome version 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
selector { -chrome-:only (;
property:value;
);}
}

/* Chrome, Safari, and also the Edge Browser and Firefox */
@media and (-webkit-min-device-pixel-ratio:0) {
selector { property:value; }
}

/*GENERAL

* {
  box-sizing: border-box;
}*/

body {
margin: 0px;
border:0px;
padding:0px;
height:100%;
width:100%;
background-color:#EBEBEB;
}

#container {
	height:100%;
	width:100%;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color:#EBEBEB;
	font-size:22px;
	color:#000;
	font-family:"Coconat-Regular";	
}
  
a:link, a:visited, a:hover {color: #000; text-decoration: none;}

/* body > #container {height: auto; min-height: 100%; background-color:#EBEBEB;}*/


/* TITLE AND LOGO BOTTOM RIGHT*/

#title {
	position:fixed;
	text-align:right;
	width: 15%;
	margin-bottom: 10px;
	bottom: 0%;
	right:0;
	padding: 0 15px 0 0;
	z-index: 50;
	font-size:23px;
	color:#000;	
	font-family:"Optima";
	line-height:22px;
}

.subtitle {font-size:16px; padding: 0 0 0 0;}

a.title:link, a.title:visited, a.title:hover {color:#000; text-decoration:none;}


/* SHARE */

#share_box {
	position:fixed;
	right:0;
	width:6%;
	z-index: 50;
	margin: 0 5px 0 0;
}

.row {
  display: flex;
  width: 100%;
  float: right;
}


/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 2px;
}

a.share:link, a.share:visited, a.share:hover {color:#000; text-decoration:none;}


/* MENU ABOUT */

#menu {
	z-index: 52;
	margin: 10px 0 0 10px;
	padding: 0px;
	position:fixed;
	list-style:none;
}

.menu {
	padding-bottom: 0 0 5px 0;
}

a.menu:link, a.menu:visited, a.menu:hover {color:#000; text-decoration: none;}


/* HEADER*/

#header {
	text-align:center;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 50px;
	padding: 10px 0 0 0;
	z-index: 50;
	color:#000;
	font-size:60px;
	color:#000000;
	font-family:"Optima";
}


/* BOOKS HOMEPAGE */

#books {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  list-style:none;
  z-index: 60;
  margin: 100px 0 0 0;
  padding: 0 0 0 0;
	 
}

.books_item {
	margin-bottom: 50px;
	}

.books_cover {}

.books_cover_img {
	width:60%;
	margin-left:20%;
	margin-right:20%;
	margin-bottom: 25px;
	}

.books_abstract {
	font-size:16px;
	line-height: 24px;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}

a.books:link, a.books:visited, a.books:hover {color:#000; text-decoration: underline;}


/* BOOKS SINGLE PAGES */

#books_single {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0 0 0 0;
	z-index: 40;
}

.books_list {
	list-style: none;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	z-index: 40;
	}

.books_abstract_single {
	width: 50%;
	margin-left:25%;
	margin-right:25%;
	font-size:16px;
	line-height: 24px;
	z-index: 40;
	}

/* IMAGES SLIDESHOW */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0 0 0 0;
  border: 0 0 0 0;
  z-index: 40;
  text-align:center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* image size */
.slide_size {
	width:50%;
	margin-left:25%;
	margin-right:25%;
}
     

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: 50%;
  top: 30%;
  margin-top: -22px;
  padding: 16px;
  color:#000000;
  font-weight: bold;
  font-size: 14px;
  transition: 0.4s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display:block;
  z-index: 60;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color:#FF0004;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color:#56E662;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color:#B52CF8;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* PAYPAL */

.paypal_box {text-align:center;}

.paypal_custom_button {width: 35%;}

.form {	}


/* ABOUT PAGE */

/* SYNOPSIS */

#synopsis {
	width: 50%;
	margin: 100px 0 100px 140px;
    color: #000;
	font-size:22px;
	line-height: 28px;
}


/* FOOTER*/

#footer {
	text-align:center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	color:#000;
	font-size:13px;
	line-height:18px;
	
}



/* RESPONSIVE *//* RESPONSIVE *//* RESPONSIVE */
/* RESPONSIVE *//* RESPONSIVE *//* RESPONSIVE */
/* RESPONSIVE *//* RESPONSIVE *//* RESPONSIVE */
/* RESPONSIVE *//* RESPONSIVE *//* RESPONSIVE */

@media screen and (max-width: 800px) {
body {
    background-color: #EBEBEB;
  }
  
	
/* TITLE AND LOGO BOTTOM RIGHT*/

#title {
	display: none;
}

.subtitle {display: none;}
	
	/* SHARE */

#share_box {
	position:fixed;
	right:0;
	width:15%;
	z-index: 50;
	margin: 0 5px 0 0;
}

.row {
  display: flex;
  width: 100%;
  float: right;
}
	
/* MENU ABOUT */

#menu {
	z-index: 52;
	margin: 0 0 0 10px;
	padding: 0px;
	position:fixed;
	list-style:none;
}

.menu {
	padding-bottom: 5px;
}

a.menu:link, a.menu:visited, a.menu:hover {color:#000; text-decoration: none;}


/* HEADER*/

#header {
	text-align:center;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 50px;
	margin-top: 100px;
	padding: 10px 0 0 0;
	z-index: 49;
	color:#000;
	font-size:60px;
	color:#000000;
	font-family:"Optima";
}
	
/* BOOKS HOMEPAGE */

#books {
	display: grid;
  	grid-template-columns: repeat(1, 1fr);
  	grid-gap: 0px;
	width: 90%;
	margin-right:5%;
	margin-left:5%;
	padding: 0 0 0 0;
	margin-top: 100px;
  	list-style:none;
  	z-index: 60;
}

	
.books_item {
	margin-bottom: 100px;
	}

.books_cover {}

.books_cover_img {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 25px;
	}

.books_abstract {
	font-size:16px;
	line-height: 24px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
	
.paypal_box {
	text-align:center;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
.paypal_custom_button {width: 50%;}

	
/* SINGLE PAGES *//* SINGLE PAGES *//* SINGLE PAGES */
	

#books_single {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding:0 0 0 0;
	margin-top: 100px;
	z-index: 40;
}

.books_list {
	list-style: none;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	z-index: 40;
	}
	
.books_abstract_single {
	width: 100%;
	font-size:17px;
	line-height:26px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 40;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 0 0 0;
  z-index: 40;
  text-align:center;
}

.slide_size {
	width: 100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
	
	
/* FOOTER*/

#footer {
	text-align:center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0 0 0 0;
	color:#000;
	font-size:10px;
	line-height:15px;
}
	
	
/* SYNOPSIS */

#synopsis {
	width: 80%;
	margin: 100px 10% 100px 10%;
    color: #000;
	font-size:17px;
	line-height: 26px;
}
	
/* ABOUT */
	

	
	}/* END MEDIA */


