body {
        background-color: #fafafa;
	letter-spacing: 1.4px;
	font-family: Arial;
	color: #333;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
h1 { font-size: 120%; color: #999999; text-align: center; margin-top: 0; }
h1 b { font-size: 120%; color: #bbb; }
h2 { font-size: 110%; color: #999; text-align: center; }
p { padding-bottom: 15px; text-align: left; line-height: 1.5em; }
a { text-decoration: none; color: #fafafa; }
a:hover { text-decoration: underline; color: #6B0F1A; }
a.back { text-decoration: none; color: #cccccc; font-size: 0.9em; }
a.back:hover { text-decoration: none; color: #6B0F1A; }
iframe { width: 100%; min-height: 500px; }
.dbred { color: #6B0F1A; }
div.bulletsep { 
	padding: 40px 0 20px 0;
	font-size: 18px; 
	color: #CCCCCC; 
	letter-spacing: 20px; 
}
li { padding-bottom: 3px; }
#body {
	margin: 0px auto;
	padding: 0px 17px 10px 17px;
}
#header {
	white-space: no-wrap;
	margin: 0;
	padding: 0;
	background-color: #222222;
	display: block;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 10000;
}

#header #navOFF {
	background-color: #222222;
	z-index: 1000;
}
#header #navON {
	background-color: #222222;
	z-index: 1000;
}
#header #navOFF .menuICON a { color: #dddddd; }
#header #navOFF .menuICON a:hover { color: #fafafa; text-decoration: none; }
#header #navON .menuICON a { color: #999999; }
#header #navON .menuICON a:hover { color: #fafafa; text-decoration: none; }

#header #navOFF {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	height: 50px;
}
@media (min-width: 769px) {
	#header #navOFF { padding-right: 50px; }
}
#header .brand {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
	text-decoration: none;
}
#header .logo {
	flex: 0 0 auto;
	line-height: 0;
	margin: 0;
	margin-right: 10px;
}
#header .logo img {
	border-radius: 4px;
	display: block;
}
#header .donbutto {
	flex: 0 1 auto;
	min-width: 0;
        color: #eee;
}
#header .donbutto h1 {
	display: flex;
	flex-direction: column;
	color: #eee;
	margin: 0;
	text-align: left;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
}
#header .donbutto h1 .line1 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #aaa;
	text-overflow: ellipsis;
	overflow: hidden;
}
#header .donbutto h1 .line2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #eee;
	text-overflow: ellipsis;
	overflow: hidden;
}

#header .topnav-links {
	flex: 0 0 auto;
	font-size: 17px;
	white-space: nowrap;
	margin-left: 15px;
}
#header .topnav-links a { color: #dddddd; text-decoration: none; }
#header .topnav-links a:not(:last-child) { margin-right: 15px; }
#header .topnav-links a:hover { color: #ffffff; }
#header .menuICON {
	position: relative;
	float: right;
	margin-top: -90px;
	padding: 20px 20px 0px 0px;
	text-align: center;
	max-width: 100px;
}
#header .menuICON a { font-size: 20px; }
#header .menuICON span { font-size: 12px; }

#header .menuMAG {
	position: relative;
	float: right;
	margin-top: -40px;
	padding: 10px 25px 0px 0px;
	color: #999999;
}
#header .menuMAG a { opacity: 0.5; color: #FFFFFF; }
#header .menuMAG a:hover { opacity: 0.8; color: #FFFFFF; }

#header #navbox { 
	border-top: 1px solid #999999;
	display: table;
	margin-bottom: 1.0em;
	width: 100%;
	clear: both; 
	padding-bottom: 5000px;
}
#header #topnav {
	float: left;
	width: 50%;
	min-width: 200px;
}
#header #topnav-rightcol {
	display: block;
	float: left;
	width: 20%;
	min-width: 200px;
	color: #fafafa;
}
#header #topnav .menu {
	font-size: 1.2em;
	font-style: italic;
	color: #999999;
	border-bottom: 1px solid #999999;
	margin-left: 45px;
	display: table;
}
#header #topnav .menu ul li hr {
	border-top: 1px solid #333333;
}
#topnav ul {
	list-style: none;
	list-style-type: none;
	margin: 0; padding: 0;
	margin-left: 40px;
	margin-top: 10px;
}
#topnav ul li a {
	display: inline-block;
	font-family: Georgia;
	font-size: 1.2em;
	color: #dddddd;
	padding: 0.4em 0 0.4em 0;
}
#topnav ul li a:hover {
	color: #fafafa;
}

