#services			{display:flex; flex-direction:row; gap:1rem; justify-content:space-evenly; flex-wrap:wrap; margin-top:2rem;}
#services > div		{display:flex; flex-direction:column; gap:1rem; align-items:center;}
.frontImages		{width:280px; height:280px; border-radius:180%; cursor:pointer;}
#galleryImage		{background-image:url(/assets/images/common/galleryFront.jpg); background-size:cover;}
#printImage			{background-image:url(/assets/images/cards/darkBlueAngel_med_chantal_littleton.jpg); background-size:cover;}
#shopImage			{background-image:url(/assets/images/common/printsFront.jpg); background-size:cover;}
.imgs img 			{border-radius:15px;}
h2					{font-size:clamp(1.55rem,4vw, 2.25rem); color:var(--headingColorLight); margin-bottom:0px}
h3					{font-size:clamp(1.25rem,4vw, 2rem); color:var(--headingColorLight); margin-bottom:0px}

.gExamples			{display:flex; flex-wrap:wrap; justify-content:space-evenly; gap:1rem;}
.gExamples > div 	{text-align:center;}
.arrowLink			{text-align:right; font-weight:bold; margin-top:1rem; font-size:1.25rem; width:100%}
@media (max-width:600px){
	#services > div	{margin-bottom:2.5rem;}
	#gallery3		{display:none}
	#gallery4		{display:none}
	#card3		{display:none}
	#card4		{display:none}
	#book3		{display:none}
	#book4		{display:none}
}