h2, h3, h4, h5 {
	font-family: Montserrat, sans-serif;
}

.section-title__wrap {
	background-color: rgba(0, 0, 0, 0.65);
}

.section-title__h2 {
	margin-bottom: 0;
	padding-bottom: 0.1em;
	color: rgba(255, 255, 255, 0.9);
	font-variant: small-caps;	
}
.anchor {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	margin-top: -5rem;
}

.septik-to-top {
	bottom: 8px;
	height: 49px;
	width: 50px;
	border: 2px solid #fff;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.65);
	border-radius: 50%;
	line-height: 44px;
	font-size: 48px;
	opacity: 0;
	transition-duration: 0.25s;
}

.septik-to-top.active {
	opacity: 1;
	transition-duration: 0.25s;
}

.septik-to-top > i {
		display: block;
}

.septik-to-top > i {
	line-height: 44px;
	font-size: 48px;
}