@charset "utf-8";
/* CSS Document */

/********************************************** 

HEADER STYLES

**********************************************/
.header{
	position: sticky; 
	top: 0;
	width: 100%;
	height: 175px;
	border-bottom-color: darkslategrey;
	border-bottom-width: medium;
	border-bottom-style: solid;
	overflow: visible;
	background-image: url('../images/navbar.png');
	z-index: 200;
}

.headerbody{
	height: 175px;
	width: 100%;
	position:sticky;
}
.headerbody > div {
	height: 140px;
	overflow: visible;
	position: relative;
	display: flex;

}
.navbody-filler{
	display: flex;
	width: 80vw;
	position: relative;
}
.navaccount{
	display:flex;
	width: 20vw;
	position: relative;
	flex-direction: column;
}
.navaccount-main{
	display:flex;
	justify-content: flex-start;
	height: 33%;
}
.cartbtn{
	background: none;
	border: none;
	height: 50px;
	width: 50px;
	cursor: pointer;
	overflow: hidden;
}

.loginbtn{
	background-color: transparent;
	height: 50px;
	width: 50px;
	cursor: pointer;
	overflow: hidden;
	border: none;
	
}

.navaccount-filler{
	height: 33%;
	display:flex;
	width: 20vw;
	position: relative;
}

#navbar {
	position: relative;
	width: 100%;
	max-height: 35px;
	display: flex;
	padding: 0px;
	flex-direction: column;
}

.navbar-filler{
	min-width: 26%;
	max-width: 30%;
	display: block;
}

.navmenu{
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	max-height: 35px;
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16pt;
	position: relative;
	color: darkslategrey;
	min-width: 800px;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}

#navlist{
	top: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#navlist li{
	text-decoration: none;
	list-style-type: none;
	justify-content: center;
	text-align: center;
}

#navlist li:hover li{
	display: block;
	background-color: black;
}



.activeitem{
	display: flex;
	position: relative;
	color: darkslategrey;
	text-decoration: none;
	width: 100%;
	margin: 0px;
	cursor: pointer;
	color: #FFAE00;
	border-bottom-color: #FFAE00;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.activeitem a{
	display: block;
	color: #FFAE00;
	text-decoration: none;
	justify-content: center;
}

.inactiveitem{
	display: flex;
	position: relative;
	color: darkslategrey;
	text-decoration: none;
	width: 100%;
	margin: 0px;
	cursor: pointer;
}

.inactiveitem a{
	display: block;
	position:relative;
	color: darkslategrey;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	text-decoration: none;
	justify-content: center;
	padding-bottom: 1px;
}

.inactiveitem:hover{
	color: #FFAE00;
}

.inactiveitem:hover a{
	color: #FFAE00;
}

.inactiveitem::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: white;
	margin: 0px;
	bottom: 0px;
	transform: scale(0);
	transition: .4s all ease-out;
}

.inactiveitem:hover::after {
	transform: scale(1);
}

#submenu{
	position: absolute;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	width: 100%;
	margin-top: 35px;
	background-color: black;
}

#submenu li{
	display:none;
	text-align: center;
	justify-content: center;
	color: darkslategrey;
	min-width: 100%;
	margin-top: 2px;
	transition: all ease-in-out .2s;
}

#submenu li a{
	display: flex;
	position: relative;
	color: darkslategrey;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	text-decoration: none;
	width: 100%;
	margin: 0px;
	cursor: pointer;
	justify-content: center;

}

#submenu li:hover{
	color: #FFAE00;
	transition: width .5s ease
}

#submenu li:hover a{
	color: #FFAE00;
}

#submenu li::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	background-color: white;
	transform: scale(0);
	transition: .4s all ease-out;
}

#submenu li:hover::after {
	transform: scale(1);
}

/********************************************** 

BODY STYLES (CONTAINS HEADER)

**********************************************/
body {
	background-image: linear-gradient(#ffa700, #eadd07);
	height: 100%;
	padding-top: 0px;
	margin: 0px;
	width:100%;

}
#bodymain{
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 3.1vh;
	margin: 0;
	position: relative;
	width: 100%;
	min-height: calc(100vh - 300px);
}
#homebody{
	display: flex;
	min-height: calc(100vh - 300px);
	max-width: 100vw;
	align-content: center;
	justify-content: center;
}



/********************************************** 

FOOTER STYLES

**********************************************/
footer{
	min-height: 125;
	width: 100%;
	background-image: url('../images/footer.png');
	bottom: 0px;
	align-content: flex-end;
}

.footerbody{
	border-top-color: darkslategrey;
	border-top-width: medium;
	border-top-style: solid;
	position: relative;
	bottom: 0px;
	min-height: 125px;
}

.footer-container {
	display: flex;
	justify-content: center;
	max-width: 100%;
	flex-direction: row;
	max-height: 100%;
}

.footer-container > div {
	color: #12171e;
	width: 25%;
	font-size: 16pt;
	box-sizing: border-box;
	min-height: 100%;
}
.footer-child {
	display: flex;
	justify-content: center;
	max-width: 100%;
	flex-direction: column;
	color: white;
	font-size: 16pt;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.footer-child p {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16pt;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	border-bottom-color: darkgrey;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width: 50%;
}
.footer-child-cell {
	width: 40%;
	color: white;
	text-align: center;
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: fill 250ms ease-in;
	
}

.footer-child-cell hover{
		fill: #FFAE00;
}

.footer-child-cell a{
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-child-cell a:link {
	text-decoration: none;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	color: gray;
	font-size: 16pt;
	text-align: center;
}

.footer-child-cell a:visited {
	text-decoration: none;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	color: gray;
	font-size: 16pt;
	text-align: center;
}

.footer-child-cell a:hover {
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	filter: brightness(0) saturate(100%) invert(62%) sepia(72%) saturate(1799%) hue-rotate(2deg) brightness(108%) contrast(102%);
	text-decoration: none;
}
