

 


 
/************************
MAIN PAGE

border: 2px solid yellowgreen;

************************/


body {
	background-color: white;
	padding: 0;
   	margin: 0;
}


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

a:visited {
	color: black;
}		

a:hover {
	color: #4d9a00;
	text-decoration: underline;
}

a:hover img {
	color: #4e701c;
}

a:active {
	color: #4e701c;
}






.container {
/*	font-family: verdana;*/
	font-family: "Franklin Gothic";
	font-size: 1.1em;
	margin: 0 auto;
	background-color: #e6e6e6;
}


.navigation {
	background-color: white;
/*	font-family: verdana;*/
	font-family: "Franklin Gothic";
}

.navigation ul {
	padding: 0 5em 0 0;
	margin: 0 auto;
    list-style-type: none;
    text-align: center;
    word-spacing: 1em;
    height: 5em;
}

.navigation ul li {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	vertical-align: middle;
}

.navigation ul li img {
	padding: 1.85em 0 0 0;
}


.graybar {
	height: 5em;
	background-color: #7f7f7f;
}

.graybar img {
	width: 7%;
	margin: 0 auto;
}

.salebar {
	height: auto;
	color: crimson;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #D9D9D9;
	text-align: center;
	padding: .3em 0 .3em 0;
}

.salebardisclaimer {
	font-size: .6em;
}

.welcome {
	text-align: center;
	color: #4d9a00;
	font-weight: bold;
	font-size: 1.6em;
}

.summary {
	text-align: center;
	font-size: 1.1em;
	margin: 10px auto;
	max-width: 42%;
}

.main_area {
	text-align: center;
	padding: 1em 0 0 0;
	width: 96%;
}

.main_area figure {
	display: inline-block;
	margin: auto;
	padding: 0 0 2em 0;
}

.main_area table {
	margin: 0 auto;
}

.main_area table td {
	padding: 0px 0 0em 0;
	vertical-align: top;
	text-align: left;
}

.table_bullets ul {
	padding: 0 1em 0 1em;
	margin: 0;
}

.product_images img {
	width: 70%;
	border: 1px solid black;
}

.product_images figcaption {
	font-weight: bold;
	font-style: italic;
}

.price {
	color: black;
	font-size: 1.1em;
}


.bullets {
	font-size: 1.1em;
	min-width: 300px;
	width: 25%;
	margin: 0 auto;
}


.call {
	width: 100%;
	text-align: center;
	background-color: #7f7f7f;
	font-size: 1.7em;
	color: white;
	font-weight: bold;
	padding: .7em 0 .7em 0;
}

.labels {
	font-size: 1.2em;
	color: #4d9a00;
}

/*.clearfix::after { 
    content: "";    
    display: table;  
    clear: both;     
}
*/

/************************
DRAWERS PAGE

border: 2px solid yellowgreen;

************************/


.drawers_image img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}


/************************
GALLERY PAGE

border: 2px solid yellowgreen;

************************/

.gallery_images {
	text-align: center;
}

.gallery_images img {
	margin: 0 auto;  
	padding: 1em 0 1em 0;
	width: 16.4%;
}


/************************************

POPUPS FOR THE GALLERY

border: 2px solid yellowgreen;



*************************************/


/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 50%;
/*	max-width: 1200px;*/
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 5em;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 1.5em;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/*.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}*/

img.hover-shadow {
	transition: 0.3s
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}



/************************
QUALITY PAGE

border: 2px solid yellowgreen;

************************/


.quality_image {
	text-align: center;
	padding: 1em;
}



/************************
GIFTING PAGE

border: 2px solid yellowgreen;

************************/


.gifts_image img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 27%;
}


.gifts_bullets ul {
	margin: 10px auto;
	font-size: 1.2em;
	width: 30%;
}



/************************
CONTACT PAGE

border: 2px solid yellowgreen;

************************/

.contact_main {
	min-height: 610px;
	padding-top: 2em;
	font-size: 1em;
}

.contact_style {
	color: black;
}


.contact_table {
	text-align: left;
	margin: auto;
	font-size: .9em;
}


.fblogo img {
	width: 7%;
}


/************************
ABOUT PAGE

border: 2px solid yellowgreen;

************************/

.about_images {
	text-align: center;
	padding-top: 20px;
}

.about_images img {
	width: 20%;
}

.about_copy {
	width: 40%;
	margin: auto;
	font-size: 1.1em;
	padding: 20px;
}

