body {
	background-position: center top;
	background-size: 600px auto;
}
hr {
	border: 0;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
    max-width: 1100px;
	max-width: 110rem;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #272727;
	border: 1px solid #272727;
	padding: 4px;
	margin: 2px;
}
nav ul li a {
	padding-left: 1em;
	padding-right: 1em;
}
#logo {
	padding: 24px 0 10px 0;
	padding: 2.4rem 0 1rem 0;
}
.captionTitle,
.thumbLinkSub {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 16px;
	margin-top: 1.6rem;
}
.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: #ffffff;
}
.captionTitle a:hover,
.thumbLinkSub a:hover {
	color: #93afcc;
}
.photoNav-left,
.photoNav-right {
	max-width: 5%;
}
.photoNav-left img,
.photoNav-right img {
	width: 50px;
	width: 5rem;
	height: 125px;
	height: 12.5rem;
}
.photoTitle {
	margin-top: 30px;
	margin-top: 3rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.photoLocation {
	text-transform: uppercase;
	color: #9e9e9e;
	margin-top: -16px;
	margin-top: -1.6rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	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: 600px) {
	body {
		background-size: 100% auto;
	}
}
/*
.journalMenuTiled figcaption {
	background-color: #212121;
	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;
}
*/
/* ================ FOOTER ================ */

footer {
	width: 100%;
	background-color: #151417;
}
#footerLogo {
	margin-top: 40px;
	margin-top: 4rem;
}
#footerLogo img {
	background-color: #151417 !important;
	padding: 0 25px 0 30px;
	padding: 0 2.5rem 0 3rem;
	z-index: 2;
}
#footer hr {
	margin-top: -80px;
	margin-top: -8rem;
	margin-bottom: 70px;
	margin-bottom: 7rem;
}
.copyright {
	color: #9e9e9e;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}
.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: #93afcc;
}
@media screen and (min-width: 600px) {
	.footerCell {
		width: 27.672956%;
		float: left;
		padding: 50px 2.8301887%;
		padding: 5rem 2.8301887%;
	}
	.f3 {
		margin-bottom: 0;
	}
}