/*==================================
	VARIABLES
===================================*/
/*==================================
	MIXINS
===================================*/
/*==================================
	TYPOGRAPHY
===================================*/
/*==================================
	NAVBAR STYLES
===================================*/
/*==================================
	LAYOUT
===================================*/
html {
  background-color: rgba(127, 126, 126, 0.9);
}
ul {
  text-align: left;
  margin-left: 30px;
}
.flex {
  display: flex;
}
.content-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.inactive {
  display: none;
}
.page-header {
  height: 5rem;
  position: relative;
}
.page-header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .page-header h1 {
    font-size: 1.7rem;
  }
}
#PageBody {
  margin: 0;
}
#YouAreHere {
  display: none;
}
.btn-primary {
  background-color: #337ab7;
}
/*==================================
	NAVBAR
===================================*/
.bg-dark {
  height: 100px;
  background-color: black !important;
}
@media screen and (max-width: 992px) {
  .bg-dark {
    height: auto;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link :hover {
  color: gray;
}
.navbar-collapse {
  z-index: 99;
}
.navbar-brand img {
  height: 98px;
}
.navbar-toggler {
  border: 1px solid #333;
}
/*==================================
	HOMEPAGE
===================================*/
/*#homepage-carousel {
  width: 100%;
  margin: 0;
  height: 475px;
  .carousel-inner {
    height: 475px;
  }
  @media screen and (max-width: 1050px) {
    height: 440px;
  }
  @media screen and (max-width: 950px) {
    height: 420px;
  }
  @media screen and (max-width: 860px) {
    height: 400px;
  }
  @media screen and (max-width: 620px) {
    height: 300px;
  }
  @media screen and (max-width: 560px) {
    height: 275px;
  }
  @media screen and (max-width: 500px) {
    height: 175px;
  }
}
@media screen and (max-width: 860px) {
  .carousel-indicators {
    display: none;
  }
}
.carousel-item {
  img {
    // height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-40%);
  }
}*/
.jumbotron {
  height: 500px;
  background: url('/images/site/home-slide-2.jpg') no-repeat 50% 30%;
}
.textContent {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}
.textContent h1 a {
  text-decoration: none;
}
.textContent h1 a :hover {
  color: gray;
  text-decoration: none;
}
.offer-head {
  margin: 20px;
}
.index-overlay {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 50px;
  left: 50px;
  width: 70%;
  color: white;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 580px) {
  .index-overlay {
    display: none;
  }
}
.index-overlay a {
  color: white;
  text-decoration: none;
}
.index-overlay a :hover {
  color: gray;
}
/*==================================
	CONTACT PAGE SPECIFIC
===================================*/
iframe {
  width: 100%;
}
.contact-container {
  margin: 20px 0;
}
@media screen and (max-width: 950px) {
  .contact-form {
    margin-top: 30px;
  }
}
/*==================================
	ABOUT PAGE SPECIFIC
===================================*/
.our-staff h4 {
  margin-top: 0.5em;
  text-align: center;
}
.about-overlay {
  display: none;
}
.realtive-box {
  width: 100%;
}
.absolutely img {
  width: 100%;
  height: auto;
}
/*==================================
  CART SPECIFIC
===================================*/
table.cart .cart-contents .product {
  text-align: left;
}
table.cart .cart-contents .product p {
  margin: 0;
}
table.cart .cart-contents .product .attribute {
  font-size: .9em;
  font-style: italic;
}
.table-totals td:first-child {
  text-align: right;
}
/*==================================
	FOOTER
===================================*/
#footer {
  background-color: black;
  color: white;
  padding: 10px;
}
#footer a {
  color: white;
}
#footer a :hover {
  color: #337ab7;
}
.definition {
  padding: 1rem 0;
  font-size: .9rem;
  color: gainsboro;
  background: dimgray;
}
.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/images/site/hero-placeholder.png");
  position: relative;
  overflow: visible;
  padding: 3rem;
  background-color: transparent;
  clear: both;
}
.parallax h1 {
  font-size: 350%;
  text-align: center;
  color: white;
  text-shadow: 0 0 15px #888888;
}
.parallax p {
  text-align: center;
}
#parallax-footer {
  padding: 2rem 0;
  background-color: #778899;
  color: #fff;
}
#parallax-footer p {
  padding: 0;
  margin: 0;
}
.testimonials .what-they-said:before {
  content: open-quote;
  display: inline-block;
  width: 2rem;
  font-size: 4rem;
  vertical-align: text-bottom;
}
.testimonials .what-they-said:after {
  content: close-quote;
  display: block;
  font-size: 4rem;
  text-align: right;
}
footer#footer-distributed {
  background: #353b42;
  color: white;
}
.footer-start-top {
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 500px) {
  .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-start-top > div {
  flex: 1 1 20%;
}
.contact-info li {
  margin-bottom: 1.5rem;
  display: flex;
}
.contact-info .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em;
}
.contact-info .contact-info-copy a {
  transition: all 0.2s ease-out;
}
#siteMapAndLogo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#siteMapAndLogo h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid white;
}
#footer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#footer-links a {
  padding: 6px 15px;
  margin: 0 5px;
  border-radius: 12px;
  display: block;
  color: white;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
