/* ~~~~~~~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~~~~~~~ */
.link_click:hover {
    color: #718ac4;
}

.jumbotron.jumbotron-fluid {
	padding: 75px;
	margin-bottom: 0;
}

.jumbotron .overlay-bg {
	background-color: rgba(0,0,0,0.7);
	height: 250px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}

.jumbotron h1 {
	font-weight: 500;
	padding: 50px 0;
	margin-bottom: 0;
}

.btn.btn-primary {
	background-color: #222;
	border-color: #222;
}

.btn.btn-primary:hover {
	background-color: #777;
	border-color: #777;
}

.card .card-header {
	background-color: #222;
	border-color: #222;
	color: white;
}

.dark_hr {
    border-top: 3px solid #222;
    opacity: 1;
}

/* Nav Bar */
#header .navbar .navbar-brand img {
	width: 500px;
}

#header .navbar .nav-link {
	color: #222;
	font-size: 20px;
}

#header .navbar .nav-link:hover {
	color: #718ac4;
}

/* CTA */
.cta_section {
	background-color: #222;
	color: white;
}

.cta_section h5 {
	margin-bottom: 0;
}

.cta_section .link_click {
	color: white;
}

.cta_section .link_click:hover {
	color: #718ac4;
}

/* Footer */
footer p {
	display: inline;
}

/* Footer */
footer h5 {
	margin-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~ Home Page ~~~~~~~~~~~~~~~~~~~~ */
/* Home Carousel */
.slider-container {
    width: 100%;
    height: 650px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.slider-container .overlay-bg {
	background-color: rgba(0,0,0,0.7);
	height: 650px;
	position: absolute;
	left: 0;
	right: 0;
}

.slider-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide.active {
	opacity: 1;
}

.slide .banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1.title-banner-left{
	position:absolute;
	font-size:72px;
	z-index:2;
	top:150px;
	left: 10%;
	color:white;
	font-weight:700;
	text-align:left;
	width: 75%;
	text-transform:uppercase;
}

h1.title-banner-right{
	position:absolute;
	font-size:72px;
	z-index:2;
	top:150px;
	right:5%;
	color:white;
	font-weight:700;
	text-align:left;
	width: 43%;
	text-transform:uppercase;
}

.title-headline-right{
	position:absolute;
	font-size:36px;
	z-index:2;
	bottom: 50px;
	right:5%;
	color:white;
	font-weight:700;
	text-align:center;
	width: 30%;
}

.title-headline-left{
	position:absolute;
	font-size:36px;
	z-index:2;
	top:50px;
	left:5%;
	color:white;
	font-weight:700;
	text-align:center;
	width:40%;
}

/* Text Section */
#sets-us-apart-section {
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
}

#sets-us-apart-section .container {
	max-width: 100%!important;
	padding: 0;
}

#sets-us-apart-section .col-md-4 {
	color: white;
	padding: 10px 30px;
}

#sets-us-apart-section i {
	font-size: 90px;
	border-radius: 50%;
	padding: 25px;
	padding-left: 0;
	margin-bottom: 10px;
	color: white;
}

#sets-us-apart-section #home-heat-col,
#sets-us-apart-section #home-fire-icon {
	background-color: #cc4a00;
}

#sets-us-apart-section #home-recycle-col,
#sets-us-apart-section #home-recycle-icon {
	background-color: #006205;
}

#sets-us-apart-section #home-transportation-col,
#sets-us-apart-section #home-truck-icon {
	background-color: #2d3679;
}

#count-on-section h2 {
	margin-bottom: 1rem;
}

#count-on-section a {
	margin-top: 15px;
}

/* Home Form */
#home-form-section {
	background-image: url("../../assets/images/pallet-blur.jpg");
}



/* ~~~~~~~~~~~~~~~~~~~~ Services Page ~~~~~~~~~~~~~~~~~~~~ */
#services-bg-section {
	background-image: url("../../assets/images/pallet-outdoor-stacks.jpg");
	margin-bottom: 0;
}

#services-text-section img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#services-text-section #ISPM-card,
#services-text-section #recycling-card,
#services-text-section #transportation-card {
	border: none;
}

#services-text-section #ISPM-card .card-body,
#services-text-section #recycling-card .card-body,
#services-text-section #transportation-card .card-body {
	padding: 1rem 0;
}

#services-text-section #recycling-col {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#services-text-section #ISPM-card img {
	object-position: 50% 10%;
}

#services-text-section #transportation-card img {
	object-position: 50% 35%;
}



/* ~~~~~~~~~~~~~~~~~~~~ Products Page ~~~~~~~~~~~~~~~~~~~~ */
#products-bg-section {
	background-image: url("../../assets/images/pallet-and-lumber-stacks.jpg");
	margin-bottom: 0;
}

#products-text-section .card {
	border: 3px solid #222;
}

#products-text-section .card-img-top {
	max-height: 400px;
	object-fit: cover;
}

#products-text-section .card-body {
	background-color: #222;
}

#products-text-section .card-body .link_click {
	color: white;
	text-decoration: none;
}

#products-text-section .card-body .link_click:hover {
	color: #718ac4;
	text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~ About Page ~~~~~~~~~~~~~~~~~~~~ */
#about-bg-section {
	background-image: url("../../assets/images/lumber-stacks.jpg");
	background-position-y: 50%;
}

#about-section #about-imgs img {
	height: 285px;
	object-fit: cover;
}

/* ~~~~~~~~~~~~~~~~~~~~ Contact Page ~~~~~~~~~~~~~~~~~~~~ */
#contact-bg-section {
	background-image: url("../../assets/images/pallet-warehouse-stacks.jpg");
	background-position-y: 50%;
}

#contact-us-section h5 {
	font-size: 1rem;
}