@charset "utf-8";
/* CSS Document */

#container {
	display: block;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#indexHeaderDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.menuClass {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 5px;
}

.footerClass {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0 auto; /* adds 20px space above */
	padding-left: 5px;
	padding-top: 50px;
	
    z-index: 1;
}



.storeHeader {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 5px;
}

.storeHeader img {
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 365;
    display: block;
}

.storeGalleryTitle{
	margin-left: 5px;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	background-color: #FFCF28;
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	
}

.image1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 5px solid #FFFFFF;	
}

.imageBox1 {
	width: 33%;
	height: 505px;
	float: left;
	border-width: 0px;
}

.imageBox2 {
	width: 33%;
	height: 250px;
	float: left;
}

.imageBox3 {
	width: 34%;
	height: 250px;
	float: left;
}

.imageBox4 {
	width: 32.7%;
	height: 255px;
	float: left;
}

.imageBox5 {
	width: 34%;
	height: 500px;
	float: right;
}

.imageBox6 {
	width: 65.5%;
	height: 245px;
	float: left;
}

.imageBox7 {
	width: 33%;
	height: 505px;
	float: left;
}

.imageBox8 {
	width: 34%;
	height: 505px;
	float: left;
}
