.site-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color: black !important;
}
.site-navbar a {
	color: #000000 !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
	color: #000000 !important;
}
.site-navbar .site-navigation .site-menu > li.active > a {
	color: #2d71a1 !important;
}
.blog-header {
	margin-bottom: 12px;
}
.blog-header img {
	max-width: 100%;
	min-width: 100%;
}
.blog-header h4 {
	font-weight: bold;
	font-family: initial;
}
.img-logo {
	width: 6rem;
}