@charset "UTF-8";
/* CSS Document */

a:link { color: white; text-decoration: none;}
a:visited { color: white; text-decoration: none;}
a:hover { color: white; text-decoration: none;}
a:active { color: white; text-decoration: none;}

.menucart{
  display: inline-block;
  height: 40px;
  background-color: white;
  padding: 14px 14px 0px;
  border-radius: 3px 3px 3px 3px;
}

.menuCartDocked{
  display: inline-block;
  height: 40px;
  bottom: 0px;
  position: absolute;
  background-color: white;
  padding: 14px 14px 0px;
  border-radius: 3px 3px 0px 0px;
}
.footerLanding{
	background-color: black;
	color: #727272;
}

.landingContainer{
	background-color: black;
}

 .logobar
 {
    display: block;
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 99;
    }

.docked-logo {
	max-width: 100%;
	background-color: white;
	overflow: hidden;
	width: 100%;
	display: block; 
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid black;
    }
.logobar {
	background-color: white;
	height: 70px;
    z-index: 9999;
}
.landinglogo {
	display: block; 
    z-index: 9999;
}

.bcg-parallax {
    padding: 250px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 300;
}
.bcg {
    background-size: cover;
    position: absolute;
    width: 100%;
	height: 150%;
    top: 0;
    z-index: 1;
    opacity: 1;
}

.content-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
	text-align: center;
	color: white;
    z-index: 2;
}

.content-wrapper.center {
    text-align: center;
	color: white;
}

.blackProd{
	color: white;
	padding: 0px;
}

.blackBlackProd{
	color: black;
	padding: 0px;
}

  
  .ctaShopWhite {
  display: inline-block;
  height: 26px;
  background-color: #00a76a;
  padding: 7px;
  color: black;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

  .learnWhite {
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 7px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.justWhite {
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 7px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  