
body {
	color: #202020;
	background-color: #e6e6e6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: "brandon-grotesque", sans-serif;
}

body.photo-page {
	overflow: hidden;
	background-color: #f9f9f9;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    scroll-padding-top: 120px;  
}

h3 {
	color: #333333;
	margin-top: .6em;
	margin-bottom: 0;
	font-size: 80%;
}	

a, a:visited {
	color: rgba(2, 84, 235, .6) !important;
	text-decoration: none;
}

strong {
    font-weight: 700;
}

.no_show, .search-engine-prefix {
	display: none;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 500;
}

.header-shadow {
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
}

.header-wrap {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	width: auto;
	max-width: 830px;
	height: auto;
	min-height: 100%;	
	overflow: hidden;	
	background-color: #f9f9f9;	
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-row1 {
	padding: 0px 20px 5px 20px;
}

.header-row2 {
	margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
}

#header-left {
	display: inline;
	float: left;
	text-align: left;
	width: auto;	
}

.title {
	font-size: 1.2em; 
    font-weight: 400;
    letter-spacing: .02em;
    width: 100%;
    text-transform: uppercase;
    color: rgba(32, 32, 23, .8);
}

.title a, .title a:visited {
	color: rgba(2, 84, 235, .6) !important;
	text-decoration: none;
	display: inline-block;
}

.title span {
	display: inline-block;
}

#header-right {
	display: inline;
	float: right;
	text-align: right;
	width: auto;
}

.header-links {
	font-size: 1em;
	margin-top: 0px;
	float: right;
	color: rgba(2, 84, 235, .6);
	font-weight: 600;
	letter-spacing: .05em;
	vertical-align: bottom;
}

.header-links .link { 
	cursor: pointer; 
}
.header-links .link:hover { 
	color: rgba(0, 0, 0, .3);
}

.link:first-child, .link-disabled:first-child {
  margin-right: 12px;
}

.header-links .link-disabled { 
	color: rgba(32, 32, 23, .5);
}

.header-links .link a, .header-links .link a:visited { 
	color: rgba(2, 84, 235, .6);
	text-decoration: none;
	display: inline-block;
}

body.about .header-row1 a, body.about .header-row1 a:visited, 
body.sources .header-row1 a, body.sources .header-row1 a:visited { 
	color: #202020;
	text-decoration: none;
}

/* 
* filter
*/
.is-hidden { 
	display: none; 
}

.input-wrap {
	width: auto;
	text-align: right;
	margin-top: 5px;
	display: inline;
}


/* input */

.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, .1);

	color: rgba(0, 0, 0, .7);
	background-color: #f9f9f9;

    border-radius: 2px;
    box-shadow: none;
    display: inline;
    font-size: .9rem;
    width: 180px;
    height: 1.7em;
    padding-left: 3px;
    position: relative;
    vertical-align: top;   
}

::placeholder {
  color: #C8C8C8;
  opacity: 1; /* Firefox */
  letter-spacing: .02em;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #C8C8C8;
}

input:focus {
    outline: none !important;
    border: 1px solid #C8C8C8;
}

.content-container {
	margin: 0 auto;
	padding: 105px 20px 20px 30px;
	max-width: 800px;
	background-color: #f9f9f9;
}

.section-block {
	height: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	
}

body.sources .section-block { 
	margin-bottom: .7em;
}

.section-block a, .section-block a:visited { 
	color: rgba(2, 84, 235, .8);
	text-decoration: none;
}

.content-header {
	margin-bottom: .7em;
	font-weight: 600;
}

.text1 {
	letter-spacing: .01em;
	line-height: 1.3em;
	font-size: 1.3em; 
	font-weight: 300;
	color: #333333;
}

.text1 p {
	margin-top: 0;
	margin-bottom: .8em;
}

.para-bullets {
	font-size: .8em; 
	font-weight: 200;
}

.photo-wrap img {
	cursor: pointer;
}

.photo-wrap img.align-right {
	width: 40%; 
	float: right !important; 
	margin: 10px 0px 5px 15px;
}

.photo-wrap img.align-left {
	width: 40%; 
	float: left; 
	margin: 10px 15px 5px 0px;
}

.photo-wrap img.portrait {
	width: auto;
	height: 400px;
}

.photo-wrap img.landscape {
	width: 400px;
	height: auto;
}

.photo-wrap.position-1 {
	display: none;
}

.photo-wrap.position-2 {
	display: none;
}

/* 
* single photo
*/

.photo-container {
	height: 100%; 
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.photo-container p {
	margin-bottom: 140px;
}

.photo-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 0px 0px 10px 10px;
}

/* 
* controls
*/

span.more-label, span.less-label, a.anchor-link {
/* 	color: #0254EB !important; */
	color: rgba(2, 84, 235, .6) !important;
	letter-spacing: .01em !important;
	/* font-size: 90% !important; */ 
}

span.more-label:hover, span.less-label:hover, a.anchor-link:hover {
	cursor: pointer;
	color: rgba(0, 0, 0, .3) !important;
}

.link-divider {
	font-size: 60%; 
	vertical-align: top;
}

/* 
.anchor-link {
	display: block;
	margin-bottom: 5px;
}
 */

.anchor-link:before {
	content: "[";
	font-size: 80%; 
	vertical-align: top;
	color: rgba(0, 0, 0, .6);
}

.anchor-link:after {
	content: "]";
	font-size: 80%; 
	vertical-align: top;
	color: rgba(0, 0, 0, .6);  
}

img.more-arrow, img.less-arrow {
	display: inline;
	height: 13px;
	width: auto;
	opacity: .7;
	padding: 5px 5px 0px 5px;
}

img.more-arrow:hover, img.less-arrow:hover {
	cursor: pointer;
}

.more-block {
	display: none;
}

.close-icon:after {
	position: absolute;
	left: 20px;
	font-size: 2.85em; 
	color: rgba(2, 84, 235, .6);
	cursor: pointer;	
	content: "\00d7";
}

.black-bg1 {
	background-color: rgba(0,0,0,1) !important;
}

.gray-bg1 {
	background-color: rgba(208,208,208,1) !important;
}

.bg2 {
	background-color: rgba(184,173,156,1) !important;
}


.footer {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 40px;
}

.copyright {
	color: #111111;
	font-size: 1em;
}

@media screen and (min-width: 651px) {

	.photo-wrap.position-1 {
		display: none;
	}
	
	.photo-wrap.position-2 {
		display: inline;
	}	
	
}

@media screen and (max-width: 650px) {

	.header-row1 {
		padding: 0px 10px 5px 10px;
	}
	
	.header-row2 {
		padding: 0px 10px 0px 10px;
	}

	.content-container {
		padding: 130px 20px 0 20px; 
	}
	
	.photo-wrap img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 20px !important;
	}

	.photo-wrap.position-1 {
		display: inline;
	}

	.photo-wrap.position-2 {
		display: none;
	}

}


@media (orientation: landscape) {

	.photo-container img {
		width: auto;
		height: 80vh;
		margin: auto;
		max-height: 600px !important;
	}	
	
}

@media (orientation: portrait) {

	.photo-container img {
		width: 80vw;
		height: auto;
		margin: auto;
		max-width: 600px !important;
	}
	
}

