﻿/* alcsolutionscenter.com (C) Copyright 2025 alcsolutionscenter.com. */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "DIN Next W01 Condensed", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	/* background: url("../images/.jpg") no-repeat transparent;
	background-size: cover; */
	height: 100%;
}


/* =========================================
Layout/Miscellaneous
-------------------------------------------- */
.hero_main {
	clear: both;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 25px;
	background-color: #000;
	font-size: 30px;
	color: #fff;
}

.hero_main h1{
	font-size: 36px;
	color: #fff;
}
 
.sub-header {
	clear: both;
	width: 100%;
	min-height: 150px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 25px;
	background-color: #000;
	color: #fff;
}

.page_heading {
	font-family: verdana;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
}


.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 5px;
}

.jumbo_special {
	clear: both;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 22px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #103b68;
	color: yellow;
}

.jumbo_special  h1 {
	font-size: 34px;
	padding-right: 10px;
	margin-top: -10px;
	margin-bottom: 14px;
}

}

.btn_shop_now {
	background-color: #0baa0b;
	border: 1px solid transparent;
}

.btn_shop_now:hover {
	background-color: #00aa2f; /* green */
}

.products_grid {
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.panel, .panel-heading {
	border-radius: 2px;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 5px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumbnail_large {
	display: block;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	line-height: 1.42857143;
}

.thumbnail_small {
	display: block;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	line-height: 1.42857143;
}

.privacy_policy  {
	padding-top: 20px;
}

.legal_terms  {
	padding-top: 20px;
}

	
/* =========================================
Navbar
-------------------------------------------- */
.navbar {
	position: relative;
	min-height: 60px;
	padding-top: 4px;
}

.navbar_main {
	background-color: #00aa00; /* Nice Green*/
	border-radius: 0px;
	margin-bottom: 0px;
	margin: auto;
	border-radius: 0px;
	border: transparent;
	border-bottom: 2px solid white;
}

.navbar_main .navbar-brand {
	color: #fff;
}

.navbar_main .navbar-brand:hover,
.navbar_main .navbar-brand:focus {
	color: #fff; 
	background-color: transparent;
}

.navbar-brand {
	font-size: 16px;
}

.navbar_main .navbar-nav > li > a {
	color: #ffff00; /* yellowish */
}

.navbar_main .navbar-nav > li > a:hover,
.navbar_main .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar_main .navbar-nav > .active > a,
.navbar_main .navbar-nav > .active > a:hover,
.navbar_main .navbar-nav > .active > a:focus {
	color: #ffff00; /* yellowish */
	background-color: transparent;
}

	
/* =========================================
Contact Form
-------------------------------------------- */	
.contact_form_wrap  {  
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 22px;
	background-color: #e8e6d9; /* light gray */
	border-radius: 3px;
}

.contact_form_wrap h4 { 
	text-align: Left;
	text-decoration: none;
	font-size: 20px;
	margin-top: 15px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.input_label  { 
	margin-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.input_fields, textarea  { 
	padding: 3px;
	border: 1px solid #3b5998;
	border-radius: 3px;
	width: 250px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: block;
}

textarea {
	width: 250px;
	height: 100px;
	max-width: 400px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
}

.textarea_label {
	margin-left: 8px;
}

.contact_form_button {
	margin-left: 8px;
	margin-bottom: 20px;
	background-color: #e8a02e;
}


/* =========================================
Footer
-------------------------------------------- */
.footer_wrap {
	background-color: #4a494a;
	color: #fff;
	text-transform: none;
	margin: auto;
	height:100px;
	width: 100%;
}

.footer_nav ul { 
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 18px 0px 0px 0px; 
	display: inline;
	list-style: none;
}
	
.footer_nav ul li {
	width: auto;
	line-height: 20px;
	display: inline;
}
	
.footer_nav ul > li > a {
	color: #fff;
	font-size: 12px;
	margin: 0;
	display: inline;
	line-height: 20px;
	padding-right: 15px; 
	overflow: hidden;
}
	
.footer_nav ul > li > a:hover {
	color: #e8a04e; /* orange */
	text-decoration: none;
}

.footer_divider {
	clear: both;
	border-top: 1px solid #e8e6d9; /* silverish @media (max-width: 320px) */
	width: 100%;
}

.copyright {
	clear: both;
	float: left;
	margin: auto;
	padding: 10px 0px 0px 0px;
	color: #eee;
	font-size: 12px;
}


/* =========================================
Media Queries
-------------------------------------------- */
/* -- NAVIGATION MOBILE -- */
@media (min-width: 300px) and (max-width: 768px) {
	.hero_main h1 {
		font-size: 30px;
		margin-top: 6px;
	}

	.sub-header h1 {
		font-size: 26px;
	}

	.jumbo_special h1 {
		font-size: 30px;
		margin-top: 6px;
	}

/* Navbar Toggle Controls */
	.navbar_main .navbar-toggle { 
		border-color: #e8e6d9; /* Toggle icon border color */
	}

	.navbar_main .navbar-inverse .navbar-toggle .icon-bar  {
		background-color: transparent;
	}

	.navbar_main .navbar-toggle:hover,
	.navbar-main .navbar-toggle:focus  {
		background-color: transparent;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color: transparent; /* Toggle icon bg color */
	}

	.navbar_main .navbar-nav > .open > a,
	.navbar_main .navbar-nav > .open > a:hover,
	.navbar_main .navbar-nav > .open > a:focus  {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form  {
		border-color: white; /* Lower line color */
	}

	.contact_form_button {
		margin-bottom: 8px;
	}

	.btn_cdbaby {
		margin-top: -12px;
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) { /* to fix nabvar toggle issue */
	.optional_link1 {
		display: none !important;
	}

	.optional_link2 {
		display: none !important;
	}
}

@media (max-width: 350px) {
	.footer_nav ul > li > a {
		font-size: 0.78em;
		padding-right: 12px;
	}

	.copyright {
		font-size: 0.78em; 
	}
}

@media (min-width: 320px) {
	.footer_divider {
		border-top: 1px solid #5d5a5c; /* grayish */
	}
}
