/* ~~~~~~~~~~ Global ~~~~~~~~~~ */
section {
	padding: 25px 0;
}

.btn.btn-primary {
	background-color: #ff0b0b!important;
	border-color: #ff0b0b!important;
}

.background-colored {
	background-color: #ff0b0b!important;
}

.link_click {
	text-decoration: underline;
	color: black;
}

.link_click:hover {
	text-decoration: none;
	color: #ff0b0b;
}

.icon_padding {
	padding-right: 5px;
}

.card {
	margin-bottom: 0;
}

.card .card-header {
	padding: 1em;
}

.card .card-body {
	padding: 1.25em;
}

/* ~~~~~~~~~~ Sections ~~~~~~~~~~ */
/* Logo */
#header .header-inner #logo a {
	margin-left: 0px;
}

/* Nav */
#header .header-inner {
	height: auto;
}

#header #nav-logo {
    height: 70px;
}

#header .header-inner #logo a span {
    color: #ff0b0b;
    font-weight: 500;
    text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000;
}

#mainMenu nav > ul > li > a {
	padding: 20px 10px;
	font-size: 18px;
}

#mainMenu nav > ul > li:hover > a {
	color: #ff0b0b;
	text-decoration: none;
}

#mainMenu nav > ul > li:hover > span {
	color: black;
}

#mainMenu nav > ul > li > a.link_click {
	padding-left: 0; 
}

/* Footer */
footer#footer {
	border-top: 3px solid #ff0b0b;
}

footer#footer .link_click:hover {
	text-decoration: none;
	color: #ff0b0b;
}

#footer .copyright-content {
	padding: 15px 0;
}

#footer h5 {
    font-weight: 400;
}

/* ~~~~~~~~~~ Individual Pages */
/* ~~~~~ Home Page ~~~~~ */
#slide-1-img {
	background-position-y: 25%;
}

#slide-1-container {
	max-width: 800px;
	margin-left: 400px;
	margin-bottom: 250px;
}

#slide-3-container {
	margin-bottom: 500px;
}

#slide-4-img {
	object-fit: contain;
}

#slide-5-img {
	background-position-y: 53%;
}

#slide-6-img,
#slide-7-img {
	background-position-y: center;
}

.flickity-button.previous, .flickity-button.next {
	top: 55%;
}

#featured-partners .flickity-page-dots {
	display: none;
}

#featured-partners .post-item img {
	height: 115px;
	object-fit: contain;
}

#featured-partners .post-item .post-slider {
	padding: 15px;
}

#featured-partners ul {
	height: 125px;
}

/* ~~~~~ About Page ~~~~~ */
#about-section #about-left-side {
	border-right: 2px solid #ff0b0b;
}

.carousel#about-carousel {
	height: 400px;
}

.team-members.team-members-shadow .team-member {
	padding: 30px 0;
	height: 400px;
}

.team-members .team-member .team-image {
	margin-bottom: 0;
}

.team-members .team-member .team-image > img {
	height: 100px;
	object-fit: contain;
}

#partner-4-img {
	width: 40%;
}

#about-section #about-right-side .flickity-page-dots {
    bottom: 0;
}


/* ~~~~~ Products Page ~~~~~ */
#all-products-section #product-page-manufacturing-logo {
	width: 100%;
}

/* Table */
.form-control, .table-bordered, .table-bordered th, .table-bordered td {
	border: 1px solid black;
}

#products-table tbody td {
	vertical-align: middle;
	font-size: 18px;
}

.product_img {
	width: 50%;
	margin: auto;
}

/* #products-table tr img {
	max-width: 200px;
}

#img-col {
	width: 50%!important;
} */

/* Products Portal */
#products-portal {
	padding: 0;
	background-color: rgba(148, 148, 148, 0.7);
	position: fixed;
	width: 50%;
	border: 3px solid black;
	margin: auto;
	top: 105px;
	right: 0;
	left: 0;
	z-index: 999;
	border-radius: 8px;
	display: none;
}

#products-portal #portal-contents .card-body {
	max-height: 76vh;
	overflow: auto;
	background-color: #999;
	padding-bottom: 0;
}

#portal-contents {
	width: 100%;
}

.product_var {
	width: 100%;
	margin-bottom: 25px;
}

#products-portal #portal-contents .card-body .product_var .card-body {
	max-height: 100%;
	background-color: white;
}

.product_var_img {
	margin-bottom: 15px;
	width: 100%;
}

#products-table .products_portal_btn {
	font-size: 2rem;
	margin-bottom: 25px;
}

.products_portal_btn:hover {
	cursor: pointer;
}

.modal_header {
	display: inline;
}

#download-btn {
	text-align: center;
	/* margin-top: 15px; */
}

/* ~~~~~ Contact Page ~~~~~ */
#contact-section .card .card-header {
	background-color: #ff0b0b;
}

#contact-section .card .card-header h3 {
	color: white;
}

address h5 {
	margin-bottom: 0;
	line-height: 1em;
}

#address-card .contact_num_email .link_click:hover {
	text-decoration: none;
	color: #ff0b0b;
}

#contact-btn {
	float: right;
}