* {
	--header-font: 'Baskerville',serif;
	--bg: #eee;
	--bg-alt: #fff;
	--border: rgba(0,0,0,.05);
	--nav-link: rgba(0,0,0,.9);
	scroll-behavior: smooth;
	--txt:rgba(0,0,0,1)
}

* { box-sizing: border-box}

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box}

/* Remove default padding */
ul[class], ol[class] { padding: 0}

/* Remove default margin */
body, h1, h2, h3, h4, p, ul[class], ol[class],
li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: var(--bg);
	font-size:.8em;
	font-family:sans-serif;
	text-align: center;
}

ul {
	list-style: none;
	padding: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] { list-style: none}

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * { margin-top: 1em}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a { text-decoration: none}


/* Baskervville-regular web font - latin */
@font-face {
  font-family: 'Baskervville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/baskervville-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/baskervville-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/baskervville-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/baskervville-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/baskervville-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/baskervville-v5-latin-regular.svg#Baskervville') format('svg'); /* Legacy iOS */
}
/* baskervville-italic - latin */
@font-face {
  font-family: 'Baskervville';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/baskervville-v5-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/baskervville-v5-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/baskervville-v5-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/baskervville-v5-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/baskervville-v5-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/baskervville-v5-latin-italic.svg#Baskervville') format('svg'); /* Legacy iOS */
}

