@font-face {
	font-family: 'FoundersGroteskWeb-Semibold';
	src: url('fonts/FoundersGroteskWeb-Semibold.eot') format('embedded-opentype'),
	url('fonts/FoundersGroteskWeb-Semibold.woff2') format('woff2'),
	url('fonts/FoundersGroteskWeb-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'FoundersGroteskWeb-SemiboldItalic';
	src: url('fonts/FoundersGroteskWeb-SemiboldItalic.eot') format('embedded-opentype'),
	url('fonts/FoundersGroteskWeb-SemiboldItalic.woff2') format('woff2'),
	url('fonts/FoundersGroteskWeb-SemiboldItalic.woff') format('woff');
}
@font-face {
	font-family: 'PitchWeb-Regular';
	src: url('fonts/PitchWeb-Regular.eot') format('embedded-opentype'),
	url('fonts/PitchWeb-Regular.woff2') format('woff2'),
	url('fonts/PitchWeb-Regular.woff') format('woff');
}
@font-face {
	font-family: 'PitchWeb-RegularItalic';
	src: url('fonts/PitchWeb-RegularItalic.eot') format('embedded-opentype'),
	url('fonts/PitchWeb-RegularItalic.woff2') format('woff2'),
	url('fonts/PitchWeb-RegularItalic.woff') format('woff');
}

body {
	background-color: #f8f7f6;
	font-family: 'PitchWeb-Regular', 'Courier';
	font-size: 16px;
	line-height: 22px;
}

h1, h2 {
	font-family: 'FoundersGroteskWeb-Semibold', helvetica;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 14px;
}

h3 {
	font-weight: bold;
}

h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}

p {
	margin-bottom: 14px;
	hyphens: auto;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-family: 'PitchWeb-RegularItalic', 'Courier';
}

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

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

/*** SPLASH PAGE ***/
.splash {
	background-color: #ffffff;
	
}

.splash img {
	width: 100%;
	height: auto;
}

@media (min-width:600px) {
	.splash {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 100vh;
		justify-content: center;
		align-items: center;
	}
}

.header_wrap {
	padding-left: 2em;
	padding-right: 2em;
}

.header_wrap h1 {
	margin-top: 1em;
}

.header_wrap nav {
	padding-top: 2em;
}

.header_wrap nav ul li.active > a {
	text-decoration: underline;
}

.header_wrap nav ul li ul li:before {
	content: "– ";
}

.content_wrap {
	padding-left: 2em;
	padding-right: 2em;
}

.content_wrap section {
	padding-top: 5em;
}

.content_wrap section#photographs {
	display: none;
}


/*** LIGHTBOX ***/
ul.lightbox-thumbnails li {
	display: inline;
}

ul.lightbox-thumbnails li img {
	width: 31%;
	margin-bottom: 3px;
}

ul.lightbox-thumbnails.two-col li img {
	width: 48%;
}


@media screen and (min-width: 900px) {

	.header_wrap h1 {
		float: left;
		position: fixed;
		margin-left: 25%;
	}

	.header_wrap nav {
		float: left;
		position: fixed;
		padding-top: 13em;
	}

	.content_wrap {
		float: left;
		margin-left: 25%;
	}

	.content_wrap section {
		padding-top: 13em;
		padding-bottom: 100%;
		clear: both;
	}

	.content_wrap section .left_col {
		width: 340px;
		float: left;
	}

	.content_wrap section#home .left_col {
		width: 640px;
	}

	.content_wrap section .right_col {
		width: 340px;
		float: left;
		margin-left: 2em;
	}

	ul.lightbox-thumbnails {
		width: 45%;
		float: left;
		margin-left: 2em;
	}

	ul.lightbox-thumbnails li {
		margin-right: .4em;
	}

	#imageDataContainer {
		margin-left: 0;
		position: relative;
		top: -16px;
		left: 10px;
	}

	.hide_wide {
		display: none;
	}
}