body {
	color:#444;
	font-size:1.2rem;
	line-height: 1.5;
}
@media(max-width:767px) {
	body {
		font-size:1.1rem;
		line-height: 1.4;
	}
}
p:not(.bg-theme) strong {
    font-family: "Gilroy";
    color: #b76a4f;
}
.bg-paper {
	background:url(../img/bg-paper.jpg) white;
}
.shadow-inner-lg {
	box-shadow: inset 0 8px 8px 0 rgb(0 0 0 / 0.1);
}
 
@media(max-width:639px) {
	.headline {
		line-height:1;
	}
	 
}
 .headline {
    text-shadow: 3px 3px 0 #ffe7ce;
}
.hero-test {
	position: relative;
	border:thin solid #DDDDDD;
	background:url(../img/bg-paper.jpg) white;
	margin-bottom:2rem;
	border-radius:1.5rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.hero-test-info .stars {
	padding-right: 0.5rem;
}
.hero-test-info .stars span {
	font-size:2rem;
	margin-right:-0.5rem;
	color:rgba(255,208,0,1.00);
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	-webkit-text-stroke: 1px rgba(198,162,0,1.00);;
}
.hero-test-img img, .girl-eating div::after {
	position: relative;
	border-radius: 1rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 1s;
	border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.hero-test .hero-test-img::before {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 1s;
}
.hero-test:nth-child(odd) .hero-test-img::before {
	position: absolute;
	background:#e58c6c;
	width:100%;
	height:100%;
	opacity:0.7;
	left:0;
	bottom:0;
	content: "";
	border-radius:1rem;
	transform:rotate(254deg);
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.hero-test-img {
	position: relative;
}
.hero-test:nth-child(even) .hero-test-img::before {
	position: absolute;
	background:#e58c6c;
	width:100%;
	height:100%;
	opacity:0.7;
	left:0;
	bottom:0;
	content: "";
	border-radius:1rem;
	transform:rotate(254deg);
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.hero-test-copy::before {
	content:"“";
	position: absolute;
	font-size:10rem;
	left:-3.5rem;
	top:50%;
	color:#90444C;
	-webkit-text-stroke: 1px #fff;
	opacity:0.9;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.hero-test-copy::after {
	content:"”";
	position: absolute;
	font-size:10rem;
	right:-2rem;
	top:50%;
	color:#90444C;
	-webkit-text-stroke: 1px #fff;
	opacity:0.95;
}
.hero-test-copy {
    padding:2rem 3rem;}

 .hero .headline {
	line-height: 3rem;
}
@media(min-width:1220px) {
	.desktop .hero-test:nth-child(odd):hover .hero-test-img img {
		transform:scale(1.05) rotate(-8deg);
	}
	.desktop .hero-test:nth-child(odd):hover .hero-test-img::before {
		transform: scale(0.95) rotate(8deg);
	}
	.desktop .hero-test:nth-child(even):hover .hero-test-img img {
		transform:scale(1.05) rotate(8deg);
	}
	.desktop .hero-test:nth-child(even):hover .hero-test-img::before {
		transform: scale(0.95) rotate(-8deg);
	}
	.hero-test:nth-child(odd) .hero-test-img img {
		transform: rotate(-8deg);
	}
	.hero-test:nth-child(even) .hero-test-img img {
		transform: rotate(8deg);
	}
	.hero-test:nth-child(odd) .hero-test-img::before {
		transform: rotate(8deg);
	}
	.hero-test:nth-child(even) .hero-test-img::before {
		transform: rotate(-8deg);
	}
	.hero-test-img {
		transform:scale(1.05);
	}
	.hero-test:nth-child(odd) {
		left:-4rem;
	}
	.hero-test:nth-child(even) {
		right:-4rem;
	}
	.hero-test:nth-child(even) .hero-test-copy {
		order:-9999; 
	}
	.hero-test:nth-child(odd) .hero-test-copy::before,
	.hero-test:nth-child(even) .hero-test-copy::after {
		display:none;
	}
}
@media(max-width:1024px) {
	 .hero-test-copy::after {
		top:2rem;
		right:1rem;
		font-size:8rem;
	}
	.hero-test-copy::before {
		display: none;
	}
}

@media(max-width:640px) {
	.hero-test-copy::after {
		top:1.75rem;
		right:1rem;
		font-size:6rem;
	}
	.font-cut-theme {
	-webkit-text-stroke: 0.25px #A4583D;
	}
	.headline {
		text-shadow:3px 3px 0 #FFEDE7;
	}
	.hero-test .stars {
		min-width:100%;
	}
	.hero-test .stars span {
		font-size:1.5rem;
	}
	.hero-test-copy {
		padding:1rem;
	}
	.hero-test {
		border-radius: 0.5rem;
		margin-bottom:0.5rem;
	}
	.hero-test-img {
		align-self: flex-start;
		top:0.5rem;
	}
}
@media(max-width:767px) {
	.hero-test-img {
		transform:scale(0.8);
	}
}
 
@keyframes shining {
  0% {
	left: -100%;
  }
  100% {
	left: 100%;
  }
}

@keyframes delay-shining {
  0%, 100% {
	left: -100%;
  }
  50% {
	left: 100%;
  }
}
 

@media(max-width:768px) {
	.svg-divider {
		height:10vh;
	}
	.hero .headline {
		line-height: 2rem;
	}
}

#nobook .ebooks {
    display: none;
    }