ul#clientlist {
	border-left: 1px solid #999999;
	list-style: none;
	list-style-type: none;
	margin: 0; padding: 0;
	margin-top: 10px;
}
ul#clientlist li {
	margin-left: 20px;
	padding: 5px;
}

#clientlist-submenu {
	float: left;
	text-align: left;
	max-width: 28%;
	margin-left: 10px;
}
#clientlist-submenu h1 {
	font-size: 0.9em;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;	
	color: #666666;
	margin-top: 0;
	padding-top: 0;
}
#clientlist-submenu b {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}
#clientlist-submenu ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 40px;
}
#clientlist-submenu ul li {
	padding-top: 6px;
	padding-bottom: 16px;
	color: #333333;
	white-space: nowrap;
}
#clientlist-submenu i {
	color: #999999;
	font-weight: normal;
}
#clientlist-submenu a {
	color: #880000;
	font-weight: lighter;
	text-decoration: none;
	font-size: 1.0em;
	text-align: left;
}
#clientlist-submenu a:hover {
	color: #333333;
	text-decoration: none;
}

#main {
	clear: both;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 50px;
	padding-top: 60px;
}
div.content, .content-white, .content-black, .content-grey {
	clear: both;
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
}
#main > *:first-child { padding-top: 20px; }
#main > .header-hero:first-child { padding-top: 40px; }
div.content p,.content-white p,.content-black p,.content-grey p {
	margin: 0 auto;
	text-align: left;
	width: 80%;
	max-width: 1200px;
}
div.content-white { background-color: #ffffff; background: #fafafa; color: #666666; }
div.content-white a { color: #666666; }
div.content-white h2 { color: #666666; }
div.content-white a:hover { color: #6B0F1A; text-decoration: none; }

div.content-grey { background-color: #dddddd; background: #dddddd; color: #333333; }
div.content-grey a { color: #555555; }
div.content-grey h1 { color: #333333; }
div.content-grey h2 { color: #333333; }
div.content-grey h3 { color: #333333; }
div.content-grey a:hover { color: #333333; text-decoration: underline; }

#home-cards {
	background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero/raleigh.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#home-cards h1 {
	color: #ffffff;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	padding-top: 0;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	#home-cards { background-attachment: scroll; }
}

div.content-black { background-color: #333333; background: #333333; color: #CCCCCC; }
div.content-black a { color: #EEEEEE; }
div.content-black h2 { color: #DDDDDD; }
div.content-black a:hover { color: #fafafa; text-decoration: none; }

.content-white hr,.content-black hr { border: 1px solid #555555; height: 0.01em; }

/* Header SSI hero — full-width photo with a dark overlay title box, used at the top of category header SSIs */
.header-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	margin: 0 0 30px 0;
	overflow: hidden;
	background-color: #2c2421;
	padding: 40px 5%;
	box-sizing: border-box;
}
.header-hero-bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header-hero .section-content {
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 8px;
	padding: 26px 28px;
	width: 90%;
	max-width: 1000px;
	box-sizing: border-box;
	text-align: center;
}
.header-hero h1 {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	padding: 0;
	margin: 0 0 14px 0;
}
.header-hero .section-content p {
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	margin: 0 0 14px 0;
}
.header-hero .section-content p:last-child { margin-bottom: 0; }
.header-hero .section-content a { color: #ffffff; text-decoration: underline; font-weight: 600; }
.header-hero .tagline {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3;
	font-style: italic;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	margin: 0;
	opacity: 0.9;
}
@media (max-width: 768px) {
	.header-hero { min-height: 260px; }
	.header-hero h1 { font-size: 24px; }
	.header-hero .tagline { font-size: 15px; }
}

.center,.more {
	margin: 40px auto;
	margin-bottom: 10px;
	text-align: center;
}
.more a {
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 20px 5px 20px;
	border-radius: 15px;
}
div.content-white div.more a {
	color: #999999;
	border: 1px solid #999;
}
div.content-white div.more a:hover {
	color: #222222;
	background-color: #999999;
	border: 1px solid #222222;
	font-weight: normal;
	text-decoration: none;
}
div.content-grey div.more a {
	color: #dddddd;
	background-color: #333333;
	border: 1px solid #999999;
}
div.content-grey div.more a:hover {
	color: #eee;
	border: 1px solid #eee;
	font-weight: normal;
	text-decoration: none;
}

div.content-black div.more a {
	color: #999;
	background-color: #333;
	border: 1px solid #999;
}
div.content-black div.more a:hover {
	color: #eee;
	border: 1px solid #eee;
	font-weight: normal;
	text-decoration: none;
}

div.content-slider div.more a {
	position: absolute:
	bottom: -140px;
}
div.content-slider div.more a {
	color: #999;
	background-color: #333;
	border: 1px solid #999;
}
div.content-slider div.more a:hover {
	color: #eee;
	background-color: #333;
	border: 1px solid #eee;
	font-weight: normal;
	text-decoration: none;
}
#book {
	position: fixed;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
#book a {
	margin: 0 auto;
	font-size: 110%;
	padding: 5px 20px 5px 20px;
	border-radius: 15px;
	opacity: 0.5;
	color: #fafafa;
	background-color: #999;
	border: 2px solid #fafafa;
}
#book a:hover {
	opacity: 1.0;
}
#footer { 
	position: fixed;
	color: #999;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 10px;
	background-color: #000;
	border-top: 1px solid #999;
}
#footer a { color: #dddddd; }
#footer a:hover { color: #ffffff; }

div.content-slider {
	background-color: #111;
	margin: 0;
	padding: 0;
	position: relative;
}
div.content-slider div.slide {
	width: 100%;
	margin: 0 auto;
	background-color: #111;
	text-align: center;
	display: none;
}
div.slide a.prev,div.slide a.next {
	height:65px;
	width:43px;
	top:50%;
	margin-top:-30px;
	opacity:0.6;
	cursor:pointer;
	color: #fafafa;
	padding-top: 20px;
	font-size: 35px;
	font-weight: bold;
	font-family: georgia;
	text-decoration: none;
	background: #666;
	position: absolute;
}
div.slide a.prev:hover,div.slide a.next:hover {
	opacity:1;
	text-decoration: none;
}
div.slide a.prev { left:0; }
div.slide a.next { right:0; }
div.slide img {
	max-width:100%;
	min-width: 600px;
}
div.slide .more {
	width: 100%;
	margin: 0 auto;
	bottom: 20px;
	left: center;
	text-align: center;
}
div.slide .more a {
	font-weight: normal;
	padding: 5px 20px 5px 20px;
	border-radius: 15px;
	text-decoration: none;
	opacity: 0.8;
	font-size: 150%;
	background-color: #999;
	border: 1px solid #111;
	color: #111;
}
div.slide .more a:hover {
	background-color: #333;
	border: 1px solid #fafafa;
	color: #fafafa;
	opacity: 0.8;
	font-weight: normal;
	text-decoration: none;
}

@media screen and (max-width: 510px) {
	.solopic { width: 100%; height: auto; padding-left: 0; padding-right: 0; align: center; }
	#header #navbox { background-image: none; }
	#topnav ul li a { padding: 0.6em 0 0.6em 0; }
	.nomo { display: none; }
	#header #topnav .menu { display: none; }
	div.content p,.content-white p,.content-black p { 
	        left: 0 !important;
	        width: 100% !important;
		padding-left: 0px; 
		padding-right: 0px; 
    		background-attachment: initial;
	}
	#footer { font-size: 1.2em; } 
}

.threecol {
	width: 90%;
	margin: 0 auto;
	display: table;
}
.threecol header {
	padding: 0 15px;
}
.threecol1 {
	width: 32%;
	float: left;
}
.threecol footer {
	clear: both;
	padding: 0 15px;
}

.twocol {
	max-width: 90%;
	margin: 0 auto;
	display: table;
}
.twocol1, .twocol2 {
	width: 45%;
	float: left;
	margin: 0 2% 0 2%;
}
.twocol1 img, .twocol2 img, .threecol1 img {
	width: 90%;
	margin: 0 auto;
	border: 0;
}
.twocol footer {
	clear: both;
	padding: 0 15px;
}

.featured-grid {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
@media (max-width: 900px) {
	.featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
	.featured-grid { grid-template-columns: 1fr; }
}
.featured-grid-item {
	border: 1px solid #cccccc;
	box-shadow: 0 4px 12px rgba(0,0,0,0.35);
	background-color: #FFFFFF;
}
.featured-grid-item .featured-title {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.featured-grid-item .featured-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.featured-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-bottom: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************************
 LATEST WORK
************************************************************************************/
#latestwork {
        clear: both;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 10px;
}
#latestwork-columns {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1400px;
	background-image: url('/images/latest-cover/bg.png');
	background-size: contain;
	background-repeat: horizontal;
	display: table;
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
}
#latestwork-columns::before {
	content: "";
	position: absolute;
	top: 25px;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #dddddd;
}
#latestwork-columns .article-left, #latestwork-columns .article-right {
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	float: left;
}
#latestwork-columns .article {
	margin-top: 50px;
	margin-bottom: 100px;
	color: #999999;
}
#latestwork-columns .article-left > section:first-child .article,
#latestwork-columns .article-right > section:first-child .article {
	margin-top: 0;
}
#latestwork-columns .article h3 { 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	font-size: 1em;
	font-weight: lighter;
	color: #333333;
}
.feedyear {
	text-align: center; 
	padding: 5px 15px 5px 15px; 
	color: #AAAAAA; 
	margin: 0 auto; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	border: 1px solid #CCCCCC;
	font-size: 20px;
	display: table;
}
.feedyear a:hover {
	text-decoration: none;	
}
#latestwork-columns .article p { 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	font-size: 1em;
	font-weight: lighter;
	color: #999999;
}
#latestwork-columns .article img { 
	border: 0px solid #dfdfdf;
	width: 80%;
	height: auto;
}
#latestwork-columns .article-left { text-align: right; }
#latestwork-columns .article-right { text-align: left; }

.article-left p { width: 100%; text-align: right; }
.article-right p { width: 100%; text-align: left; }

#latestwork-columns .article .date {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
#latestwork-columns a {
	color: #999999;
	text-decoration: none;
}
#latestwork-columns a:hover {
	color: #333333;
	text-decoration: none;
}

/* for 700px or less */
@media screen and (max-width: 700px) {
	#main { margin: 0 0 0 0; padding-top: 0px; }
	#latestwork-columns { width: 95%; }
	#latestwork-columns .article img { width: 100%; }
	#latestwork-columns .article { margin-bottom: 40px; }
	div.content p,.content-white p,.content-black p { 
	        left: 0 !important;
	        width: 100% !important;
		padding-left: 0px; 
		padding-right: 0px; 
    		background-attachment: initial;
	}
	#latestwork-columns .article { margin-bottom: 40px; }
	#latestwork-columns .article { font-size: 0.8em; }
	#CSS_DISABLED_latestwork-columns .article span { display: block; } 
	#CSS_DISABLED_latestwork-columns .article span.bull { display: none; } 
}

/************************************************************************************
 GALLERY SETS
************************************************************************************/
#gallery-head-black, #gallery-head-white { 
	padding: 5px;
	margin-bottom: 20px;
}
#gallery-head-black h1, #gallery-head-white h1 { 
	font-size: 1.1em;
	font-weight: normal;
	color: #222222;
}
#gallery-head-white {
	background-color: #fafafa; 
	color: #333333; 
}
#gallery-head-white a {
	color: #333333; 
}
#gallery-head-black {
	background-color: #222222; 
	color: #CCCCCC; 
}
#gallery-columns {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	clear: both;
	display: table;
	margin-top: 20px;
}
#gallery-scroll {
	float: left;
	width: 58%;
	max-width: 600px;
	margin-bottom: 10px;
}
#gallery-scroll img, #gallery-scroll video {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px auto;
	padding: 0;
}
#gallery-scroll .caption {
	text-align: left;
	background-color: #eeeeee;
	color: #666666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0;
	margin-top: -4px;
}

