
html {
	height:100%;
	margin:0;
	padding:0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body	{
	height:100%;	
	margin:0;
	padding:0;
  	font-family: AlbertusMTStd-Light, serif; 
  	background-color:#C4C0BF;
  	color:#fff;

}

a 	{
	color:#000;
	text-decoration: none;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

a:hover	{
	text-shadow: 0px 3px grey;
}


img {
	padding:0;
	border:0;
}







h1, p.toplinks, p.date {
	font-size:2.5em;
}

#nav.shrink h1, #nav.shrink p.toplinks {
	font-size:1.5em;
}

#nav.shrink {
	line-height:2.15em;
}

#nav.shrink .toplinks a {
	padding:.15em .4em .075em .4em;
    border-radius: 7.5px;
    }


h1	{
	margin:.15em 0 0 0;
	padding:0;
	text-align:center;
	font-weight:normal;
	width:100%;
	z-index:-1;
	text-transform:uppercase;
	color:#000;
}

h1 a:hover	{
		color:#000;
}

#picture {
	margin-top:10em;
}

#nav {
	margin:auto;
	padding:auto auto auto auto;
	position:fixed;
	top:0em;
	width:100%;
	line-height:4em;
	z-index:10;
	background: linear-gradient(rgba(196,192,191,1), rgba(196,192,191,0));

}



p.toplinks {
	margin:0 auto 1em auto;
	padding:0;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}

.toplinks a {
	color:#fff;
	padding:.25em .5em .15em .5em;
	border:1px solid transparent;
    border-radius: 15px;
    }

.toplinks a:hover {
	border:1px solid #fff;
    border-radius: 15px;
}

a.active {
	color:#000;
	border:1px solid #000;
    border-radius: 15px;
}

a.active:hover {
	border:1px solid #000;
    border-radius: 15px;
}

p.date {
	width:100%;
	margin:1em auto 1em auto;
	padding:0;
	position:relative;
	text-align: center;
}

p.date span {
  background: #C4C0BF;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

p.date:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

p.date:before {
  left: 0;
}

p.info, p.essay {	
	width:850px;
	max-width:80%;
	font-size:2em;
	text-align:justify;
    text-justify: inter-word;
}

p.info {
	margin:4em auto auto auto;
	padding:1em;
    letter-spacing: 2px;
    text-align: center;	
    line-height:1.5em;
}

p.essay {
	margin:auto;
	padding:1em;
	border:1px solid #000;
    border-radius: 15px;
    letter-spacing: 2px;
    }

.black {
	color:#000;
}

.smallheader {
	font-family: Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:.5em;
    line-height:.65em;

}



/************************************************

IMG SCALERS
*******************************************************/

.picturewrap {
	margin:0em auto 0 auto;
	padding:0 0 0 0;
 	width:1100px;
 	max-width:95%;
}

.picture	{
	margin:0em auto 0 auto;
	padding:0 0 0 0;
	display: flex;
  	flex-flow: row wrap;
 	align-items:flex-start;
 	justify-content: space-between;
 	width:100%;
  	z-index: 2;
  }


figure {
	margin:0 0 5vh 0;
	padding:0 0 0 0;
	text-align:center;
	height:auto;
	width:42.5%;
}


figure img {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	height:auto;

}

figure.wide {
	margin:0 0 5vh 0;
	padding:0 0 0 0;
	text-align:center;
	width: 100%;
}


figure.wide img {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	height:auto;
}

figcaption	{
	margin:1.5em 0 0 0;
	padding:0 0 0 0;
	font-size:1em;
	line-height:1.25em;
	letter-spacing:1px;
	position:relative;
	overflow:hidden;
}


/************************************************

Mobile

*******************************************************/



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



.picture {
}

h1, p.toplinks {
	font-size:1.75em;
}

p.info {
	font-size:1em;
}

p.essay {
	font-size:1em;
	text-align:left;
    text-justify:none;
}	

figure {
	margin:0 0 2.5vh 0;
	width:47.5%;
}

figcaption	{
	margin:.5em 0 0 0;
	font-size:.5em;
	line-height:1.25em;
}

p.date span {
  padding: 0 .45em;
}

p.date {
	font-size:2em;
}

p.info {
	margin:7em auto auto auto;
	padding:1em;
}

#nav {
	line-height:3em;
}

#picture {
	margin-top:7em;
}

#nav.shrink h1, #nav.shrink p.toplinks {
	font-size:1.25em;
}

#nav.shrink {
	line-height:2em;
}


	}








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








}





/*********************
photoswipe
**********************/


.pswp__img,
.pswp__top-bar { /*
  background-color: transparent !important; */}

.pswp__bg	{

}

.pswp__button {
  background-image: none !important;
  font-family:AlbertusMTStd-Light;
}

.pswp__button--arrow--left a, .pswp__button--arrow--right a, .pswp__button--close a {
	color:#fff !important;
}

.pswp__button:hover {
	text-shadow: 0px 3px grey !important;
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    }


.pswp__button--close {

  position:fixed;
  top:0px;
  right:-110px;
  font-size: 3em;
  line-height: 1.25em;
	color:#fff !important;
 }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 75px !important;
  height: 60px !important;
  background: none;
   font-size: 2em;
   top:0px;
	color:#fff !important;

}

.pswp__button--arrow--left {
	position:fixed;
  	right: 180px; 
  }

.pswp__button--arrow--right {
	position:fixed;
	right: 20px; 
}

   
.pswp__counter {
  display: ; }



.pswp__top-bar {
	display:none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  margin: 50px 0 30px;
  left: 0;
  right: 0;
  top: 0;
  padding-right: 15px;
  height: 39px; 
}
 
 .pswp__top-bar #logo {
    float: left; 
}
 
 .pswp__top-bar:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
    user-select: none; 
}