a { color: #397ce4}

h1, h2, h3, h4,h5, h6 {
	font-family: Baskerville, serif;
	font-weight: 100;
	color: var(--txt)
}

h1 {
	font-size: 2em;
}

h2 { font-size: 1.5em}


h2 span {
	color: #aaaaaa;
	font-style: italic;
}

h3 {
	text-transform: uppercase;
	font-weight: 100;
}

h3 span {
	color: #aaaaaa;
	font-style: italic;
	font-size: .8em;
}

.btn, button {
	display: block;
	border: 1px solid #333;
	max-width: 300px;
	margin:10px auto;
	padding: 15px;
	background: #111;
	color: silver;
	text-transform: uppercase;
    box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
	min-width: 250px;
	width: 100%;
}

.btn:hover {
	border: 1px solid #333;
	max-width: 300px;
	margin:10px auto;
	padding: 15px;
	color: silver;
    box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	text-shadow: 0 0 1px rgba(0,0,0,1);
	background: #333;
	transition: all 300ms ease-in-out 0s;
}

/* Book section */

.book-frame {
	color: var(--txt);
	padding:5vh 5vw;
	max-width: 984px;
    margin:30px auto;
	border: 1px solid var(--border);
	border-radius: 10px;
	background:  var(--bg-alt);
}

.book {
	padding:4vh 4vw;
	color: var(--txt);
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius:8px;
}

.book h2 {
	max-width: 300px;
	margin: auto;
}

.book h3 {
	font-size: .8em;
	margin-bottom: 10px;
}

.book .author p {
	text-align: center;
	margin-bottom: 0;
	display: block;
}

.book-one { margin-bottom: 50px}

.book img{
	max-width: 350px;
	margin:0 auto;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 2px solid var(--bg);
	border-radius: 5px;
}

.book a.btn {
	background: #111;
	padding: 10px;
	display: block;
	animation: slide 10s ease-in-out 0s forwards;
	animation-delay: 100ms;
}

.available-frame {
	max-width: 350px;
	font-size: 7px;
	padding: 10px;
	border: 1px solid #333;
	margin:0 auto;
	background: #111;
	color: silver;
	text-transform: uppercase;
    box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}

.available {
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
  	grid-template-rows: 1fr;
  	gap: 0 10px;
  	grid-auto-flow: row;
  	grid-template-areas: "foot-one foot-two foot-three foot-four";
	max-width: 350px;
	font-size: 7px;
	padding: 10px;
	border: 1px solid #333;
	margin:0 auto;
	background: #111;
	color: silver;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}

.available-as { 
	margin: 0 auto;
	background: #111;
	max-width: 350px;
	padding: 5px;
	font-size: .8em;
	color: silver;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s
}
	
.available-one { grid-area: foot-one;text-align: left}
.available-two { grid-area: foot-two;text-align: left}
.available-three { grid-area: foot-three}
.available-four { grid-area: foot-four}

.available a {
	display: block;
	text-align: center;
	color: silver;
	line-height: 1;
}

button.collapsible {
	display: block;
	border: 1px solid #333;
	width: 100%;
	max-width: 300px;
	margin:10px auto;
	padding: 15px;
	background: #111;
	color: silver;
	text-transform: uppercase;
    box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}

button.read-more {
	display: none;
}

button.read-more:hover {
	background: transparent;
	color: #7e6d13;
	transition: color 300ms ease-in-out 0s;
}

.active, .collapsible:hover { background-color: #555}

.sample button {
	display: block;
	border: 1px solid #333;
	max-width: 300px;
	margin:10px auto;
	padding: 10px;
	width: 100%;
	background: #111;
	color: silver;
	text-transform: uppercase;
    box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	letter-spacing: 2px;
	text-shadow: 0 0 1px rgba(0,0,0,1);
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
	animation: slide 10s ease-in-out 0s forwards;
	animation-delay: 200ms;
	opacity: 0;
}

.sample button:hover { padding: 10px}

.sample {
  display: none;
  overflow: hidden;
  background-color: var(--bg);
  max-width: 300px;
  margin: auto;
  animation: fade 1s ease-in-out 0s forwards;
}

.sample-choices { padding: 0 2vw}

.date {
	color: #999;
	margin-top: 5px;
	font-size: .8em;
}

.book-meta {
	max-width: 300px;
	margin:0 auto 10px;
	text-align: left;
	opacity: .3;
}

.dark-txt {	fill: #111}

.inside a {
	color: #222;
	display: block;
	padding: 10px;
	background: var(--bg);
	margin: -40px auto 20px;
	position: relative;
	max-width: 350px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	letter-spacing: 1px;
	color: #eee;
}

.book svg {
	width: 30px;
	height: auto;
}

.available svg{
	width: 16px;
	margin-bottom: 5px;
	color: silver;
}

audio {
	background: silver;
	width: 100%;
	border-radius: 160px;
}

.book-player {
	color: #fff;
	padding: 10px 10px 5px 10px;
	background: #222;
	box-shadow:inset 0 0 0 1px silver, 0 0 15px rgba(0,0,0,.3);
	border: 1px solid #333;
	border-radius: 5px;
	margin: auto;
	max-width: 250px;
}

.hr-title {
	width: 140px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 1vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: var(--bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 2vh 2vw;
  border: 1px solid var(--border);
  width: 100%;
  max-width: 900px;
  position: relative;
  background: var(--bg);
}

/* The Close Button */
.close {
  color: rgba(0,0,0,.5);
  float: right;
  font-weight: bold;
  position: absolute;
  right: 30px;
  font-size:1em;
  top: 20px;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal img {
	max-height: 40vh;
	width: auto;
	margin: 10px auto 20px;
}

.grid-item-one { grid-area: grid-item-one;text-align: center; }

.grid-item-two { grid-area: grid-item-two;padding-top: o; }

.grid-item-two .btn{ margin-top: 10px; }

.playing {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #777;
	margin-top: 10px;
}


/* Store section */

.store-frame {
	background:  var(--bg-alt);
	color: var(--txt);
	padding:5vh 3vw;
	max-width: 984px;
    margin:30px auto;
	border: 1px solid var(--border);
	border-radius: 10px;
}

.store-home {
	color: var(--txt);
	max-width: 984px;
    margin:0 auto;
}

.store-home a { color: var(--txt)}

.product-one, .product-two  {
	background:  var(--bg);
	border: 1px solid  var(--border);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 20px;
	margin-bottom:35px;
	border-radius: 5px;
}

.store-home img {
	width: auto;
	margin: auto;
	max-height: 170px;
}

.store-home img:hover {
	width: auto;
	margin: auto;
	max-height: 170px;
}

.book-two p { display: none}

/* Desktop specific */

nav {
	font-size: .8m;
	margin: auto;
font-weight: bold;
}
section {
background:var(--bg-alt);
color:var(--txt);
padding:10vh 10vw;
border:1px solid var(--border);
margin:2vh 2vw;
box-shadow:0 0 10px rgba(0,0,0,.1);
border-radius:10px;
font-size: 1em;
text-align: left;
max-width: 1068px;
margin: 0 auto 3vh; 
}
@media screen and (min-width:768px) {
section {
font-size: 1.7em;
}
h1 {
	font-size: 2.5em;
}

h2 { font-size: 2em}


nav {
	font-size: 1em;
	max-width: 450px;
	margin: auto;
}
.book {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0 30px;
	grid-auto-flow: row;
	grid-template-areas: "book-one book-two";
	padding: 40px;
}
.store-home {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0 30px;
	grid-auto-flow: row;
	grid-template-areas: "product-one product-two";
	padding: 0 40px;
}

h2 { font-size: 2em}

.sample-listen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 2vw;
  grid-auto-flow: row;
  grid-template-areas:
    "grid-item-one grid-item-two";
}

.modal-content {
  margin: auto;
  padding: 4vh 4vw;
  width: 80%;
  max-width: 900px;
}

.modal {
  padding-top: 10vh; /* Location of the box */
}

.grid-item-two { grid-area: grid-item-two;padding-top: 5vh}

.book-two p {
	display: block;
	max-width: 300px;
	margin:0 auto 10px;
	text-align: left;
}
.modal img {
	max-height: 400px;
	height: 100%;
	margin: 10px auto 20px;
}


.book-player {
	padding: 10px 10px 5px 10px;
	margin: auto;
	max-width: 710px;
}
button.read-more {
	display: block;
	background: transparent;
	border:none;
	box-shadow: none;
	text-align: left;
	padding: 0;
	text-transform: none;
	text-shadow: none;
	color: #eee;
	letter-spacing: normal;
}

}


/* Animations */

@keyframes fade {
0% { opacity: 0%}
100% { opacity: 100%}
}

@keyframes slide {
0% { 
	transform: translateX(-240px);
	-webkit-filter: blur(12px);
	filter: blur(12px);
	opacity: 1;
}
3% { 
	transform: translateX(0);	
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 1;
}
4% { 
	transform: translateX(-2px);
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
5% { 
	transform: translateX(0);
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
97% { 
	transform: translateX(0);	
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
100% { 
	transform: translateX(0);	
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
}


.hero{
background:#000;
padding:30px;
color:silver;
margin-bottom:5vh;
min-height:80vh;
background-size:cover;
background-repeat:no-repeat;
background-position:top center;
}

.hero svg{
max-width:100px;
height:auto
}

.hero img{max-width:500px;margin:auto}

blockquote{font-size:3em;max-width:500px;margin:5vh auto 0;color:var(--txt) }


.logo {
background:#222;
margin-bottom:20px
}

.logo svg {
max-width:100px
}




section p {
margin-bottom: 2vh;
}

footer {
	margin-bottom: 3vh;
	color: #888;
}
iframe { width:100%}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  max-width: 450px;

}

.flex-container > div {
  width: 100px;
  margin: 10px;
  text-align: center;
}

nav {
	margin-bottom: 18px;
}
nav a {
	color: var(--txt);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.flex-video {
    overflow: hidden;
    position: relative;
    width:100%;
}

.flex-video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Dark mode */

@media (prefers-color-scheme: dark) {
* {
	--bg: rgba(0,0,0,.9);
	--bg-alt: rgba(0,0,0,.9);
	--border: rgba(0,0,0,.9);
	--nav-link: rgba(255,255,255,.9);
	--txt: rgba(255,255,255,.9);
	--border: rgba(255,255,255,.2);
}

a {
	color: #FAFF00;
}
.dark-txt {	fill: #fff}
}


.frame {
	padding: 0 5vw;
}

.home {
	color: var(--txt);
}