body {
	background-position: center top;
	background-size: 700px auto;
	letter-spacing: 0.05em;
}
header {
	margin-bottom: 40px;
}
hr {
	border: 0;
    height: 1px;
    background: #888;
    max-width: 1000px;
	max-width: 100rem;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Hind Madurai', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #eeeeee;
	background-color: rgba(9,10,13,0.6);
	border: 1px solid #333333;
	padding: 4px;
	margin: 2px;
}
nav {
	line-height: 2.4em;
    background-color: rgba(9,10,13,0.6);
    padding-top: 8px;
    padding-bottom: 8px;
}
nav ul li a,
nav .highlight {
	padding-left: 1.2em;
	padding-right: 1.2em;
}
#logo {
	padding: 50px 0 30px 0;
}
.captionTitle,
.thumbLinkSub {
	text-transform: uppercase;
    letter-spacing: 0.2em;
	margin-top: 20px;
	line-height: 1.3;
}
.captionTitle {
	font-size: 16px;
	font-size: 1.6rem;
}
.thumbLinkSub {
	font-size: 20px;
	font-size: 2rem;
}
.captionTitle a:link,
.captionTitle a:visited,
.thumbLinkSub a:link,
.thumbLinkSub a:visited {
	color: #FFFFFF;
}
.captionTitle a:hover,
.thumbLinkSub a:hover {
	color: #888888;
}
.photoGals {
	margin-top: 20px;
}
.photoTitle {
	margin-top: 30px;
	margin-top: 3rem;
	margin-bottom: 24px;
}
.photoLocation {
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -16px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.printsCategory {
	padding: 30px;
}
.photoNav-left,
.photoNav-right {
	max-width: 5%;
}
.photoNav-left img,
.photoNav-right img {
	width: 50px;
	height: 125px;
}
@media screen and (min-width: 700px) {
	body {
		background-size: 100% auto;
	}
}

/* ================ FOOTER ================ */

footer {
	width: 100%;
	background-color: #16171c;
}
footer hr {
	background: none;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.4) 70%);
	margin-top: -40px;
	margin-bottom: 50px;
}
#footerLogo {
	margin-top: 30px;
	margin-bottom: -10px;
}
.copyright {
	color: #aaaaaa;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	padding-bottom: 40px;
}
.copyright a:link,
.copyright a:visited {
	color: #cccccc;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footerTable {
	max-width: 1060px;
	margin: 0 auto;
}
.footerCell {
	padding: 50px 20px 0 20px;
}
.footerCell h1,
.footerCell h2,
.footerCell h3 {
	margin-top: 0;
	text-align: left;
}
.footerCell p, .footerCell form {
	text-align: left;
}
.f3 {
	margin-bottom: 50px;
}
.social {
	text-align: left;
}
.social svg {
	margin-right: 4px;
	vertical-align: middle;
}
.social a:hover svg {
	color: #ffffff;
}
@media screen and (min-width: 600px) {
	.footerCell {
		width: 27.672956%;
		float: left;
		padding: 50px 2.8301887%;
	}
	.f3 {
		margin-bottom: 0;
	}
}