/*-----------------*/
/*DEFAULT AND PHONE*/
/*-----------------*/
/*global*/
html {
  scroll-behavior: smooth;
}

#filter {
	background-color: rgba(127,127,127,0.37);
}

.chapbook-wrap {
	background-color: rgba(121,163,120,0.8);
	padding-bottom: 20px;
}

/*text and chapbook main*/
.title-chap {
	text-align: center;
	font-family: 'Alegreya SC';
	letter-spacing: 35px;
	font-size: 1.5em;
	color: #C7B299;
}

.chapter {
	border-style: solid;
	border-width: 1px;
	border-color: #603813;
	background-color: transparent;
	text-align: justify;
	position: relative;
	margin: 75px auto 25px auto;
}

.chapter-over {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #C7B299;
}

.chapter-under {
	padding: 12px;
}

.cover-title-chap {
	border-style: solid;
	border-width: 1px;
	border-color: #603813;
	text-align: center;
	letter-spacing: 10px;
	line-height: 28px;
	padding: 10px;
	width: 80%;
	margin: 200px auto 0 auto;
	font-family: 'Alegreya SC';
	font-size: 1.3em;
}

.main-chap {
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
}

/*footer area*/
.navigation-chap {
	text-align: center;
	margin-bottom: 25px;
	font-family: 'Alegreya SC';
	letter-spacing: 1px;
}

.navigation-chap {
	font-weight: bold;	
}


.navigation-chap:hover {
	color: #C7B299;
}

.navigation-chap a {
	font-weight: bold;	
}


.navigation-chap a:hover {
	color: #C7B299;
}

.navigation-chap:last-of-type {
	margin-bottom: 100px;
}

.page-footer {
	text-align: center;
	padding-left: 45px;
}

/*------*/
/*TABLET*/
/*------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

}


/*-------*/
/*DESKTOP*/
/*-------*/
@media only screen and (min-width: 992px) {
	
}