.hidden-element {
	display: none;
}

.btn-playstore {
	height: 70px;
}

.manga-cover {
	height: 200px;
	width: auto;
}

.manga-container {
	overflow-x: hidden;
	margin-bottom: 10px;
}

.img-feature {
	height: auto;
	width: 75%;
	margin: 20px 0px 20px 0px;
}

.img-feature-side {
	width: 100%;
	height: auto;
}

.row-bottom-margin {
	margin-bottom: 30px;
}

.manga-sinopsys {
	height: 55px;
	overflow-y: hidden;
}

.manga-title {
	height: 20px;
	overflow-y: hidden;
}

.btn-read-now {
	margin: 5px 0px 5px 0px;
}

.img-logo {
	width: 200px;
	margin: 30px 0px 30px 0px;
}

.manga-genre {
	margin: 20px 0px 20px 0px;
	height: 20px;
	overflow-y: hidden;
}

.blog__details__pic img {
	width:200px;
}

.modal-dialog, .modal-content {
	background-color: #0F1115;
}

.modal-content input {
	font-size: 14pt;
	background-color: #242424;
	width: 100%;
	padding: 10px;
}

/*----------------------------------------*/
/*                                        */
/*   OVERRIDING                           */
/*                                        */
/*----------------------------------------*/

.chapter-list h3, 
.chapter-list div
{
	color: #F5F7FA;
}

body.landing-page {
	background-color: #0F1115;
	color: #F5F7FA;
}

.landing-page section p {
	color: #F5F7FA;
}

.landing-page span.navy {
	color: #AAB0BC;
}

.landing-page a.navy-link {
	color: #AAB0BC;
}

.landing-page .btn-primary {
	background-color: #8B5CF6;
	border-color: #8B5CF6;
	color: #0F1115;
}
.landing-page .btn-primary:hover {
	background-color: #D946EF;
	border-color: #D946EF;
}

.landing-page .navy-line {
	border-bottom: 2px solid #8B5CF6;
}

.landing-page .social-icon a {
	background: #8B5CF6;
}
.landing-page .social-icon a:hover {
	background: #952502;
}

.landing-page .features small {
	color: #8B5CF6;
}
.text-navy {
	color: #AAB0BC;
}

.landing-page .footer-section {
	background: #333333;
	margin-top: 60px;
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
	border-top: 6px solid #8B5CF6;
}

.landing-page .navbar-default .navbar-brand {
	background: #FDF3EB;
}

.landing-page .navbar-default.navbar-scroll {
	background-color: #232323;
	color: #0F1115;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {	/*nav title color when scrolled down*/
	color: #AAB0BC;
}

.landing-page .navbar-default .nav li a:hover {
	color: #AAB0BC;
}

.landing-page .header-back.one {
	/* background: url('https://ik.imagekit.io/northwind/Mangalatte/headers-002.webp') 50% 0 no-repeat; */
	background: url('../img/landing/headers/headers-002.webp') 50% 0 no-repeat;
}

.landing-page .header-back.two {
	/* background: url('https://ik.imagekit.io/northwind/Mangalatte/headers-001.webp') 50% 0 no-repeat; */
	background: url('../img/landing/headers/headers-001.webp') 50% 0 no-repeat;
}

.landing-page .header-back.three {
	/* background: url('https://ik.imagekit.io/northwind/Mangalatte/headers-003.webp') 50% 0 no-repeat; */
	background: url('../img/landing/headers/headers-003.webp') 50% 0 no-repeat;
}

.landing-page .navbar-default .navbar-brand:hover {
	/* background: #D946EF; */
  	color: #fff;
}

.carousel-caption  {
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 10px;
}

.content-features{
	text-align: justify;
}