/* Header Style */

header .navBtn{display:none!important;}

/**/
.book_wrap{padding:0 20px;padding-bottom:200px;padding-top:60px;    background: #faf6ef;margin-bottom:-70px;}
.book_wrap .container2 {
max-height: 78vh;
    height: 100%;        width: auto;
    margin: 0 auto;
    aspect-ratio: 1279 / 912;
}

.book_wrap .container2 > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.book_wrap .container2 > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.book_wrap .container2 > header span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.book_wrap .main {
	max-width: 69em;
}

.book_wrap .column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
}

.book_wrap .column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.book_wrap .column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

/* To Navigation Style */
.book_wrap .codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.book_wrap .codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.book_wrap .codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.book_wrap .codrops-top span.right {
	float: right;
}

.book_wrap .codrops-top span.right a {
	float: left;
	display: block;
}

.book_wrap .codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.book_wrap .codrops-icon-drop:before {
	content: "\e001";
}

.book_wrap .codrops-icon-prev:before {
	content: "\e004";
}

.book_wrap .codrops-icon-archive:before {
	content: "\e002";
}

.book_wrap .codrops-icon-next:before {
	content: "\e000";
}

.book_wrap .codrops-icon-about:before {
	content: "\e003";
}

/* Demo Buttons Style */
.book_wrap .codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.book_wrap .codrops-demos a {
	display: inline-block;
	margin: 0.2em;
	padding: 0.45em 1em;
	background: #999;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
}

.book_wrap .codrops-demos a:hover,
.book_wrap .codrops-demos a.current-demo,
.book_wrap .codrops-demos a.current-demo:hover {
	opacity: 0.6;
}

.book_wrap .codrops-nav {
	text-align: center;
}

.book_wrap .codrops-nav a {
	display: inline-block;
	margin: 20px auto;
	padding: 0.3em;
}

/* Demo Styles */

.book_wrap .demo-1 body {
	color: #87968e;
	background: #fff2e3;
}

.book_wrap .demo-1 a {
	color: #72b890;
}

.book_wrap .demo-1 .codrops-demos a {
	background: #72b890;
	color: #fff;
}

.book_wrap .demo-2 body {
	color: #fff;
	background: #c05d8e;
}

.book_wrap .demo-2 a {
	color: #d38daf;
}

.book_wrap .demo-2 a:hover,
.book_wrap .demo-2 a:active {
	color: #fff;
}

.book_wrap .demo-2 .codrops-demos a {
	background: #883b61;
	color: #fff;
}

.book_wrap .demo-2 .codrops-top a:hover {
	background: rgba(255,255,255,0.3);
	color: #333;
}

.book_wrap .demo-3 body {
	color: #87968e;
	background: #fff2e3;
}

.book_wrap .demo-3 a {
	color: #ea5381;
}

.book_wrap .demo-3 .codrops-demos a {
	background: #ea5381;
	color: #fff;
}

.book_wrap .demo-4 body {
	color: #999;
	background: #fff2e3;
	overflow: hidden;
}

.book_wrap .demo-4 a {
	color: #1baede;
}

.book_wrap .demo-4 a:hover,
.book_wrap .demo-4 a:active {
	opacity: 0.6;
}

.book_wrap .demo-4 .codrops-demos a {
	background: #1baede;
	color: #fff;
}

.book_wrap .demo-5 body {
	background: #fffbd6;
}


@media screen and (max-width: 46.0625em) {
	.book_wrap .column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}

	.book_wrap .column p {
		text-align: left;
		font-size: 1.5em;
	}

	.book_wrap .column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.book_wrap .codrops-icon span {
		display: none;
	}

}