section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2em;
	padding: 3rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/728A22D46BA5B8D3F49BF9D39AEBB5F3.jpg) no-repeat center center;
}

/* .font-header-SourceSansPro .header .navbar-brand {
	display: none;
} */

section:not(.page-home) .title:after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

section:not(.page-home) .title h1 {
	position: relative;
	z-index: 2;
	color: #fff;
	-webkit-text-shadow: 2px 2px 8px #000;
	-moz-text-shadow: 0 2px 8px #000;
	text-shadow: 2px 2px 4px #000;
}

@media (min-width: 768px) {
	section:not(.page-home) .title h1 {
		font-size: 3rem;
	}
}

/* Hero === */

.cw-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	/* background: rgba(0, 0, 0, 0.4); */
	/* border-top: 10px double #f8f8f8; */
	border-bottom: 10px double white;
	background-repeat: no-repeat;
}

.cw-hero::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);

}

.cw-hero>.container {
	position: relative;
	z-index: 1;

}


.cw-hero h1 {
	/* font-size: 2.5rem; */
	text-shadow: 2px 2px 4px #333;
}

@media (min-width: 992px) {
	.cw-hero {
		min-height: 700px;
		display: flex;
		align-items: center;
		background: rgba(0, 0, 0, 0.4);
	}
}

.about-me {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/628F3535BF89B8068D90F2CB5E966E8C.jpg") no-repeat center center;
	background-size: cover;
	padding: 60px 0;
	color: #000;
}

.container-about {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.content-about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.image-headshot img {
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 10px;
}

.about-us-text {
	max-width: 600px;
	flex: 1;
	text-align: left;
}

.about-us-text h2 {
	color: #2b3d56;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.about-us-text h1 {
	font-size: 2em;
	color: #2b3d56;
	margin-top: 0;
}

.about-us-text p {
	line-height: 1.6;
	color: #222;
}

.social-icons {
	margin-top: 20px;
}

.social-icons a {
	text-decoration: none;
	color: white;
	background: #2b3d56;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	display: inline-block;
}

.social-icons i {
	font-size: 18px;
}

.btn-about {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #2b3d56;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

.btn-about:hover {
	background: #2b3d56;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.content-about {
		flex-direction: column;
		text-align: center;
	}

	.about-us-text {
		text-align: center;
	}

	.about-us-text h1 {
		font-size: 1.6em;
	}
}

/* We're Hiring Cards */

.cw-box {
	padding: 60px 0px;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C04F463C0AFA8EE4B03034309A418D82.jpg") no-repeat center center;
}

.cw-boxPart {
	background: rgba(103, 97, 85, 1);
	background: linear-gradient(325deg,
			rgba(103, 97, 85, 1) 0%,
			rgba(43, 61, 86, 1) 100%);
	padding: 60px 10px;
	margin: 30px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	color: #ffffff;
}

.cw-boxPart:hover {
	background: #000000;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText {
	margin: 20px 0px;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.footer-info-business {
	display: none !important;
}

.footer {
	padding-top: 1em !important;
}

.cw-c-footer {
	background-color: #2b3d56;
	padding-top: 1.5em;
}

.cw-c-footer .cw-c-footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cw-c-footer .cw-c-footer-social a {
	height: 30px;
	width: 30px;
	margin: 0.5em;
}

.cw-c-footer .cw-c-footer-social a svg {
	height: 30px;
	width: 30px;
	fill: #fff;
}

.cw-c-footer .cw-c-footer-social a:hover svg {
	fill: #676155;
}

.cw-c-footer h2 {
	text-align: center;
	color: #fff;
}

.cw-c-footer p {
	text-align: center;
	color: #fff;
}

.cw-c-footer .btn {
	display: block;
	margin: 1.5em auto;
	border: 1px solid #fff;
	font-size: 120%;
}

/*-------------------------------------------------------------*/
.page-contact-us .businessinfo {
	padding-top: 2em !important;
}

/* .page-contact-us .businessinfo .contact-address {
	display: none;
} */

.cw-conact-page-addresses {}

.cw-conact-page-addresses h3 {
	text-align: center;
	color: #000;
	font-size: 140%;
}

.cw-conact-page-addresses hr {
	margin: 0.5em auto;
	display: block;
	width: 50%;
}

.cw-conact-page-addresses p {
	text-align: center;
	color: #000;
	font-size: 130%;
}