.text-title {
	font-weight: bold;
}

footer {
	position:fixed;
	bottom:0;
	width: 100%;
}

.centered {
	justify-content: center;
	align-content: center;
}

.sp-megamenu-parent > li > a {
	font-size: 17px;
}


.btn {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #e8e8e8;
}

.btn:hover {
	background-color: #404040;
	border-color: #404040;
	color: #e8e8e8;
}


.overlayed:hover .hov, .hov:hover {
	transition: all 0.3s ease 0s;
	filter: brightness(0.4) blur(3px);
}

.overlayed {
	display: block;
}

.overlay {
	position: absolute;
	inset: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.overlayed:hover .overlay {
	transition: all 0.3s ease 0s;
	opacity: 1;
}

.overlay-text {
  color: white;
  font-size: 50px;
  font-variant: all-small-caps;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.card-icon {
	background-color: inherit;
	border: 0;
}

.callforaction {
	font-size: 14px;
}

.button-callforaction {
	padding: 0; 
	border: 0; 
	margin: 0; 
	font-size: 14px;
}

#sp-position-9{
	align-content: center;
	display: flex;
	justify-content: center;
}

.article-header {
	margin-top: 25px;
}

.blog {
	padding-top: 25px;
}