#gallery-scroll .likeshare {
	padding: 0px;
	border: 1px solid #DDDDDD; 
	padding-top: 4px;
	padding-bottom: 3px;
	height: 30px; 
	text-align: right; 
	overflow: hidden;
	margin-bottom: 50px; 
}

img.social_icon { height: 40px; width: auto; }

#gallery-scroll h2 {
	color: #999999;
}
#gallery-leadin {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
#gallery-leadin h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.5px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3;
}
#gallery-leadin p {
	color: #777777;
	line-height: 1.6em;
	margin: 0;
	padding-bottom: 0;
	max-width: 800px;
}
#gallery-leadin p.set-meta {
	font-style: italic;
	font-size: 0.8em;
	color: #aaaaaa;
	margin-top: 0;
}

#gallery-submenu {
	float: left;
	text-align: left;
	max-width: 36%;
	margin-left: 30px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	box-sizing: border-box;
	position: sticky;
	top: 70px;
	align-self: flex-start;
}
#gallery-submenu ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
#gallery-submenu ul li {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
}

#gallery-submenu ul li.subhead {
	border-bottom: none;
	margin: 22px 0 10px 0;
	padding: 0 0 6px 0;
	font-size: 0.72em;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #999999;
	position: relative;
}
#gallery-submenu ul li.subhead::after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	background: #cccccc;
	margin-top: 6px;
}
#gallery-submenu ul:first-of-type li.subhead {
	margin-top: 0;
}
#gallery-submenu a {
	color: #666666;
	font-weight: lighter;
	text-decoration: none;
	font-size: 0.85em;
	text-align: left;
}
#gallery-submenu a:hover {
	color: #333333;
	text-decoration: none;
}
#gallery-submenu ul.fineartinfo li {
	color: #999999;
}
#gallery-submenu ul.fineartinfo li b {
	color: #333333;
	font-weight: normal;
}
#gallery-submenu .icon-row {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
#gallery-submenu .icon-row a { line-height: 0; }
#gallery-submenu .social_icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#gallery-submenu .icon-row a:hover .social_icon {
	transform: translateY(-2px);
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

