/*  Write your custom CSS in this file */
html{
	box-shadow:none;
}
body{
	color:#ccc;
}
.intro-content h3{
	color:#333;
}
.book{
	box-shadow: 6px 3px 25px #000;
}
.cover::before{
	background:#fff;
}
.intro-content{
	color: #000000;
}
.intro-content h3{
	font-style:normal;
}
.intro-content p{
	color: #000000;
}
#page-corner{
	opacity:.6;
}
.btn {
	border:1px solid #000000;
	color:#000;
}
.btn:hover,
.btn:active,
.btn:active:focus {
	color: #000;
}
#book-1{
	border-color:#D6CCB0;
	opacity:.2;
}
#aline{
	background:#333;
}
.btn:after {
	background:#888;
}
.effect-moveleft #top-wrapper::after{
	background: rgba(0,0,0,0.2);
}
#menu-wrapper{
	color:#222;
}
#close-button{
	color:#333;
}
.outer-nav a{
	color:#222;
}