.overlap {
	position: absolute;
	top: 28vh;
	left: 40vw;
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 3px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	background: rgba(52, 58, 64, 0.5);
	line-height: 45px;
	z-index: 1;
}

.scroll-to-top:focus, .scroll-to-top:hover {
	color: white;
}

.scroll-to-top:hover {
	background: #343a40;
}

.scroll-to-top i {
	font-weight: 800;
}

header.masthead {
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	background: #333436;
}

@media ( min-width :768px) {
	header.masthead .title {
		font-size: 5rem;
	}
	header.masthead .subtitle {
		font-size: 1.6rem;
	}
}

@media ( min-width :992px) {
	header.masthead {
		padding-top: 0;
		padding-bottom: 0
	}
	header.masthead .title {
		font-size: 6rem;
	}
	header.masthead .subtitle {
		font-size: 2rem;
	}
}

@media ( min-width :1200px) {
	header.masthead .title {
		font-size: 6rem;
	}
	header.masthead .subtitle {
		font-size: 2rem;
	}
}

.fdb-box {
	box-shadow: rgba(0, 0, 0, 0.34) 4px 7px 20px -1px;
}