@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body{
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 33px;
	color: #dedede;
	background-color: #292929;
}
a{
	transition: all .4s ease;	
}
a img{
	border: 0;
}
img{
	max-width: 100%;
	height: auto;
}
button:focus{
	outline:none;	
}
a{
	outline: none;
}
input:focus{
	outline: none;
}
h3{
	font-size:35px;
	line-height:40px;
	margin-bottom:15px;
	color:#eeedec;
}
h3{
	font-size:25px;
	line-height:35px;
	margin-bottom:15px;
	color:#eeedec;
}

.banner{
	text-align:center;
}
.headerTxt{
	text-align:center;
	padding-top:50px;
	padding-bottom:80px;
}
.headerTxt h1{
	font-size:80px;
	line-height:90px;
	font-weight:500;
	background: #E19427;
	background: linear-gradient(to top, #E19427 0%, #F6D054 50%, #E19427 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform:uppercase;
	margin-bottom:25px;
}
.headerTxt h2{
	color:#fee7c0;
	font-size:35px;
	line-height:45px;
	font-style:italic;
	text-shadow:2px 2px 2px #000
}

.bookCover{
	text-align:center;
	margin-bottom:60px;
}
.bookCover .book{
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
	margin-bottom:80px;
}
.actionBtn{
	display:inline-block;
	background-color:#365546;
	padding:10px 40px;
	color:#eeedec;
	font-size:24px;
	line-height:30px;
	font-style:italic;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.50);
}
.actionBtn:hover{
	background-color:#2b4538;
	text-decoration:none;
	color:#eeedec;
}

.introPan{
	margin-bottom:60px;
}
.introPan ul{
	margin:40px 0 20px 0;
	list-style-type:none;
	padding:0;
}
.introPan ul li{
	padding-bottom:20px;
	padding-left:60px;
}
.introPan ul li.list1{
	background:url(../images/icon1.png) 0 5px no-repeat;
}
.introPan ul li.list2{
	background:url(../images/icon2.png) 0 5px no-repeat;
}
.introPan ul li.list3{
	background:url(../images/icon3.png) 0 5px no-repeat;
}
.introPan ul li span{
	display:block;
	color:#fff;
	font-size:23px;
}
.introPan .actionBtn{
	margin-left:60px;
}

.storyPan{
}
.storyPan .row{
	margin-bottom:40px;
}
.storyPan .txtCol{
	margin-top:25px;
}

.reviewPan{

}
.reviewPan ul{
	padding:0 0 0 0;
	margin:0;
	list-style-type:none;
}
.reviewPan ul li{
	padding-bottom:40px;
}
.reviewPan ul li span{
	display:inline-block;
	width:20px;
	height:20px;
	background:#365243;
	margin-right:15px;
	margin-bottom:15px;
}

.worldPan{
	margin:40px 0 50px;
}
.worldPan h3{
	margin-bottom:60px;
	text-align:center;
}
.worldPan img{
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}
.worldPan .actionTxt{
	margin-top:80px;
}

.BottomBorder{
	height:20px;
	background:url(../images/bottom-border.jpg) 0 0 repeat;
}

.qrCodePan{
	background:#365243;
	padding:20px;
	text-align:center;
	padding-bottom:60px;
}
.qrCodePan h4{
	padding-bottom:50px;
}

.mailChimpForm{
	background:#eeedec;
	height:100%;
	padding:20px 30px 20px;
	text-align:left;
}
.mailChimpForm h4{
	color:#365243;
	padding-bottom:20px;
	text-align:center;
}
.mailChimpForm .mc-field-group{
	margin-bottom:20px;
}
.mailChimpForm .mc-field-group label{
	font-size:18px;
	color:#000;
	margin-right:15px;
	display:block;
}
.mailChimpForm .mc-field-group label .asterisk{
	color:red;
}
.mailChimpForm .mc-field-group input[type="email"]{
	width:100%;
	height:50px;
}
.mailChimpForm .actionBtn{
	font-size:20px;
	cursor:pointer;
}
.mailChimpForm .indicates-required{
	font-size:15px;
	color:#000;
	margin-top:20px;
}
.mailChimpForm .indicates-required .asterisk{
	color:red;
}

.copyright{
	font-size:12px;
	line-height:15px;
	text-align:center;
}
.copyright a{
	color:#fff;
	text-decoration:underline;
}
.copyright a:hover{
	text-decoration:none;
}

.sliderContainer{
	margin-top:10px;
	margin-bottom:10px
}
.slick-list{
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.slick-slide img {
	margin: 0 auto;
	/*  aspect-ratio: 1 / 1;
	object-fit: cover;*/
	transition: all .3s ease;
	cursor:pointer;
	border:solid 5px #000;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	background:#000;
}
.slick-slide img:hover{

}
.slick-slide p{
	font-size:12px;
	line-height:15px;
	text-align:center;
	padding:30px 10px 10px;
	margin:0;
	visibility:hidden;
	transition: all .3s ease;
}
.slick-slide:hover img{
	transform: scale(1.1);
}
.slick-slide:hover p{
	visibility:visible;
}

.slick-prev{
	left:0 !important;
	z-index:999;
}
.slick-next{
	right:0 !important;
	z-index:999;
}