/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
select {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}

/* ------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700");
/* ------------------------------------ */

* {
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgb(250, 250, 250);
}

#page {
	max-width: 900px;
	background: white;
	margin: 0 auto 50px auto;
	border: 1px solid #EEE;
	border-top: 1px solid rgb(250,250,250);
	position: relative;
	min-height: 150px;
	/* box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05); */
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 50px 0px;
}

#header {
	border-bottom: 1px solid #DDD;
}

#logo {
	width: 300px;
	text-align: center;
	margin: 75px auto 25px auto;
	padding: 10px 0;
	z-index: 0;
	cursor: pointer;
}

.site-title {
	font-weight: normal;
	font-family: "GoudyTrajan", serif;
	color: #444;
	font-size: 55px;
	line-height: 40px;
	letter-spacing: -5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.site-description {
/*	font-family: Felipa, serif; */
	font-size: 15px;
	font-weight: 200; 
	line-height: 25px;
	letter-spacing: 0;
	color: #999;
}

ul.headNav {
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 1;
	position: relative;
	list-style: none;
}


.headNav li {
	display: inline-block;
}

.headNav li a {
	display: inline-block;
	padding: 40px;
	font-family: "GoudyTrajan", serif;
	font-weight: 200;
	color: #8B4513;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-bottom: none;
}

.headNav li a:hover {
	background: rgb(250,250,250);
}

.headNav li:last-child a {
	border-right: none;
}

#content {
	min-height: 100px;
	background: #EEE;
}

.bodyText {
	padding: 50px;
	background: white;
}

.bleed {
	background-size: cover;
	background-position: center center;
	height: 600px;
}

.bleedBox {
	position: absolute; 
	background: rgba(255,255,255,.9); 
	box-shadow: 0 0 25px rgba(0,0,0,.3);
	width: 40%;
}

.clearfix {
	clear: both;
	display: block;
	width: 100%
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	height: 0;
	color: transparent;
}

#content {
	font-weight: 300;
	color: #999;
	font-size: 12px;
	line-height: 1.25em;
	position: relative;
}

#content h2 {
	font-family: "GoudyTrajan", serif;
	color: #444;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	line-height: 1.75em;
}

.bleedBox ul {
	list-style-type:disc;
	margin: 0 0 .75em 0;
}

#content p {
	margin: 0 0 .75em 0;
}

.bleedBox li {
	margin-left: 25px;
}

.gallery {
	padding: 6px;
	line-height: 0;
}

.gallery img {
    height: 160px;
    margin: 6px;
	background: #BBB;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.gallery img.landscape {
	width: 240px;
}

.gallery img.portrait {
	width: 107px;
}

#content .gallery a {
	border: none;
}

#content a, #content a:visited, #footer a, #footer a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #DDD;
	margin-bottom: -1px;
	color: #8B4513;
}

#footer {
	min-height: 100px;
	background: rgb(245,245,245);
	color: #888;
	font-size: 11px;
	font-weight: 200;
	height: auto;
	clear: both;
	line-height: 1.5em;
	border-top: 1px solid #DDD;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,.05);
}

#footer a, #footer a:visited {
	color: #888;
}

#footer a:hover, #footer a:active {
	color: #444;
	border-bottom: 1px solid #CCC;
}

.footBox {
	padding: 45px;
	width: 33%;
	float: left;
	position: relative;
}

.socialMedia, .footBtn {
	margin-top: 7px;
}

#footer .socialMedia a {
	border-bottom: 0px;
	margin-right: 5px;
	opacity: .5;
}

#footer .socialMedia img {
	height: 16px;
	width: 16px;
}

#footer .socialMedia a:hover, #footer .socialMedia a:active {
	opacity: .85;
}

#footer .blackBtn {
	display: inline-block;
	background: #EEE;
	color: #444;
	padding: 5px 7px 3px 7px;
	text-transform: uppercase;
	border-bottom: none;
	font-weight: 200;
	font-size: 10px;
	border: 1px solid rgba(0,0,0,.1);
	text-shadow: none;
	border-radius: 2px;
}

