:root{
	--site-text: rgb(60, 60, 60);
}
@font-face{
	src: url('../fonts/LibreBaskerville.ttf');
	font-family: 'LibreBaskerville';
}
@font-face{
	src: url('../fonts/Betania.ttf');
	font-family: 'Betania';
}

article,
div{
	box-sizing: border-box;
	font-weight: 100
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

a{
	color: black;
	text-decoration: none;
	font-weight: 400;
	/*font-family: LibreBaskerville !important;*/
	font-family: Betania;
}
a:focus{
	outline: none
}

.flex-contain{
	display: flex;
	justify-content: center;
	align-items: center;
}

#masthead{
	position: fixed;
	z-index: 99;
	top: 0px;
	width: 100%;
	padding-bottom: 10px;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	text-align: left;
	font-size: 0px;
	pointer-events:none;
	left: 0;

}

.site-branding, #site-navigation{
	font-size: 1rem;
	pointer-events: initial;
}

.site-branding{
	position: relative;
	z-index: 9;
	display: inline-block;
	max-width: 30%;
	/* height: 100%; */
	/* height: 20px; */
	padding-left: 20px;
	/* border: 1px solid; */
}

.site-branding .logo-container{
	height: 100%;
	position: relative;
}

.site-branding .logo-container a{
	position: relative;
	max-height: 100%;
	height: 100%;
	padding: 5px;
}

.site-branding img{
	position: relative;
	max-height: 100%;
	width: auto;
	left: 0px;
}

.site-title{
	margin: 0;
	line-height: 48pt;
	/* border: 1px solid; */
	margin-top: 20px;
}
.site-title a{
	font-size: 30pt;
	color: var(--site-text)
}

.site-description{
	margin: 0px;
	letter-spacing: 1px;
	font-size: 18pt;
	line-height: 18pt;
}

#site-navigation{
	position: absolute; 
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 30px 2%;
	opacity: 1;
	top: 0px;
	right: 0px !important;
	text-align: right;
}
#site-navigation ul{
	display: inline-block;
	margin-top: 0px;
}

#site-navigation ul li{
	padding: 5px 10px;
	display: inline-block
}

#site-navigation ul li a{
	letter-spacing: 1px;
	font-size: 22px;
	/* color: white; */
	color: var(--site-text);
	/* font-weight: bold; */
	/* text-shadow: 0px 0px 15px red, 0px 0px 10px maroon; */
}
#site-navigation ul li.current-menu-item a{
	/* font-weight: bold; */
}


.logo-container{
}

#main{
	padding: 100px 5% 5% 5%;
}

#primary{
	text-align: center;
}

#secondary{
	font-size: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#secondary section{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 1rem;
}
#secondary ul{
	margin: 0;
	padding: 0 10px;
}
#secondary li{
	list-style: none;
	padding: 0;
}

.curator-constrain{
	display: inline-block;
	width: 100%;
	max-width: 1250px;
	text-align: left;	
}

#main.curator-full-width{
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding: 5% 0%;
}

.curator-full-padded{
	padding-left:2%;
	padding-right:2%;
}

#colophon .site-info{
	opacity: .7;
	text-align: right;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: .9rem;;
}

.home #colophon, 
.page-template-template-landing #colophon,
.page-template-template-single-gallery #colophon, 
.page-template-template-mixed-gallery #colophon{
	display: none;
}
.page-template-template-landing body,
.page-template-template-landing article{
	margin-bottom: 0 !important
}
.page-template-template-landing #primary,
.page-template-template-landing #main,
.page-template-template-landing article{
	padding-bottom: 0;
	padding-top: 0;
}
.page-template-template-landing #main{
}
.page-template-template-landing .curator-gallery{
	height: 95vh;
	overflow: hidden;
}
.page-template-template-landing .post-edit-link{
	display: none;
}
.page-template-template-landing .entry-content{
	margin-top: 0;
}

.current-menu-item{
	text-decoration: underline;
}

#mobile-log{
	display: none
}

.nav-links{
	margin-bottom: 100px;
}

.nav-links div{
	height: auto;
	max-height: auto;
}

.nav-links a{
	display: inline-block;
	border: 1px solid lightgrey;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: .8rem;
	letter-spacing: 1px;
}

.nav-links a:hover{
	border: 1px solid grey;
	text-decoration: none;
}




/* single post */

.post .entry-meta, .post .entry-footer{
	font-size: .9rem;
/* 	color: lightgrey; */
}
.post .entry-meta a{
/* 	color: grey; */
}

#comments label{
	display: block;
}

.comment-notes{
	font-size: .9rem;
}

.form-submit input{
	background: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px;
	line-height: 1rem;
	cursor: pointer;
}

.form-submit input:hover{
	border: 1px solid grey;
}





.curator-enlarge-expl{
	position: absolute;
	top: 0;
	left: 90px;
	color: white;
	font-size: 14pt;
	/* font-weight: bold; */
	text-transform: lowercase;
}

#site-navigation ul.menu{
	background: white;
}

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

	#mobile-log{
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 0px;
		right: 0px;
		width: 100%;
		height: 30px;
		background: lightblue;
		z-index: 9999;
	}

	#site-navigation{
		width: 100%;
		left: 0px;
	}

	.main-navigation{
		position: absolute;
		right: 0px;
		/* border: 2px solid purple; */
	}

	.main-navigation ul{
		position: fixed;
		top: -100vh;
		left: 0px;
		width: 100%;
		/* border: 2px solid pink; */
		padding-top: 80px;
	}
	.main-navigation ul li{
		width: 100%;
	}

	.site-branding{
		position: relative;
		max-width: 80%;
	}

	.site-branding .logo-container{
		display: none;
	}
	#site-navigation .menu-toggle{
		display: block;
		border: 1px solid black;
		width: 50px;
		height: 50px;
		background: white;
		position: absolute;
		z-index: 99;
		right: 10px;
		top: 10px;
	}
	ul#primary-menu{
		/*background: white;*/
		border-bottom: 1px solid black;
	}
	ul#primary-menu li{
		float: none;
		padding: 15px 20px;
	}

	#site-navigation ul{
		margin-top: 0px;
	}


	.curator-enlarge-expl{
		display: none;
	}
}