body{
	height: 100vh;
	background-size: cover;
	overflow-y: hidden;
	background-image: url('../img/books_rsz.jpg');
	background-repeat: no-repeat;
}
.landing{

	width: 100%;
	height: 94vh;
	background-color: rgba(0,0,0,0.8);
}
.navbar{
	height: 6vh !important;
}
.jumbotron{
	background: none !important;
}
.bg-black{
	background-color: #000 !important; 
}

.text-dedede{
	color:#dedede;
}
.my-btn{
	border-radius: 50px;
	font-weight: 500;
	line-height: 24px;
	height: 40px;
	padding: 6px 25px;
	text-transform: uppercase;
}
.bg-gradient{
    background: linear-gradient(87deg, #f34c3b 0%, #f13f4f 47%, #e13259 78%, #dc2f5b 100%);
	
}

@media (max-width: 575.98px) { .cnt-text{padding-top:50px;} body{background-image: url('../img/books_rsz.jpg');}}

@media (min-width: 576px) and (max-width: 767.98px) { .cnt-text{padding-top:50px;}}

@media (min-width: 768px) and (max-width: 991.98px){ .cnt-text{padding-top:100px;}}

@media (min-width: 992px) and (max-width: 1199.98px){ .cnt-text{padding-top:200px;}}

@media (min-width: 1200px) { .cnt-text{padding-top:250px;} body{background: url('../img/books.jpg') !important; }}