body {
	background-repeat: repeat-y;
	font-weight: 300;
	letter-spacing: 0.1em;
}
header {
	background-image: url("https://www.adamschallau.com/images/graphics/bkg-header-3.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
h1 {
	line-height: 1.4;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #eeeeee;
	background-color: #444444;
	border: 1px solid #222222;
	padding: 6px;
	margin: 2px;
}
nav {
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}
nav ul li a,
.nav2 ul li a {
	padding: 0 1em;
}
#logo {
	padding-top: 15px;
	padding-top: 1.5rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}
.captionTitle,
.thumbLinkSub {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 18px;
	margin-top: 1.8rem;
}
.thumbLinkSub {
	font-size: 18px;
	font-size: 1.8rem;
}
.captionTitle a:hover,
.thumbLinkSub a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cartDiscount {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.menuContent h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}
.menuContent h2 a:link,
.menuContent h2 a:visited {
	color: #ebbb68;
	text-decoration: none;
}
.menuContent h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navline {
	width: 100%;
	height: 1px;
	background-image: url("https://www.adamschallau.com/images/graphics/line.png");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.photoNavText {
	text-align: center;
}
.photoTitle {
	margin-top: 50px;
	margin-top: 5rem;
}
.photoLocation {
	font-family: 'Cinzel', serif;
	color: #bbbbbb;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 8px;
	margin-top: 0.8rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.photoCaption {
	margin-top: 30px;
	margin-top: 3rem;
}
.printsCategory {
	color: #cccccc;
	background-color: #363636;
	-moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.60);
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.60);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.60);
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
.printsInfo {
	margin-top: -10px;
	margin-top: -1rem;
}
.subgalleryThumbs h1 {
	clear: both;
	text-align: center;
	margin-top: 48px;
	margin-top: 4.8rem;
}
.thumbLinkSub {
	line-height: 1.4;
}
.thumbNumber {
	color: #aaaaaa;
}
.thumbText {
	margin-top: 10px;
	margin-top: 1rem;
}

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

footer {
	color: #cccccc;
	background-color: #161616;
	max-width: 100%;
}
.copyright {
	clear: both;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}
.copyright a:link,
.copyright a:visited {
	color: #ffffff;
}
.copyright a:hover {
	color: #ebbb68;
}
.footerTable {
	max-width: 900px;
	max-width: 90rem;
	padding: 50px 20px 0 20px;
	padding: 5rem 2rem 0 2rem;
	margin: 0 auto;
}
.footerCell {
	text-align: left;
}
.footerCell h1 {
	margin-top: 0;
}
.f3 {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
@media screen and (min-width: 600px) {
	.f1 {
		width: 58.333333%;
		float: left;
		text-align: left;
	}
	.f3 {
		width: 30.555556%;
		float: right;
		margin-bottom: 0;
	}
}