/*
Theme Name: ROBERT R. FAUCHEUX, JR.
Template: shooting-star-parent
Version: 1.0.0
*/
.banner-1:before, #interior-banner:before {
	background: -moz-linear-gradient(top, rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.dropdown-menu {
	background: #000;
}
.leftimg {
	position: relative;
}
.leftimg img {
	min-width: 100%;
	min-height: 320px;
	object-fit: cover;
}

.leftcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	border: solid 3px #fff;
	padding: 5px 20px;
	min-width: 270px;
}
.leftcon p {
	font-size: 25px;
}
span.quad-title h2 {
	text-align: center;
	max-width: 160px;
}
.servicedetail {
	padding: 30px 100px;
	background: #eee;
}
.servicedetail:nth-child(even) .service-detail-inner .service-detail-content {
	order: 2;
}
.header-inner a:hover {
	color: var(--color-3) !important;
}
.dropdown-menu>li>a:hover {
	color: #000 !important;
}
footer {
	background: var(--color-2);
}
.contact-info-inner a {
	color: var(--color-2) !important;
}
.contact-info-inner a:hover {
	color: var(--color-1) !important;
}
span.feature-icon {
	color: var(--color-2) !important;
}
#main a {
	color: var(--color-2) !important;
}
#main a:hover {
	color: var(--color-1) !important;
}
.gold-h {
	text-align: center;
	color: var(--color-2);
}
.flexcenter {
	display: flex;
	justify-content: center;
}
.quad-title:hover::before {
	background: var(--color-2);
	opacity: 0.8;
}
.imgpull {
	max-width: 600px;
}
@media screen and (max-width: 1199px) {
	#header {
		background-color: #000;
	}
}
@media screen and (max-width:991px) {
	.servicedetail:nth-child(even) .service-detail-inner .service-detail-content {
		order: unset;
	}
	.servicedetail {
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.text {
		display: inline-block;
	}
}