#footer .blackBtn:hover {
	background: rgb(250,250,250);
}

#footer .blackBtn:active {
	box-shadow: inset 0 1px 15px -5px rgba(0,0,0,.2), inset 0 1px 2px rgba(0,0,0,.1);
}

.footBox .blackBtn {
	margin-right: 5px;
}

#footer h2 {
	font-family: "GoudyTrajan", serif;
	color: #666;
	line-height: 1.5em;
	font-size: 14px;
}

#footer strong, #footer a {
	font-weight: 300;
	color: inherit;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-decoration: none;
}

#copyright {
	border-top: 1px solid #EEE;
	background: #FFF;
	color: #999;
	font-size: 11px;
	padding: 20px 50px;
}

.twoCol {
	width: 250px;
}

.galleria-container {
	background: #666;
}

#gallery .galleria-stage {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#gallery .galleria-thumbnails {
	display: none;
}

#aboutGallery .galleria-container {
}

#aboutGallery .galleria-stage {
	top: 0;
	left: 0;
	right: 0;
}

#aboutGallery .galleria-thumbnails .galleria-image {
	border: none;
	margin: 0 10px 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.fancybox-overlay {
	background: rgba(255,255,255,.9);
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#credit {
	position: absolute; 
	right: 0;  
	top: 0; 
	padding: 20px 50px; 
	text-transform: uppercase; 
	font-size: 9px; 
	color: #CCC; 
	font-weight: 300;
}

.thanks {
	display: none;
	position: relative;
	padding: 15px 20px;
	margin: 1em 0 3em;
	width: 200px;
	text-transform: lowercase;
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	right: 25px;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 0px;
}

.thanks::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 50px;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: white transparent;
	display: block;
	width: 0;
}

#footer .thanks a {
	text-shadow: none;
}

iframe {
	margin: 0;
}

/* WATERFALL */

#waterfall { margin: 10px auto; padding: 0; list-style: none; background: white; }

#waterfall li {
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(100px);
}

#waterfall li.show {
  opacity: 1;
  transform: translateY(0);
  margin: 0;
  transition: all 0.3s, top 1s;
}

#waterfall li > div {
  margin: 10px;
  background: rgb(250,250,250);
  border: 1px solid rgb(250,250,250);
  transition: all 0.5s;
}

#waterfall li > div:hover {
  /* transform: translateY(-10px); */
  border: 1px solid #DDD;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  transition: all 0.3s;	
  cursor: pointer;
}

#waterfall h2{
	margin: 15px 15px 5px 15px;
	font-size: 13px;
}

#waterfall p {
	margin: 5px 15px 20px 15px;
}

#waterfall img {
	max-width: 100%;
}

	@font-face {
		font-family: 'CopperplateGothicLightRegular';
		src: url('../fonts/copperplate_gothic_light-webfont.eot');
		src: url('../fonts/copperplate_gothic_light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/copperplate_gothic_light-webfont.woff') format('woff'),
			 url('../fonts/copperplate_gothic_light-webfont.ttf') format('truetype'),
			 url('../fonts/copperplate_gothic_light-webfont.svg#CopperplateGothicLightRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'ScriptinaRegular';
		src: url('../fonts/scriptina-webfont.eot');
		src: url('../fonts/scriptina-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/scriptina-webfont.woff') format('woff'),
			 url('../fonts/scriptina-webfont.ttf') format('truetype'),
			 url('../fonts/scriptina-webfont.svg#ScriptinaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'GoudyTrajan';
		src: url('../fonts/goudytrajan.eot');
		src: url('../fonts/goudytrajan.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/goudytrajan.woff') format('woff'),
			 url('../fonts/goudytrajan.ttf') format('truetype'),
			 url('../fonts/goudytrajan.svg#ScriptinaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Felipa';
		src: url('../fonts/felipa.eot');
		src: url('../fonts/felipa.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/felipa.woff') format('woff'),
			 url('../fonts/felipa.ttf') format('truetype'),
			 url('../fonts/felipa.svg#ScriptinaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
