#sp-main-body {
	padding: 0px;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}

#sp-header {
	background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
	backdrop-filter: blur(15px); /* The magic sauce */
	-webkit-backdrop-filter: blur(15px); /* Safari support */
}

.nav-contact {
	color: #ffffff;
	background-color: #156af0;
	padding: 8px 20px !important;
	border-radius: 3px;
	font-weight: 600;
}

.nav-contact:hover {
	color: #eceef3;
	background-color: #ffffff;
}

.nav-contact-position {
	top: 35%;
	right: 0;
	position: absolute;
}


