.books-categories-container a {
    font-weight: 600;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-decoration: none;
    color: #888888;
	padding-right:30px;
}
.books-categories-container .nav-link{

}

.books-categories-container a:hover {
    color: #000000;
}

.books-container {
    margin-bottom: 14px;
}
.books-categories-container .single-books-container{
	margin-bottom:15px;
}
.books-categories-container .single-books-container a {
    font-weight: 400;
    font-size: 18px;
	 line-height: 28px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    color: #0F8029;
}

.books-categories-container .single-books-container a:hover {
    color: green;
}

.single-books-year-container {
	line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    color: #BABABA;
}

.books-categories-container a.project-collapse-title {
	font-weight: 600;
    font-size: 16px;
	line-height: 20px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    color: #BABABA;
	border-bottom:1px solid #BABABA;
	width: 100%;
    display: inline-block;
	margin-bottom: 30px;
}

.books-categories-container a.project-collapse-title:after {
    font-family: 'FontAwesome';
    content: "\f0d8";
    margin-left: 5px;
    margin-top: 2px;
	float: right;
}

.books-categories-container a.project-collapse-title.collapsed:after {
    content: "\f0d7";
}

.books-categories-container .single-books-container .single-books-title-container a{
    font-weight: 600;
    font-size: 20px;
	line-height: 28px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
}