.about_bullets {
	margin: auto;
	width: 40%;
	padding: 0;
	min-height: 150px;
	font-size: 1.1em;
}

.float_left {
	float: left;
	margin: 5px 20px 20px 20px;
}












































/********************************************************************************************


MEDIA QUERIES 1366 px

border: 2px solid yellowgreen;


*********************************************************************************************/

@media (max-width: 1366px) {


/*	***********************
	GIFTS PAGE

	border: 2px solid yellowgreen;

	************************/

	.gifts_bullets ul {
	width: 40%;
	}

}




/********************************************************************************************


MEDIA QUERIES 1280 px

border: 2px solid yellowgreen;


*********************************************************************************************/

@media (max-width: 1280px) {

/*
.navigation ul {
		padding: 0 0 0 0;
		margin: 0 auto;
	    list-style-type: none;
	    text-align: center;
	    word-spacing: 1em;
	    height: 5em;
	}		

	.navigation ul li {
		display: inline-block;
		padding: none;
		font-size: 1.1em;
		font-weight: bold;
		color: black;
		vertical-align: middle;
	}

	.navigation ul li img {
		padding: 1.85em 0 0 0;
		width: 50%;
	}
*/
}




/********************************************************************************************


MEDIA QUERIES 1024 px

border: 2px solid yellowgreen;


*********************************************************************************************/

@media (max-width: 1024px) {

/*	.navlist {
		display: inline-block;
	}





	***********************
	GIFTS PAGE

	border: 2px solid yellowgreen;

	***********************


	.gifts_image img{
		width: 45%;
	}


	.gifts_bullets ul {
		width: 50%;
	}

*/


}




/********************************************************************************************


MEDIA QUERIES 768 px

border: 2px solid yellowgreen;


*********************************************************************************************/

@media (max-width: 768px) {




}





/************************


MEDIA QUERIES 480 px

border: 2px solid yellowgreen;


************************/


@media (max-width: 480px) {

	.container {
		width: 100%;
	}

	.graybar {
		height: 280px;
	}

	.salebar {
		font-size: 1.3em;
	}

	.navigation ul {
		padding: 0 0 2em 0;
	    list-style-type: none;
	    text-align: center;
	    word-spacing: 3em;
	}

	.navigation ul li {
		display: block;
		font-size: 1.3em;
		padding: 0 0 .2em 0;
	}

	.navigation ul li img {
	 	width: 60%;
	 	padding: .7em 0 1em 0em;
	}


	.summary {
		max-width: 100%;
		padding: 0 10px 0 10px;
	}

	.main_area figure {
		width: 80%;
	}

	.images img {
		width: 100%;
	}

	.bullets {
		font-size: 1em;
		width: 90%;
	}


	/***************************
		PRODUCTS PAGE

		border: 2px solid yellowgreen;

	****************************/

	.main_area {
		padding: 10px;
	}

	.main_area td {
		font-size: .85em;
		width: 50%;
	}

	.main_area img {
		width: 100%;
	}



	/***************************
		CONTACT US PAGE

		border: 2px solid yellowgreen;

	****************************/

	.call {
		text-align: center;
		font-size: 1.1em;
		padding: .5em 0 .75em 0;
	}


	.contact_main {
		padding-top: 2em;
		font-size: .8em;
		min-height: 450px;
	}

	.fblogo img {
		width: 30%;
	}


	/***************************
		ABOUT PAGE

		border: 2px solid yellowgreen;

	****************************/

	.about_copy {
		display: block;
		padding: 0px 5px 0px 5px;
		width: 85%;
	}

	.about_images {
		padding: 5px 0 0 0;
	}

	.about_images img {
		width: 85%;
	}

	.about_bullets {
		width: 85%;
		min-height: 100%;
	}

	/***************************
		PHOTOS PAGE

		border: 2px solid yellowgreen;

	****************************/

	.gallery_images img {
		width: 90%;
		display: block;
	}

	.modal-content {
		width: 100%;
	}

	/***************************
		QUALITY PAGE

		border: 2px solid yellowgreen;

	****************************/

	.quality_image img {
		width: 100%;
	}



	/************************
	GIFTS PAGE

	border: 2px solid yellowgreen;

	************************/


	.gifts_image img {
		width: 80%;
	}


	.gifts_bullets ul {
		font-size: 1em;
		width: 85%;
	}


}


