@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: black;
}

h1#supplytext a {
	color: white!important;
}

h1#supplytext {
	margin-bottom: 20px;
}

header{
	width: 100%;
	background-color: white;
	padding-top: 8px;
	padding-bottom: 12px;
	height: auto;
		box-shadow: 1px 0px 3px rgba(0,0,0,0.2);
	position: fixed;
	z-index: 9999;
	overflow: auto;
}



#logo{
	font-family: 'Lobster Two', cursive;
	width:50%;
	float: left;
}



nav ul{
	float: right;
	font-family: sans-serif;
	padding-top: 13px;
	font-weight: bold;
}

nav li{
	display: inline;
	padding-left: 30px;
}

#banner{
	height: 390px;
	overflow: hidden;
	width: 100%;
	background-color: blue;
	position: relative;
	padding-top: 50px;
}



#statement{
	max-width: 460px;
	background-color: white;
	padding:20px;
 top: 50%;
  left: 50%;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  transform: translate(-0%, -20%);
	position: absolute;
}

#statement p {
	line-height: 22px;
	font-family: sans-serif;
	font-size: 11pt;
}



#button1{
		width:auto;
	background-color: orange;
	float: left;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	padding-top: 7px;
	font-family: sans-serif;
	font-weight: bold;
	padding-bottom: 7px;
	border-radius: 7px;
}

#button2{
	width:auto;
	max-width: 100px;
	min-width: 50px;
	background-color: orange;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
		padding-top: 7px;
	font-family: sans-serif;
	font-weight: bold;
	padding-bottom: 7px;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	
}

#supplies{
	background-color: green;
	height: 185px;
	padding-top: 90px;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(images/pattern2.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid g#989696;
}

#supplies h1{
	font-family: 'Lobster Two', cursive;
	font-size: 50px;
}

.container{
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.gallerya h1{
	height: auto;
	margin-top: 90px;
	
}

.gallery {
	height: auto;
}

.gallery h1, .gallerya h1{
	text-align: center;
	font-family: 'Lobster Two', cursive;
}

.clearfix{
	clear: both;
}
.thumbnail{
	overflow: auto;
	float: left;
	text-align: center;
	padding: 1.953125%;
}

.thumbnail img{
	width: auto; /*300px*/
	height: auto;
border-radius: 8px;
}

.title{
	
}

.title h2{
	font-family: sans-serif;
	font-weight: 200;
	font-size: 16pt;
	padding-top: 5px;
}

.container {
	overflow: auto;
}



@media screen and (max-width: 1014px) {
	.gallery{margin-left: auto; margin-right: auto;} 
	.thumbnail{padding: 0px; width: 33.333333333%;}
	.thumbnail img{height: auto; width: 100%; }
	.container{width: 100%; margin-left: auto; margin-right: auto;}
	#statement {max-width: 60%; left: 0%; transform: translate(50%, -25%);
}
}
@media screen and (max-width: 600px) {
	.thumbnail{padding: 0px; width: 100%;}
	.thumbnail img{height: auto; width: 100%;display: block; border-radius: 0px;}
	.thumbnail h2{text-align: center; padding-bottom: 30px;}
	#statement {max-width: 100%; left: 0%; transform: translate(-0%, -50%);
}
}
