@charset "utf-8";
/* CSS Document for www.sparkmfg.com */
/* Copyright 2016 Spark Manufacturing. All rights reserved. */

/*
light grey: ebebeb
dark grey: 252525
spark: #ff3a27
lidjet: #00a0dc
fonts: Arial, Helvetica, sans-serif; "Arial Black", Gadget, sans-serif;
*/


body {
}
.wrapper {padding: 100px 0px 30px 0px; width: 100%;}
a {color: #ff3a27;}
a:hover {text-decoration: none;}
#header {height: 70px; padding-top: 10px; padding-bottom: 10px;}
#logo {text-align: left;}
#menu {text-align: right;}
#menu a {
	display: inline-block;
	text-align:center;
	height: 50px; 
	padding: 13px;
	font-size: 18px;
	font-weight: 500;
}
#splash .jumbotron {
	padding-right: 30%;
	background-image: url("../images/renders/custom-touch-free-lid-dispenser-500.png");
	background-size: 30% auto;
	background-position: right center;
	background-repeat: no-repeat;
}
#menu a:hover {background: #ebebeb;}
#splash {margin-top: 70px;}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
#sparkCarousel .carousel-inner .item img {margin: auto;}
#about-spark {
	text-align: center;
}
#about-spark .col-md-3 { padding: 20px; }
#about-spark .col-md-3 img {
	width: 60%;
}
#contact-spark label {margin-left: 14px;}
#contact-spark .form-group {padding: auto 10px;}
#contact-spark {background-color: #ebebeb ;}
.contact-info {font-size: 18px; padding-top: 12px;}
.contact-info span {margin-right: 12px;}
h3 {font-weight: 700; font-size: 20px;}
.h4 {font-size: 16px; font-weight: bold; text-transform: uppercase; color:#ff3a27;}
.h1 {text-transform: uppercase; font-weight: 700; font-size: 20px;}
.h2 {font-weight: 500; font-size: 22px;}
#footer{background-color: #252525;}
.ctr {text-align: center;}
#sub-footer a {color: #252525; display: inline-block; padding: 15px 10px 15px 10px; font-weight: bold;}
#sub-footer a:hover {color: #ebebeb;}
#footer-menu span {margin-right: 8px;}
#sub-footer {
	background-color: #ff3a27; 
	color: #252525;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#copyright {
	background-image:url(../images/United-States.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 42px;
	text-align: left;
}
#copytext {
	display: inline-block;
	margin: 15px 0px 0px 37px;
}


/* ----------------------------------MOBILE------------------------------ */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}
@media screen and (min-width: 768px) and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
#footer img {margin-bottom: 15px;}
}