body {
	background-attachment: fixed;
	background-position: 50% -200px;
	background-position: 50% -20rem;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Athiti', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #DDDDDD;
	background-color: #212121;
	border: 2px solid #212121;
	padding: 3px;
	margin: 2px;
}
nav {
	line-height: 2;
	padding: 12px;
	padding: 1.2rem;
	background-color: #131313;
	z-index: 1;
	margin-top: 0;
}
nav ul li a,
.nav2 ul li a {
	padding: 0 1.2em;
}
#logo {
	width: 100%;
	height: 100px;
	height: 10rem;
	background-color: #1f1f1f;
	background-image: url("https://www.rwongphoto.com/images/graphics/header-bkg.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#logo img {
	margin-top: 25px;
	margin-top: 2.5rem;
}
.captionTitle {
	font-size: 14px;
	font-size: 1.4rem;
}
.captionTitle,
.thumbLinkSub {
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.copyright {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.galNavShell {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
.header {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}
.journalMenuTiled figcaption {
	background-color: #131313;
	padding: 20px;
	padding: 2rem;
	margin-top: 0;
}
.journalMenuTiled img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.journalMenuTiled .thumbInner {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.90);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.90);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.90);
}
.journalMenuTiled .captionDate {
	text-transform: uppercase;
	font-weight: bold;
	color: #888888;
	letter-spacing: 0.1em;
	margin-top: 6px;
	margin-top: 0.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.newsItem {
	margin-top: 60px;
	margin-top: 6rem;
}
.pageTitle h1 {
	line-height: 1.2;
}
.photoNav-left,
.photoNav-right {
	max-width: 5%;
}
.photoNav-left img,
.photoNav-right img {
	width: 50px;
	width: 5rem;
	height: 200px;
	height: 20rem;
}
.photoTitle {
	margin-top: 40px;
	margin-top: 4rem;
}
.photoLocation {
	margin-top: 8px;
	margin-top: 0.8rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #888888;
	letter-spacing: 0.1em;
}
.photoCaption {
	margin-top: 40px;
	margin-top: 4rem;
}
.social {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.total {
	color: #FFF;
}
@media screen and (min-width: 450px) {
	#logo {
		height: 150px;
		height: 15rem;
	}
	#logo img {
		margin-top: 40px;
		margin-top: 4rem;
	}
}
@media screen and (min-width: 600px) {
	body {
		background-attachment: fixed;
		background-position: 50% 0%;
	}
	#logo {
		height: 190px;
		height: 19rem;
	}
	#logo img {
		margin-top: 50px;
		margin-top: 5rem;
	}
}