body {
	background: #f4f4f4 url('op-bg3.png') repeat-y center -300px;
	background-size: 100%;
	font-size: 90%;
	font-family: system-ui,
	-apple-system, /* macOS & iOS */
	BlinkMacSystemFont, /* Older Safari */
	"Segoe UI", /* Windows */
	Roboto, /* Android */
	"Helvetica Neue",
	Arial,
	sans-serif;
	color: #4D525C;
}

h1 { 
	font-size: 2em;
	padding: 2em 1em 0.5em 1em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1;
	color: #33363e
}

h1#logo {
	padding: 0;
	text-align: left;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

h1#logo span {
	
}

#content h1 {
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;

}

body#home #content h1 {
	font-size: 3.5em;
	max-width: 700px;
	font-weight: 300;
}


h2 {
	margin: 2em 0 0.5em 0;
	font-size: 1.3em;
	clear: both;
	line-height: 1.3;
	font-weight: normal;
	color: #33363e;
}

h3 {
	margin: 0.5em 0 0 0;
	color: #33363e;
	line-height: 1.4;
	font-size: 1.3em;
}

p {
	font-size: 1.3em;
	color: #4D525C;
	margin-right: 0;
}

p, ul {
	line-height: 1.5;
	margin: 1em 0;
	color: #4D525C;
}

li {
	margin-bottom: 0.5em;
}

em {
	font-style: italic;
}

a:link, a:visited { 
	text-decoration:  none;
	transition: 0.2s; 
	-webkit-transition-duration: 0.2s;
	outline: none;
	color: #000;
	border-bottom: 1px solid #ddd;
}

a:hover {
	color: #4D525C;
	transition: 0.2s; 
	-webkit-transition-duration: 0.2s;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 30px 0;
	display: block;
}

#header {
	float: left;
	width: 100%;

}

#logo { 
	font-size: 2em;
	display: block;
	margin: 1em 0;
	float: left;
}

#logo em {
font-size: 0.6em;
font-style: normal;
}

#logo a:link, #logo a:visited {
	color: #2b2b2b
}

#logo a:hover {
	
}

#logo a:hover span {
}


#nav { 
	clear: left;
}

#nav li { 
	list-style: none;
	display: inline-block;
	margin: 0 0.8em 0 0;
	padding-bottom: 0.5em;
	font-size: 1.1em;

}

#nav a { 
	padding-left: 0;
	color: #2b2b2b;
	border-bottom: none;
}

#nav a:hover { 
	color: #4D525C;
}



#home #nav li#nav-home a,
#work #nav li#nav-work a,
#about #nav li#nav-about a,
#contact #nav li#nav-contact a,
#work.logo #nav li#nav-logo a,
#work.web #nav li#nav-web a,
#work.print #nav li#nav-print a {
	color: #9297a1
}

#new-home-intro {
	padding: 100px 0 50px 0;	
}
#home p#home-intro-first {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 16px;
}


#header-content {
	padding: 0 1.3em;
}
#content {
	clear: both;
	padding: 0 1.3em;
}

	img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	img.huge {
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70px;
	}
	
	.work .pic {
		border: 0.4em solid #fff;
		border-radius: 3px;
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.05);
		margin: 0.2em;
	}
	
	.col-small div {
		
		float: left;
	}
	
	.col-large {
		clear: both;
	}
	
		
	.pic {
		display: block;
	}
	
	.gallery {
		margin-top: 40px;	
	}
	
	.gallery li span {
		display: block;
	}
	
	.gallery li {
		margin-bottom: 2.5em;
		width: 100%;
		margin: 0 0 1em 0;
		float: left;
		font-size: 0.9em;
		background: #fff;
		box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.03);
		border-radius: 3px;
		overflow: hidden;
	}
	
	.gallery li .title, #other-work li .title {
		font-weight: bold;
		padding: 20px 20px 0 20px;
		color: #33363e;
	}
	.gallery li .desc, #other-work li .desc {
		padding: 0 20px 20px 20px;
		color: #4D525C;
	}
	
	.gallery li a:link, .gallery li a:visited, #other-work li a:link, #other-work li a:visited {
		color: #000;	
	}
	
	

.rslides li {
	margin-bottom: 50px;	
}
		
		#slideshow-container {
			margin: 70px 0;
			padding: 0 0 2em 0;
			position: relative;
		}
		#slideshow-container p, #slideshow-container ul {
			font-size: 1em;
		}
		#work #slideshow-container {
			padding-bottom: 0;
		}
		
		.caption {
			padding-bottom: 1em;
			text-align: left;
			width: 100%;
		}
		
		.empty {
			display: none;
		}
