:root {
	--theme-color1: #FFA300;
	--theme-color2: black;
}

#main-header { background-image: url(store_interior.jpg); }

.is_frontpage #main-header { padding: 100px 0; }

#logo img { max-height: 320px; }

#featured1 { background-image: url(tattoo_chair.jpg); }

#featured3 { background-image: url(tattoo_chair2.jpg); }

#pg_home figure.image,
#featured4 figure.image,
#pg_featured4 figure.image {
	margin: 10px;
	border: none;
	background-color: white;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding: 0;
}

#pg_home figure.image figcaption,
#featured4 figure.image figcaption,
#pg_featured4 figure.image figcaption {
	border-top: thin solid #dcdcdc;
	background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(211, 211, 211, 1) 100%);
	box-shadow: 1px 1px 0 white inset;
	padding: 9px 5px 13px;
	color: #8c8c8c;
	font-style: italic;
	text-shadow: 1px 1px 0 white;
	margin: 0;
}

#pg_gallery:not(.hoverbox) #gallery_filter { display: none; }

.custom_button {
	--btn-bg: var(--theme-color1);
	--btn-text: white;
	border: none;
}
