/*
|--------------------------------------------------------------------------
| Custom for client
|--------------------------------------------------------------------------
|
*/

/*
|--------------------------------------------------------------------------
| Google fonts
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Core files
|--------------------------------------------------------------------------
*/
@import 'topbar.css';
@import 'carousel.css';
@import 'breadcrumb.css';
@import 'button.css';
@import 'text-and-background.css';
/*@import 'form.css';*/
@import 'footer.css';



/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
a:hover,
a:active,
a:focus,
a.text-dark:hover,
a.text-dark:active,
a.text-dark:focus,
a figcaption:hover,
a figcaption:active,
a figcaption:focus {
	color: #e55d82 !important;
	text-decoration: none;
}
a i:not(.fab):hover,
a i:not(.fab):active,
a i:not(.fab):focus {
	color: #e55d82 !important;
	text-decoration: underline;
}
.nav-pills .nav-link {
	color: #e55d82 !important;
	border-radius: 0;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:active,
.nav-pills .nav-link:focus {
	/*color: #fff !important;*/
	background-color: #fcdfe8 !important;
}
.nav-pills .nav-link.active {
	color: #fff !important;
	background-color: #e55d82 !important;
}


/*
|--------------------------------------------------------------------------
| Page header
|--------------------------------------------------------------------------
*/
.sub-page-header {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #e45d82;
}
.border-bottom-thick {
	border-bottom: 3px solid #333;
}



/*
|--------------------------------------------------------------------------
| My bookshelf
|--------------------------------------------------------------------------
*/
.nav-tabs .nav-link {
	border: 0;
	color: #999;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 3px solid #e45d82;
	color: #e45d82;
}