body {
	background-position: center top;
	background-size: 1000px auto;
}
header {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
header hr {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	border: 0;
    height: 1px;
    background: #666;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #BBB;
	background-color: #111b20;
	border: 1px solid #444;
	padding: 3px;
	margin: 2px;
}
nav {
	margin-top: 0;
	padding-top: 10px;
	padding-top: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
nav ul li a {
	padding-left: 1em;
	padding-right: 1em;
}
#logo {
	padding: 40px 0 30px 0;
	padding: 4rem 0 3rem 0;
}
.captionTitle,
.thumbLinkSub {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-top: 2rem;
}
.captionTitle {
	font-size: 14px;
	font-size: 1.4rem;
}
.thumbLinkSub {
	font-size: 18px;
	font-size: 1.8rem;
}
.captionTitle a:link,
.captionTitle a:visited,
.thumbLinkSub a:link,
.thumbLinkSub a:visited {
	color: #fff;
}
.captionTitle a:hover,
.thumbLinkSub a:hover {
	color: #ebcf5e;
}
.photoTitle {
	margin-top: 30px;
	margin-top: 3rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.photoLocation {
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	margin-top: -16px;
	margin-top: -1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1.4rem;
}
.printsCategory {
	padding: 30px;
	padding: 3rem;
	margin-top: 40px;
	margin-top: 4rem;
}
@media screen and (min-width: 1000px) {
	body {
		background-size: 100% auto;
	}
}
/*
.journalMenuTiled figcaption {
	background-color: #2b2b2b;
	padding: 30px;
	padding: 3rem;
	margin-top: 0;
}
.journalMenuTiled img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.journalMenuTiled .captionTitle {
	margin-top: 0;
}
.journalMenuTiled .captionTeaser {
	margin-top: 20px;
	margin-top: 2rem;
}
.journalMenuTiled .thumbInner {
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.99);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.99);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.99);
}
*/
/* ================ FOOTER ================ */

footer {
	width: 100%;
	background-image: url("https://www.craiggoodwinphoto.com/images/graphics/footerBkg2.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1000px auto;
}
.copyright {
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}
.copyright a:link,
.copyright a:visited {
	color: #FFF;
}
.copyright a:hover {
	color: #ebcf5e;
	text-decoration: none;
}
.footerTable {
	max-width: 1060px;
	max-width: 106rem;
	margin: 0 auto;
}
.footerCell {
	padding: 50px 20px 0 20px;
	padding: 5rem 2rem 0 2rem;
}
.footerCell h1,
.footerCell h2,
.footerCell h3,
.footerCell h4 {
	margin-top: 0;
	text-align: left;
}
.footerCell p, .footerCell form {
	text-align: left;
}
.f3 {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
.social {
	text-align: left;
}
.social svg {
	margin-right: 6px;
	vertical-align: middle;
}
.social a:hover svg {
	color: #ebcf5e;
}
@media screen and (min-width: 600px) {
	.footerCell {
		width: 27.672956%;
		float: left;
		padding: 50px 2.8301887%;
		padding: 5rem 2.8301887%;
	}
	.f3 {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1000px) {
	footer {
		background-size: 100% auto;
	}
}