/*  Write your custom CSS in this file */
html{
	box-shadow:none;
}
body{
	color:#ccc;
}
.intro-content h3{
	color:#333;
}
.book{
	box-shadow: 3px 1px 13px #ccc;
}
.cover::before{
	background:#fff;
}
.intro-content{
	color: #5f3025;
}
.intro-content h3{
	font-style:normal;
}
.intro-content p{
	color: #2d5a9e;
}
#page-corner{
	opacity:.6;
}
.btn {
	border:1px solid #333;
	color:#333;
}
.btn:hover,
.btn:active,
.btn:active:focus {
	color: #fff;
}
#book-1{
	border-color:#CCC;
}
#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;
}