iframe#footer-company-location {
  width: 100%;
  height: 100%;
  padding: 0;
}
#footer-site-information {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#lightbox {
  display: none;
}
.footer-info-table {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
}
.footer-info-table a {
  margin: 0 5px;
  padding: 6px 15px;
  display: block;
  color: white;
  white-space: nowrap;
}
.footer-info-table p {
  padding: 0;
  margin: 0;
}
.footer-info-table i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.footer-icons a {
  padding: 6px 15px;
  margin: 0 5px;
  border-radius: 12px;
  display: block;
  color: white;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
.Address-and-contact {
  width: 100%;
}
.footer-working-schedual {
  width: 100%;
}
.copyright {
  float: left;
}
.copyright p {
  margin: 0;
}
.poweredby {
  float: right;
}
.poweredby p {
  margin: 0;
}
.footercp {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
.footercp::after {
  clear: both;
  content: " ";
  display: block;
}
@media screen and (max-width: 918px) {
  .hex-body-container {
    flex-direction: column;
  }
  .hex-body {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .hex-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px;
  }
  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px;
  }
  div#footer-site-information {
    width: 100%;
    padding: 10px 20px;
  }
  iframe#footer-company-location {
    width: 85%;
  }
}
.inactive {
  display: none;
}
.margin-auto {
  margin: 0 auto;
  text-align: center;
}
.map-container {
  max-height: 210px;
}
.card-deck {
  display: flex;
  margin: 15px 0;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
/* PRODUCT DISPLAY STYLES START  */
@media screen and (max-width: 500px) {
  .card-deck .card {
    margin-bottom: 2rem;
  }
}
.card {
  border-radius: 5px;
  border: none;
}
.card .card-img-top {
  max-width: 100%;
  text-align: center;
}
.card .card-img-top img {
  max-height: 100px;
}
.card .card-img-top .card-title {
  color: white;
}
@media screen and (max-width: 1085px) {
  .card .card-title {
    display: static;
    color: black;
  }
}
.card h3 {
  font-size: 1.5em;
  text-align: center;
}
.card .card-action {
  margin-bottom: 10px;
}
.brand-logo {
  height: 140px;
}
.logo-text {
  font-size: .8rem;
  font-style: italic;
}
.card-deck .card.num-of-col-4 {
  max-width: 23%;
  margin: 15px;
  min-width: 300px;
  width: 100%;
  flex: auto;
}
.ProductName,
#ProductTable {
  display: none;
}
.product-title {
  text-align: center;
}
.product-info li {
  margin-bottom: 1rem;
}
/* PRODUCT DISPLAY STYLES END  */
/*# sourceMappingURL=style.css.map */