﻿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: 520px;
}

img { 
	border: none;
	width: 100%; 
}

ul { 
	font-size: 85%;
	padding-left: 3em;
}

ol { 
	padding: 0 0 0 0;
	margin: 0;
}

#page_content { 
}

#page_title {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
	clear: left;
}

#footer {
	text-align: center;
}

/*==================== SHOWCASE ==========================*/
.showcase{
}

/*===================== 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: 110%;
	text-decoration: none;
	padding: .2em .8em .2em .7em;
}

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: 115%;
	font-weight: bold;
	text-align: center;
	margin-top: .2em;	
	margin-bottom: .3em;
}

.description { 
	font-size: 95%;
	margin-top: 0;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

/*==================== CART ===========================*/
.cart {
	font-weight: bold;
	margin-left: 10px;
}

.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) { 
	.box-info {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
	#page_title {
	font-size: 200%;
	}
}

@media (min-width: 1080px) { 
	ul { 
	font-size: 100%;
	}
	.picture-title { 
	font-size: 150%;
	}
	.description { 
	font-size: 110%;
	}
	.box-info {
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	}
	#container { 
	margin-top: 10px;
	margin-left: 20px;
	}
	#page_title {
	font-size: 225%;
	margin-top: 1em;
	}
}
