html {
	scroll-behavior: smooth;
}

.blog-glass-img {
	/* height: 300px; */
}

.blog-glass-imgg img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.blog-glass-img img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

.editorial-read-more-btn {
	display: flex;
	justify-content: flex-start;
	padding: 10px;
}

.editorial-read-more-btn a {
	/* width: 100%; */
	text-align: left;
	background: #ffff00da;
	/* width: 50%; */
	padding: 10px;
	text-transform: capitalize;
	/* border-radius: 0; */
}

.editorial-read-more-btn a:hover {
	color: #ffffff;
}

.navbar .navbar-brand {
	height: auto;
	width: 300px;
}

.navbar .navbar-brand,
footer .navbar-brand-footer {
	background-color: #0b312a;
	padding: 15px 20px;
	border-radius: 4px;
}

.award .awardrow .col-sm-8 .category .col-sm-6 {
	height: 210px;
}

.award .awardrow .col-sm-8 p {
	font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
	.headerImg img {
		width: 90%;
		/* height: auto; */
		object-fit: contain;
		margin-top: 10px;
	}

	.jumbotron {
		height: auto;
	}
}