.caption h2, .caption p {
	margin: 0;
}


		
.caption p {
	color: gray;
}

#work #content .work-caption p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.work-caption {
	padding: 6px 6px 6px 0;
	color: gray;
}


.more-link {
	text-align: left;
}

#footer {
	border-top: 1px solid #c9c9c9;
	float: left;
	width: 100%;
	margin: 4em 0 0 0;	
}

#footer h2 {
	margin-bottom: 1em;
}	

#footer p, #footer li {
	font-size: 1.2em;
}
#footer ul {
	margin-top: 0;	
}

#copyright {
	clear: both;
	padding-top: 100px;
}

#copyright p {
	font-size: 0.8em;
	padding: 6em 0 2em 0;
	clear: both;
}



#single-text-col {
	padding: 0 0 2em 0;
}

#single-text-col img {
	width: auto;
	margin: 0 auto;
}

#sub-nav {
	font-size: 1.2em;
	padding-top: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
}



#sub-nav a {
	margin: 0.3em;
	padding-bottom: 0.3em;
}

#sub-nav .selected {
		border-bottom: 1px solid #999999;
		
}
#sub-nav  a.selected:link, #sub-nav a.selected:visited  {
color: #999999
}

#intro {
	margin-bottom: 2.5em;
}

#project-header {
	text-align: left;
	max-width: 750px;
	
}




#other-work {
	text-align: left;
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

#other-work li {
	width: 49%;
	display: inline-block;
	text-align: left;
	vertical-align:top;
	background: #fff;
	margin-bottom: 20px;
}

.gallery.other li:nth-child(3n+1) {
	clear: none;	
}

#other-work li .title { 
	padding: 20px 20px 0 20px;
	display: block;
}
#other-work li .desc { 
	padding: 0 20px 20px 20px;
	display: block;
}

.gallery.other {
	margin-top: 2em;
	text-align: left;
}

.gallery.other li, #other-work li {
	display: inline-block;
	text-align: left;
	vertical-align:top;
	width: 46%;
	float: left;
	margin: 0 2% 20px 2%;
}

.parent-pageid-373 .breadcrumb {
	display: none !important;
}


#menu-toggle {
	float: right;
	width: 10%;
	max-width: 24px;
	display: block;
	margin-top: 35px;
	margin-right: 1.5em;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menu-toggle div {
	width: 100%;
	display: block;
	height: 3px;
	background-color: #bcbcbc;
	margin-bottom: 6px;
	transition: 0.2s;
}
#menu-toggle.active div:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-top: 10px;
}
#menu-toggle.active div:nth-child(2) {
	opacity: 0;
}
#menu-toggle.active div:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -18px;
}

ul.tags {
	margin: 1.5em 0 4em 0;
}

ul.tags li {
	display: inline;
	line-height: 3.5;
	color: #595959;
	white-space: nowrap;
	margin-right: 1em;
}

ul.tags li img {
	width: 1em;
	height: auto;
	display: inherit;	
}


#home-grid {
	float: left;
	width: 100%;
}

#home-grid a {
	float: left;
	width: 50%;	
}



#home-grid .intro {
	float: left;
	text-align: left;
	width: 100%;
}

#home-grid .intro div {
	padding: 0 5%;
	float: right;
	max-width: 570px;
}

#home-grid .intro h1 {
	font-size: 3.8em;
}

#home-grid .intro h1, #home-grid .intro p {
	text-align: left;
	padding-left: 0;
}


img.profile-pic {
	max-width: 300px;
	margin: 0 auto;
	border-radius: 300px;
}
#profile-pic p {
	font-size: 12px;
	text-align: center !important;
}

#floater {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 90px;
	display: block;
	border-radius: 50px;
	overflow: hidden;
	border: none;
	transition: 0.5s;
}

#floater:hover {
	rotate: 360deg;
}

#contact #floater {
	display: none;
}

#new-filters {
	text-align: center;
}
#new-filters div {
	display: inline-block;
	margin: 0 1em 1em 0;
	font-size: 1.1em;
	border: 1px solid transparent;
	border-radius: 100px;
	padding: 0.5em 0.9em 0.6em 0.9em;
	line-height: 1;
}
#new-filters div a {
	border: none;
}
#new-filters div.selected {
	border-color: #000;
}


