html {
	font-size: calc(1vmin + 10px);
	font-family: 'Roboto', sans-serif;
	height: 100%;
}

body {
	font-family: 'Noto Serif', serif;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #222;
}

a {
	text-decoration: none;
	color: lime;
	outline: none;
}

* {
	box-sizing: border-box;
}

.panel {
	width: 100%;
	background-color: #444;
	position: relative;
}

.cover {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url("img/cover.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 100vh;
	height: 120vw;
}

.mid-strip {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: calc(min(12vw, 9rem) + 2vh);
	top: calc(50% - 6vw - 1vh);
	position: relative;
}

.mid-strip ._coverall {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
}

.mid-strip ._stripes {
	content: "";
	background-image: url("img/stripes.png");
	background-position: 50% 50%;
	background-size: 8px;
	mix-blend-mode: multiply;
}

.mid-strip ._green {
	content: "";
	background-color: lime;
	mix-blend-mode: screen;
}

.mid-strip ._title {
	margin-top: 1vh;
	font-size: min(10vw, 7.5rem);
	letter-spacing: max(-0.2vw, -0.15rem);
	padding-left: 0.5vw;
	line-height: min(9vw, 6.75rem);

}

.mid-strip ._subtitle {
	font-size: min(2.75vw, 2.06rem);
	letter-spacing: min(0.1vw, 0.075rem);
	padding-right: 0.5vw;
	line-height: min(3vw, 2.25rem);

}

.mid-strip ._verses {
	font-weight: 200;
}

.mid-strip ._author {
	top: 100%;
	position: absolute;
	color: #fff;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	width: 100%;
	font-size: min(5vw, 3.75rem);
	letter-spacing: 0.2vw;
	line-height: min(8vw, 6rem);
}

.buy-now {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 4rem;
	/* background-color:red; */
	/* transform: translate(-50%,0); */
	z-index: 9;
}

.buy-now .buy-now-button {
	background-image: url("img/amazon.png");
	width: 10rem;
	height: 4rem;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 2rem;
	border: solid 2px orange;
	transform: translate(-50%, -50%);
	position: absolute;
}

.buy-now .locations {
	position: absolute;
	bottom: -3rem;
	transform: translate(-50%, 0);
	max-width: 90vw;
	width: 30rem;
	background-color: #fff;
	border: solid 2px orange;
	border-radius: 1rem;
	padding: 1rem 1rem 6rem;
	text-align: center;
	display: none;
}

.buy-now .locations.__active {
	display: block;
}

.buy-now a.location {
	display: inline-block;
	position: relative;
	width: 3rem;
	height: 3.5rem;
	font-family: Roboto;
	color: black;
	font-weight: bold;
	font-style: normal;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0.5rem;
	padding-top: 2.5rem;
}

.buy-now a.location::before {
	content: "";
	position: absolute;
	width: 100%;
	padding-top: 75%;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
}

.buy-now a.location._en {
	width: 5rem;
	padding-top: 4rem;
	height: 5rem;
}

.article .heading {
	font-family: 'Roboto Slab', serif;
}

.bonus {
	background-color: #fefaf0;
	height: 35rem;
	overflow: hidden;
}

.bonus.__active {
	height: auto;
	padding-bottom: 3rem;
}

.bonus .image {
	background-color: #777;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 15rem;
	position: relative;
	width: 100vw;
}

.bonus h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.5rem;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	font-weight: 400;
	margin: 2rem 0;
}

.bonus .lyrics {
	white-space: pre-wrap;
	display: block;
	position: relative;
	width: fit-content;
	max-width: 80vw;
	margin: 2rem auto 3rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.bonus .poem {
	white-space: pre-wrap;
	display: block;
	position: relative;
	width: fit-content;
	width: 45rem;
	max-width: 80vw;
	margin: 1.4rem auto;
	line-height: 1.4rem;
}

.bonus p {
	max-width: 90vw;
	width: 50rem;
	margin: 0 auto;
	text-indent: 1.4rem;
	font-size: 1rem;
	line-height: 1.4rem;
}

.bonus .textSpan {
	max-width: 90vw;
	width: 50rem;
	display: block;
	margin: 0 auto;
}

.bonus .textSpan img {
	margin:1rem 1rem 1rem 0;
	vertical-align: middle;
}

.bonus ol, .bonus ul {
	max-width: 90vw;
	width: 50rem;
	margin: 0 auto;
	/* text-indent: 1.4rem; */
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 1.4rem 0 1.4rem 2.4rem;
}

.bonus p.question {
	font-weight: bold;
	text-indent: 0;
	margin-top: 1.4rem;
}

.bonus p:first-of-type {
	text-indent: 0;
}

.bonus p.crosshead {
	text-indent: 0;
	font-weight:bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin:1.4rem auto;
}

.bonus .readmore {
	width: 100%;

	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8rem;
	border-bottom: 2px solid tan;
	background: linear-gradient(to bottom, transparent, rgba(16, 12, 0, 0.15));
}

.bonus .readmore::before {
	content: "Read More";
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	background-color: tan;
	padding: 0.2rem 1rem;
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
	cursor: pointer;
}

.bonus.__active .readmore::before {
	content: "Close";
}

.panel ._text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	max-width: 80vw;
	width: 40rem;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 2rem 0 1rem;
}

.panel ._text h2 {
	font-size: 2.5rem;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.gallery {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.gallery.__active {
	display: block;
}

.closeButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	/* background-color:rgba(0,0,0,0.5); */
	border-radius: 0 0 0 2rem;
	line-height:3rem;
	text-align:center;
}

.closeButton::before{
	content: "×";
	font-size:3rem;
	display: block;
	color:white;
	text-shadow:0 0 1rem black;
}

.gallery ._imageHolder {
	text-align: center;
	line-height: 100vh;
	display: block;
	/* position: absolute; */
	background-color: rgba(0, 0, 0, 0.5)
}

.gallery ._imageHolder img {
	max-width: calc(100vw - 4rem);
	max-height: calc(100vh - 4rem);
	display: inline-block;
	vertical-align: middle;
}

[data-zoomable] {
	cursor: zoom-in;
}