#gallery-submenu .share-buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#gallery-submenu .share-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 6px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	color: #555555;
	font-size: 0.85em;
	font-weight: normal;
	transition: background 0.15s ease, border-color 0.15s ease;
}
#gallery-submenu .share-btn:hover {
	background: #efefef;
	border-color: #dddddd;
	color: #222222;
}
#gallery-submenu .share-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	flex-shrink: 0;
}
#gallery-submenu .share-fb .share-badge { background: #1877F2; }
#gallery-submenu .share-x .share-badge { background: #000000; }
#gallery-submenu .share-li .share-badge { background: #0A66C2; }

#gallery-submenu .services-pitch {
	background: #faf7f2;
	border: 1px solid #ece4d8;
	border-radius: 8px;
	padding: 14px 16px;
	margin-top: 4px;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.5em;
}
#gallery-submenu .services-pitch b { color: #333333; }
#gallery-submenu .services-pitch a {
	display: inline-block;
	margin-top: 6px;
	font-weight: bold;
	color: #6B0F1A;
}
#gallery-submenu .services-pitch a:hover { color: #333333; }

/* for 700px or less */
@media screen and (max-width: 700px) {
	#main { margin: 0 0 0 0; padding-top: 0px; }
	#gallery-scroll {
		clear: both;
		width: 100%;
		margin: 0;
	}
	#gallery-scroll img {
		width: 90%;
	}	
	#gallery-submenu {
		width: 90%;
		font-size: 1.2em;
		margin: 20px 5% 40px 5%;
		position: relative;
		top: auto;
		max-width: 90%;
	}
	div.content p,.content-white p,.content-black p { 
	        left: 0 !important;
	        width: 100% !important;
		padding-left: 0px; 
		padding-right: 0px; 
    		background-attachment: initial;
	}
}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1060px or less */
@media screen and (max-width: 780px) {
	#main { margin: 0 0 0 0; padding-top: 0px; }
	.threecol {
		width: 94%;
	}
	.threecol header {
		height: 200px;
		padding: 0 15px;
	}
	.threecol1 {
		width: 41%;
		padding: 1% 4%;
	}
	.threecol2 {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	.threecol3 {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	.threecol header, .threecol footer {
		padding: 1% 4%;
	}
	div.content p,.content-white p,.content-black p { 
	        left: 0 !important;
	        width: 100% !important;
		padding-left: 0px; 
		padding-right: 0px; 
    		background-attachment: initial;
		-webkit-background-size: 2000px 1400px;
		-webkit-appearance: display;
		-moz-appearance: display;
	}
}

/* for 780px or less */
@media screen and (max-width: 780px) {
	#header { position: static; }
	#footer { display: none; position: static; }

	.threecol1 {
		width: auto;
		float: none;
	}
	.threecol2 {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	.threecol3 {
		width: auto;
		float: none;
	}
	.threecol footer {
		clear: both;
		padding: 0 15px;
	}
	.twocol1 {
		width: auto;
		float: none;
		padding: 5px 15px;
	}
	.twocol2 {
		width: 100%; /* Account for margins + border values */
		float: none;
		padding: 5px 15px;
		margin: 0px 5px 5px 5px;
	}
}


/* for 480px or less */
@media screen and (max-width: 480px) {
	#main { margin: 0 0 0 0; padding-top: 0; }
	#gallery-columns { margin: 0 0 0 0; }
	#gallery-head-black, #gallery-head-white { height: 0; display: none; }
	#gallery-scroll img { width: 95%; max-width: 95%; margin: 0 auto 30px auto; padding: 0; }

	#latestwork { margin: 0 0 0 0; padding: 0 0 0 0; }
	#latestwork-column { margin: 0 0 0 0; padding: 0 0 0 0; }

	#header { position: static; }
	#footer { display: none; position: static; }
	.no-mobile { display: none; }

	.threecol header {
		height: auto;
	}
	.threecol h1 {
		font-size: 2em;
	}
	.threecol3 {
		display: none;
	}
	#header .logo {
		max-width: 240px;
	}
	#header #navOFF { padding: 0 8px; }
	#header .donbutto h1 .line1 { font-size: 10px; }
	#header .donbutto h1 .line2 { font-size: 12px; }
	#header .topnav-links { font-size: 12px; }
	#header .topnav-links a:not(:last-child) { margin-right: 8px; }
	#header .logo img { width: 36px; height: 36px; }
}




.threecol header, .threecol .threecol1, .threecol .threecol2, .threecol .threecol3 {
	margin-bottom: 5px;
}

input, select, textarea {
		font-family: "Lato", Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 1rem;
		line-height: 1.65;
	}

/* Form */
form {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
input[type="text"], input[type="email"], select, textarea {
	margin: 0 auto;
	margin-bottom: 0.7em;
	border: 1px solid #dddddd;
	color: #666666;
	line-height: 1.1em;
	padding: 0.3em;
       	text-decoration: none;
	font-weight: 400;
	display: block;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #960730;
}
input[type="submit"].special {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.2em 2em;
	border-radius: 1rem;
	background-color: #666666;
	color: #fafafa !important;
	font-weight: 400;
}
input[type="submit"].special:hover {
	background-color: #000000;
}

div.transbg {
  	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: none; 
	background: none; 
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip span.tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555555;
  color: #fafafa;
  font-size: 1em;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -160px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip span.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover span.tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Masonry photo grid - individual gallery pages (dance/fitness/masonic/onlocation/concepts/portraiture) */
.gallery-grid {
    column-count: 4;
    column-gap: 12px;
    padding: 12px;
    width: 95%;
}
.gallery-grid img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
    break-inside: avoid;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .gallery-grid { column-count: 3; }
}
@media (max-width: 768px) {
    .gallery-grid { column-count: 2; }
}
@media (max-width: 480px) {
    .gallery-grid { column-count: 1; }
}

/* Galleries index grid (galleries.html / portfolio.html preview cards) */
.galleries-section {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
}
.galleries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.gallery-item {
    position: relative;
}
.image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    overflow: hidden;
}
.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover .image-wrapper img {
    transform: scale(1.05);
}
.gallery-caption {
    padding: 10px 0;
    text-align: center;
}
.gallery-caption a { color: #666; }
.gallery-caption a:hover { color: #333; text-decoration: none; }
.gallery-caption h3 {
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 5px;
}
.gallery-caption p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .galleries-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
    .galleries-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .galleries-grid { grid-template-columns: 1fr; }
    .galleries-section { margin: 40px auto; }
}

/* Photography homepage hero slider (portfolio.html) */
#hero-slider {
    background-color: #333;
    background-image:
        linear-gradient(to right, #000 0%, transparent 50%),
        linear-gradient(to left,  #000 0%, transparent 50%);
    background-size: 50% 100%, 50% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    top: 120px;
    left: auto;
    width: 100%;
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
    overflow: hidden;
    z-index: 1;
}
#hero-slider .track {
    position: relative;
    height: 100%;
    transition: transform .6s cubic-bezier(.7,0,.3,1);
    background: transparent;
}
#hero-slider .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
#hero-slider .hero-slide:first-child {
    opacity: 1;
}
#hero-slider .hero-slide img {
    height: auto;
    width: auto;
    object-position: center;
    object-fit: contain;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    max-height: 90%;
    max-width: 100%;
    margin: 40px;
    box-shadow: -8px 12px 20px rgba(0, 0, 0, 0.9);
}

.video-embed-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.video-embed-wrapper iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
	border: 0;
}