@media screen and (min-width: 600px) {
	
	#nav {
		display: inherit;
		float: right;
		margin: 2.3em 0 0 1.4em;
		clear: none;
	}
	
	#nav li { 
		list-style: none;
		float: left;
		margin: 0 0 0 4em;
	}
	
	#home-grid .intro {
		width: 50%;
	}
	
	#home p {
		text-align: left;
		padding: 0;
	}
	
	ul.tags {
		text-align: left;
	}
	
	#home-grid a {
		float: left;
		width: 25%;	
	}
	
	
	
	h1 {
		font-size: 3em;
		padding-right: 0;
	}
	

	
	
	
	#header-content, #content {
		width:95%;
		margin: 0 auto;
		max-width: 1200px !important;

	}
	
	#content {
		padding: 0 0 2em 0;
		
	}
	


	
	ul#other-work {
		float: left;
		width: 100%;
	}
	
	.col-small {
		width: 30%;
		float: left;
		display: block;
	}
	
	.col-small div {
		float: none;
	}
	
	.col-large {
		width: 70%;
		float: left;
		clear: inherit;
		display: block;
	}
	
	.empty {
			display: inherit;
		}
	
	.l {
		float: left;
		text-align: right;
	}
	
	.r {
		float: right;
		text-align: left;
	}
	
	.row {
		position: relative;
		float: left;
		width: 100%;
		clear: both;
	}
	
	.bottom-fix {
		position: absolute;
		bottom: 0;
	}
	
	.bottom-fix.r {
		right: 0;
	}
	
	.caption {
		padding: 1em 2em 2em 1em;
		text-align: right;
		width: auto;
		}
		
	#home .caption p {
		text-align: right;
	}
	
	.more-link {
		padding-top: 2em;
	}
	
	#footer {
		padding: 0;
		text-align: left;
	}
	
	#footer .col {
		width: 23.33%;
		float: left;
		margin: 0;
		padding: 0 10% 0 0;
	}
	
	#single-text-col {
		max-width: 700px;
		
	}
	
	#contact #single-text-col {
		max-width: none;
	}
	
	ul#other-work {
		padding-bottom: 5em;
		width: 101.6%;
		margin-left: -1%;

	}
	
	#other-work li {
		width: 48%;
		margin: 0 1%;	
		float: left;
	}
	
	.gallery {
		width: 105%;
		margin-left: -2%	
	}
	
	.gallery li {
		width: 29%;
		float: left;
		margin: 0 2% 50px 2%;
		transition: 0.5s;
	}
	
	.gallery li:nth-child(3n+1) {
		clear: both;	
	}
	
	.gallery li:hover {
		margin-top: -6px;
		box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.07)
	}
	
	.gallery.other {
		width: 106%;
		margin-left: -1%	
	}

	
	.gallery.other li {
		width: 14%;
		margin: 0 1% 0 1%;
	}
	
	.gallery.other li:hover {
			margin-top: -5px;
	}
	
	#work #content p, #work #content h2, #contact #content p, #contact #content h2 {
		text-align: left;
	}
	
	ul#secondary-pics {
		padding: 1em 0;
		float: left;
		width: 100%;
	}
	
	ul#secondary-pics li {
		width: 50%;
		float: left;
	}
	
	
	
	#sub-nav {
		text-align: left;
	padding-top: 3em;
}

	
	#sub-nav li {
		display: inline-block;
		padding: 0;
		font-size: 0.8em;
	}
	
	body#home #content h1 {
		font-size: 4.5em;
	}
	#profile-pic {
		float: right;
		width: 250px;
		margin-top: 80px;
		
	}
	#contact #profile-pic {
		float: left;
		margin-right: 40px;
	}

	
}

@media screen and (min-width: 960px) {
	#menu-toggle {
		display: none;	
	}
	
	#logo {
		margin: 1em 0;
		float: left;
	}
	
	#menu-toggle {
		display: none;	
	}
	
	
	
	p {
		max-width: 800px;
		margin-right: auto;	
	}
	
	#profile-pic {
		float: right;
		margin: 30px 70px 0 0;
		width: 250px;
	}
	#contact #profile-pic {
		float: left;
	}
	
}

@media screen and (min-width: 1300px) {
	
	#header-content, #content {
		width:85%;
		margin: 0 auto;
	}
	
	#nav li { 
		margin: 0 0 0 3em;
	}
	
	#home-grid .intro div {
		max-width: 600px;
		padding-left: 0;
	}
	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#slideshow-container {
		padding: 0 3.2em;
	}
}

@media screen and (max-width: 600px) {

.col-small {
	width: 50%;
	float: left;
}

.caption {
	position: absolute;
	bottom: 0;
	text-align: left;
}

.bottom-fix {
	padding-bottom: 85px;
}



}
