﻿body {
	background-color: black;
}

#container { 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	min-width: 350px;
	max-width: 1280px;
	color: white;
}

#header {
	display: block;
	max-width: 600px;
	height: auto;
}

img { 
	border: none;
	width: 100%; 
}

ul { 
	font-size: 75%;
	padding-left: 3em;
	margin-top: .5em;
}

ol { 
	padding: 0 0 0 0;
	margin: 0;
}

#page_content { 
}

#page_title {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: .2em;
	clear: left;
}

#footer {
	text-align: center;
	font-size: 75%;
}

/*==================== SHOWCASE ==========================*/
.showcase{
	max-width: 1280px;
	margin-bottom: 1px;
}

/*===================== INFO ============================*/
.info{
}

.box-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 15px;
}

/*==================== STORE ===========================*/
.store {
max-width: 640px;
}

.box-store {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 15px;
}

/* =================== Navigation Menu ================ */
#navigation {
	white-space: nowrap;
}

#navigation li {
	list-style: none;
	float: left;
}

#navigation li a {
	display: inline-block;
	font-size: 90%;
	text-decoration: none;
	padding: .1em .5em .1em .4em;
}

a:link, a:visited {
	color: white;
} 

a:hover, a:active {
	color: black;
} 

a:hover {
	background-color: white;
} 

/* =============== Product Description Pages ========== */
.picture { 
	display: block;
}

.picture_wide { 
	display: block;
	max-height: 98px; 
	max-width: 100%;
}

.picture-title { 
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: .3em;	
	margin-bottom: .2em;
}

.description { 
	font-size: 80%;
	margin-top: 0;
	margin-bottom: .5em;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

/*==================== CART ===========================*/
.cart {
	font-weight: bold;
	margin-left: 10px;
	font-size: 80%;
}

.form-submit-button {
	font-size: 110%;
	font-weight: bold;
	background: white;
	border: none;
	border-radius: .4em;
	padding: .25em .8em .25em .8em;
	margin-bottom: 1.5em;
	color: black;
}

.form-submit-button:hover {
	background: MediumSeaGreen;
}

/*================ MEDIA QUERIES =======================*/
@media (min-width: 640px) { 
	#header {
	height: auto;
	}
	.showcase{
	margin-bottom: 10px;
	}
	.box-info {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
	ul { 
	font-size: 80%;
	}
	.picture-title { 
	font-size: 100%;
	margin-bottom: .3em;
	}
	.cart {
	font-size: 95%;
	}
	.description { 
	font-size: 85%;
	}
	#page_title {
	font-size: 150%;
	margin-top: .5em;
	margin-bottom: .3em;
	}
	#navigation li a {
	font-size: 120%;
	padding: .1em .5em .2em .5em;
	}
	#footer {
	font-size: 90%;
	}
}

@media (min-width: 1080px) { 
	#header {
	height: auto;
	}
	ul { 
	font-size: 115%;
	line-height:140%;
	}
	.picture-title { 
	font-size: 150%;
	margin-bottom: .3em;
	}
	.description { 
	font-size: 125%;
	}
	.cart {
	font-size: 100%;
	}
	.showcase{
	margin-bottom: 15px;
	}
	.box-info {
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	}
	#container { 
	margin-top: 10px;
	margin-left: 20px;
	}
	#page_title {
	font-size: 200%;
	margin-top: 1.5em;
	margin-bottom: .5em;
	}
	#navigation li a {
	font-size: 130%;
	padding: .1em .5em .2em .5em;
	}
	#footer {
	font-size: 140%;
	}
}
