.page-container {
	margin:auto;
	width:100vw;
	height:100vh;
	margin: -8px;
	/* position: fixed; */
}
.banner {
	width:73%;
	height: 18%;
	background: black;
  	background: linear-gradient(white, green);
    box-shadow: 6px 6px 10px rgba(0,0,0,.4);
  	/* overflow: hidden; */
  	position: relative;
  	background-image: url(../../images/yellowGrove.png);
  	background-size: cover;
	display: block;
	margin: auto;
	background-repeat: no-repeat;
}
.banner-image{
	z-index: -1;
	width: 100%;
	height: 43%;
        display: block;
        margin: auto;
}
.logo {
	height: 80%;
	width: auto;
	display: block;
	margin: auto;
}
.banner-text {
	color:white;
	font-size:40pt;
	font-style: bold;
	text-align: center;
	width:50%;
	/*opacity: 0.8;*/
    /*filter: alpha(opacity=100);*/
    -webkit-text-stroke: 1px black;
    border:4px solid white;
    height:80px;
    line-height: 40px;
    background: #2E4172;

   	position: absolute;
   	top:0;
   	bottom: 0;
   	left: 0;
   	right: 0;
   	margin: auto;
}
.banner-text-mobile {
	color:white;
	font-size:40pt;
	font-style: bold;
	text-align: center;
	width:80%;
	/*opacity: 0.8;*/
    /*filter: alpha(opacity=100);*/
    -webkit-text-stroke: 1px black;
    border:4px solid white;
    height:120px;
    line-height: 45px;
    background: #2E4172;

   	position: absolute;
   	top:0;
   	bottom: 0;
   	left: 0;
   	right: 0;
   	margin: auto;
}
.banner-store-text {
	color:white;
	font-size:20pt;
	font-style: bold;
	text-align: center;
	width:50%;

	-webkit-text-stroke: 1px black;
   	position: absolute;
   	top:105px;
   	bottom: 0;
   	left: 0;
   	right: 0;
   	margin: auto;
}
.banner-store-text-mobile {
	color:white;
	font-size:20pt;
	font-style: bold;
	text-align: center;
	width:50%;

	-webkit-text-stroke: 1px black;
   	position: absolute;
   	top:120px;
   	bottom: 0;
   	left: 0;
   	right: 0;
   	margin: auto;
}
.banner-line {
	width: 100%;
	/*opacity: 0.8;*/
	background: #404040;
        box-shadow: 6px 6px 10px rgba(0,0,0,.4);
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.banner-line-mobile {
	width: 100%;
	/*opacity: 0.8;*/
	background: #404040;
        box-shadow: 6px 6px 10px rgba(0,0,0,.4);
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.browse-text {
	color: grey;
	text-align: center;
	font-style: bold;
	font-size: 20pt;
}
.product-container {
	width:100%;
	min-height:200px;
	margin:auto;
        /* margin-left: 5%; */
}
.product-text {
	width: 100%;
	color:grey;
	display: flex;
  	justify-content: center;
  	position: absolute;
  	bottom: 0px;
  	margin: auto;

}
.product-case {
	width:250px;
	height:250px;

	border: 1px solid white;
	overflow: hidden;
	display:inline-block;
	margin:1%;
	position: relative;
}
.product-case:hover {
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #d9d9d9;
	cursor:pointer;
}
.product-image {
	max-width:100%;
	max-height:auto;
	width:75%;
	height: 75%;
	margin-top: auto;
	margin-bottom: auto;
        margin-left: 15%;
}

.cart-icon {
	float: right;
	width: 3%;
	margin-top: 1.5%;
        margin-right: 20%;
        margin-top: 3.5%;
}

.Footer-contentBottom {
	background-color: #404040;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	margin: -8px;
	width: 100vw;
}

.Footer-contentBottom .Footer-container {
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	overflow: hidden;
	/* padding: 40px 20px; */
	margin: 0 auto;
}
.Footer-logo {
	margin-bottom: 16px;
}
.Footer-secondaryLogo {
	display: none;
}
.Footer-content {
	margin: 0 auto;
}

.Footer-privacyPolicy {
	font-size: 1rem;
	display: block;
}

.Enhancement.display-inline {
	display: inline;
	margin: 0;
	float: none;
	/* max-width: unset; */
}
.Enhancement {
	text-align: center;
}

.icon-external-link {
	display: none;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	position: relative;
	top: 0;
}

.Footer-privacyPolicy a {
	color: currentColor;
	text-decoration: none;
	transition: all .25s;
}