.text-justify {
	text-align: justify;
}

.text-uppercase {
	text-transform: uppercase;
}

.arialblack {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 1000;
}

.bg {
	background-image: url("/images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.nav-bg {
	background-color: #d90429;
}

.offCanvas-bg,
.contact-bg {
	background-color: #2b2d42;
}

.parallax {
	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1;
}

::-webkit-scrollbar {
	width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
	background: #edf2f4;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #8d99ae;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #2b2d42;
}

.feature-icon {
	width: 4rem;
	height: 4rem;
	border-radius: 0.75rem;
}

.footer {
	background-color: #edf2f4;
	color: #2b2d42;
}

.footer-title {
	text-shadow: 1px 1px 2px #959595;
}

img,
canvas {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
}