/*==================================
	VARIABLES
===================================*/
/*==================================
	MIXINS
===================================*/
/*==================================
	TYPOGRAPHY
===================================*/
/*==================================
	NAVBAR STYLES
===================================*/
/*==================================
	LAYOUT
===================================*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
a:not([href]):not([tabindex]) {
  color: white;
  text-decoration: none;
}

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;
}

.jumbotron {
  height: 25rem;
  background: url('/images/site/home-slide-2.jpg') no-repeat 0% 10%;
}

.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;
  transition: 0.2s ease-in-out;
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
a.btn.btn-primary:hover {
	color: #efefef!important;
}
.btn-success {
    box-shadow: inset 0 0 0 0 #28a745, 0 0 0 0 #28a745;
    transition: all 150ms ease-in-out;
    font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}
.btn-success:hover {
    color: #efefef!important;
}
/*==================================
	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;
}
.about-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about-paragraphs {
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.0735rem;
}
/*==================================
  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;
}

/* Product display styles  */
.home-headings {
    text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.card-deck {
  display: flex;
  margin: 15px 0;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.card-text {
  font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.0735rem;
}
@media screen and (max-width: 500px) {
  .card-deck .card {
    margin-bottom: 2rem;
  }
}
.card {
  border-radius: 5px;
  border: none;
}
.card-body-hidden {
    display: none;
}
.card .card-img-top {
  max-width: 100%;
  text-align: center;
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  transition: transform 0.5s ease;
  /*overflow: hidden;*/
}
.card-img-top:hover {
    transform: translateY(-10px);
}
.card .card-img-top img {
  height: auto;
  width: 100%;
  max-height: 200px;
}
.card .card-img-top img {
  height: auto;
  width: auto;
  /*max-height: 100%;*/
  max-width: 100%;
}
.img-fluid {
  /* max-width: 100%; */
  height: auto;
}
@media (min-width: 576px) {
  .img-fluid {
	max-width: 165px;
  }
}
@media (min-width: 1360px) {
 .img-fluid {
	max-width: 600px;
  }
}
.card .card-img-top .card-title {
  color: white;
}
.card h3 {
  font-size: 1.5em;
  text-align: center;
}
.card .card-action {
  margin-bottom: 10px;
}
.brand-logo {
  height: 140px;
}
 @media (min-width: 487px) {
  .brand-logo {
    max-width: 240px;
  }
} 
@media (min-width: 997px) {
  .brand-logo {
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .brand-logo {
    max-width: 500px;
  }
}
@media (min-width: 1350px) {
  .brand-logo {
    max-width: 900px;
  }
}
@media screen and (max-width: 1085px) {
  .card .card-title {
    display: static;
    color: black;
  }
}
.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;
}
/* container class with media queries */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* home-page-container class */
.home-page-container {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

/* Home Page Modal Styles */

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  
  .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
  }
  
  .close {
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }

  /* End Home Modal Styles */
  /* User Page Styles */
  
  .users-container {
      padding: 170px 0;
  }
  
  .order-history-content, .password-recovery-content, .privilege-denied-content{
      padding: 50px 20px;
      text-align: center;
  }
  
  @media screen and (max-width: 500px) {
      .order-history-content, .password-recovery-content {
          padding: 0 20px;
      }
  }
  
  @media screen and (max-width: 398px) {
      .users-container {
          padding: 155px 0;
      }
  }
  
  /* End User Page Styles */
  /* Cart Page Styles */
  
 body.cart-page #main-wrapper {
  padding: 175px 0px;
}

body.no-access #main-wrapper {
    padding: 250px 0;
}

@media screen and (max-width: 500px) {
    body.no-access #main-wrapper {
    padding: 200px 0px;
  }
  
    body.no-access h1 {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    body.cart-page #main-wrapper, body.no-access #main-wrapper {
    padding: 150px 0px;
  }
}
  
  /* End Cart Page Styles */
/*# sourceMappingURL=style.css.map */